We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b36be commit a1cce8eCopy full SHA for a1cce8e
std/src/os/unix/io/mod.rs
@@ -46,7 +46,7 @@
46
//!
47
//! ## What about `/proc/self/mem` and similar OS features?
48
49
-//! Some platforms have a feature known as `/proc/self/mem`, which is a
+//! Some platforms have special files, such as `/proc/self/mem`, which is a
50
//! filesystem path that can be opened, producing a file descriptor that, when
51
//! read from or written to, reads and writes the process's memory. These reads
52
//! and writes happen outside the control of the Rust compiler, so they do not
0 commit comments