commit 984ed694b27ba2fec1dae40f277e73f23a7f8746
Author: sin <[email protected]>
Date: Sat Apr 12 14:13:34 2014 +0100
Add free manpage
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
+BfreeR - Display amount of free and used memory in the system
+.SH SYNOPSIS
+BfreeR [B-bkmgR]
+.SH DESCRIPTION
+BfreeR 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
+B-bR Display the amount of memory in bytes. This is the default.
+.TP
+B-kR Display the amount of memory in kilobytes.
+.TP
+B-mR Display the amount of memory in megabytes.
+.TP
+B-gR Display the amount of memory in gigabytes.