diff options
| author | stanley lieber <stanley.lieber@gmail.com> | 2011-08-18 15:46:35 -0500 |
|---|---|---|
| committer | stanley lieber <stanley.lieber@gmail.com> | 2011-08-18 15:46:35 -0500 |
| commit | 80c89cfa3221a6d09ffba812c2ba8e9f96bca425 (patch) | |
| tree | ef2b240ec1e6ad7f9e3a411fff4492785d5835a3 | |
| parent | 3b22e9a59f707a01c0997b5854ee313afdf9cf90 (diff) | |
| download | plan9front-80c89cfa3221a6d09ffba812c2ba8e9f96bca425.tar.xz | |
memory(8): man page improvements
| -rw-r--r-- | sys/man/8/memory | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/8/memory b/sys/man/8/memory index f28b46695..b96cde619 100644 --- a/sys/man/8/memory +++ b/sys/man/8/memory @@ -5,6 +5,9 @@ memory \- print memory statistics in human-readable format .B memory .SH DESCRIPTION .I Memory -prints statistics about the total system memory, followed by the memory that is currently use. +prints statistics about the total system memory, followed by +the memory that is currently use, by concatenating the file +.B /dev/swap +and filtering the output for human consumption. .SH SOURCE .B /rc/bin/memory |
