We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cb18b commit 27d9ab4Copy full SHA for 27d9ab4
library/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