diff options
| author | Dan Gohman <dev@sunfishcode.online> | 2022-06-07 10:38:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-07 10:38:31 -0700 |
| commit | 27d9ab447b4a7b92565d1c2be9e45f58f0243731 (patch) | |
| tree | fb09c8063aa2de105a694df3079372a3492c95a5 | |
| parent | 52cb18b664fe594bfac03aaf5b3fb84986d74f02 (diff) | |
| download | rust-27d9ab447b4a7b92565d1c2be9e45f58f0243731.tar.gz rust-27d9ab447b4a7b92565d1c2be9e45f58f0243731.zip | |
Update library/std/src/os/unix/io/mod.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
| -rw-r--r-- | library/std/src/os/unix/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/unix/io/mod.rs b/library/std/src/os/unix/io/mod.rs index 139accf3f8d..610a5da7778 100644 --- a/library/std/src/os/unix/io/mod.rs +++ b/library/std/src/os/unix/io/mod.rs @@ -46,7 +46,7 @@ //! //! ## 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 //! 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 |
