From 80c89cfa3221a6d09ffba812c2ba8e9f96bca425 Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Thu, 18 Aug 2011 15:46:35 -0500 Subject: memory(8): man page improvements --- sys/man/8/memory | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3