diff options
-rw-r--r-- | sysutils/free/files/free.1 | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/sysutils/free/files/free.1 b/sysutils/free/files/free.1 index f461659ae5d..ac8e5c92a62 100644 --- a/sysutils/free/files/free.1 +++ b/sysutils/free/files/free.1 @@ -1,13 +1,13 @@ -.\" $NetBSD: free.1,v 1.1 2003/08/29 19:16:48 hubertf Exp $ +.\" $NetBSD: free.1,v 1.2 2003/10/15 19:54:56 wiz Exp $ .Dd August 29, 2003 -.Dt free 1 +.Dt FREE 1 .Os .Sh NAME .Nm free .Nd display amount of free and used memory in the system .Sh SYNOPSIS .Nm -.Op Fl k|-m|-h +.Op Fl hkm .Sh DESCRIPTION The .Nm @@ -15,17 +15,26 @@ script displays the amount of free and used memory in the system. .Pp Possible options are: .Bl -tag -width xxx +.It Fl h +Show usage. .It Fl k Display the values in kilobyte. +(Default.) .It Fl m Display the values in megabyte. -.It Fl h -Show usage. .El .Pp +The +.Fl k +and +.Fl m +flags are obviously conflicting -- the first +one found will win. .Sh SEE ALSO .Xr vmstat 1 .Sh HISTORY The .Nm -utility and manpage were written by Karsten Kruse <tecneeq@tecneeq.de>. +utility and manpage were written by +.An Karsten Kruse +.Aq tecneeq@tecneeq.de . |