From 984ed694b27ba2fec1dae40f277e73f23a7f8746 Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 12 Apr 2014 14:13:34 +0100 Subject: [PATCH] Add free manpage --- free.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 free.1 diff --git a/free.1 b/free.1 new file mode 100644 index 0000000..7fc5922 --- /dev/null +++ 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.