pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/free/files Improve.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7fd763a992e
branches: trunk
changeset: 462834:f7fd763a992e
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Oct 15 19:54:56 2003 +0000
description:
Improve.
XXX: both program and man page are missing a license.
diffstat:
sysutils/free/files/free.1 | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r d3f5f32626dd -r f7fd763a992e sysutils/free/files/free.1
--- a/sysutils/free/files/free.1 Wed Oct 15 15:16:32 2003 +0000
+++ b/sysutils/free/files/free.1 Wed Oct 15 19:54:56 2003 +0000
@@ -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 @@
.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@localhost>.
+utility and manpage were written by
+.An Karsten Kruse
+.Aq tecneeq%tecneeq.de@localhost .
Home |
Main Index |
Thread Index |
Old Index