shithub: riscv

Download patch

ref: 80c89cfa3221a6d09ffba812c2ba8e9f96bca425
parent: 3b22e9a59f707a01c0997b5854ee313afdf9cf90
author: stanley lieber <stanley.lieber@gmail.com>
date: Thu Aug 18 11:46:35 EDT 2011

memory(8): man page improvements

--- a/sys/man/8/memory
+++ b/sys/man/8/memory
@@ -5,6 +5,9 @@
 .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
--