Skip to content

Commit

Permalink
Update shm.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tatref committed Nov 6, 2021
1 parent d86a572 commit a067924
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/shm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

extern crate procfs;

/// A very basic clone of `ps` on Linux, in the simple no-argument mode.
/// It shows all the processes that share the same tty as our self
/// List processes using posix shared memory segments

fn main() {
let shared_memory_vec = procfs::Shm::new().unwrap();
Expand Down

0 comments on commit a067924

Please sign in to comment.