git: 9front

Download patch

ref: 3bf75c1d9e1923b559d17bf7c3960281435a9cb6
parent: 4d10558b26d43280a97cb57a096dbf71e98df341
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
--