diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-08-18 15:12:35 -0500 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-08-18 15:12:35 -0500 |
commit | 3b22e9a59f707a01c0997b5854ee313afdf9cf90 (patch) | |
tree | bc4f234a2d7e1c1ecf4cef45059e9f13fba601ba | |
parent | 2f6b7906e5bd98e0a98622437c2227cade31a08d (diff) |
memory(8): new man page
-rw-r--r-- | sys/man/8/memory | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/man/8/memory b/sys/man/8/memory new file mode 100644 index 000000000..f28b46695 --- /dev/null +++ b/sys/man/8/memory @@ -0,0 +1,10 @@ +.TH MEMORY 8 +.SH NAME +memory \- print memory statistics in human-readable format +.SH SYNOPSIS +.B memory +.SH DESCRIPTION +.I Memory +prints statistics about the total system memory, followed by the memory that is currently use. +.SH SOURCE +.B /rc/bin/memory |