commit 984ed694b27ba2fec1dae40f277e73f23a7f8746 parent 555e6bc447139f530750e3e97a0d563c416aad89 Author: sin <sin@2f30.org> Date: Sat, 12 Apr 2014 14:13:34 +0100 Add free manpage Diffstat:
A | free.1 | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/free.1 b/free.1 @@ -0,0 +1,17 @@ +.TH FREE 1 ubase-VERSION +.SH NAME +\fBfree\fR - Display amount of free and used memory in the system +.SH SYNOPSIS +\fBfree\fR [\fB-bkmg\fR] +.SH DESCRIPTION +\fBfree\fR displays the total amount of free and used physical and swap +memory in the system, as well as the buffers used by the kernel. +.SH OPTIONS +.TP +\fB-b\fR Display the amount of memory in bytes. This is the default. +.TP +\fB-k\fR Display the amount of memory in kilobytes. +.TP +\fB-m\fR Display the amount of memory in megabytes. +.TP +\fB-g\fR Display the amount of memory in gigabytes.