Update library/std/src/os/unix/io/mod.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
52cb18b664
commit
27d9ab447b
@ -46,7 +46,7 @@
|
|||||||
//!
|
//!
|
||||||
//! ## What about `/proc/self/mem` and similar OS features?
|
//! ## What about `/proc/self/mem` and similar OS features?
|
||||||
//!
|
//!
|
||||||
//! 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
|
||||||
//! filesystem path that can be opened, producing a file descriptor that, when
|
//! filesystem path that can be opened, producing a file descriptor that, when
|
||||||
//! read from or written to, reads and writes the process's memory. These reads
|
//! read from or written to, reads and writes the process's memory. These reads
|
||||||
//! and writes happen outside the control of the Rust compiler, so they do not
|
//! and writes happen outside the control of the Rust compiler, so they do not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user