pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/free add a manpage



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16705dba7dbe
branches:  trunk
changeset: 460378:16705dba7dbe
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Fri Aug 29 19:16:47 2003 +0000

description:
add a manpage

diffstat:

 sysutils/free/Makefile     |   3 ++-
 sysutils/free/PLIST        |   3 ++-
 sysutils/free/files/free.1 |  31 +++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 2 deletions(-)

diffs (59 lines):

diff -r c6d2834d2ae3 -r 16705dba7dbe sysutils/free/Makefile
--- a/sysutils/free/Makefile    Fri Aug 29 18:53:01 2003 +0000
+++ b/sysutils/free/Makefile    Fri Aug 29 19:16:47 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/29 18:51:05 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2003/08/29 19:16:47 hubertf Exp $
 #
 
 DISTNAME=              free-1.0
@@ -20,5 +20,6 @@
 
 do-install:
        ${INSTALL_SCRIPT} ${FILESDIR}/free ${PREFIX}/bin/free
+       ${INSTALL_MAN} ${FILESDIR}/free.1 ${PREFIX}/man/man1/free.1
 
 .include "../../mk/bsd.pkg.mk"
diff -r c6d2834d2ae3 -r 16705dba7dbe sysutils/free/PLIST
--- a/sysutils/free/PLIST       Fri Aug 29 18:53:01 2003 +0000
+++ b/sysutils/free/PLIST       Fri Aug 29 19:16:47 2003 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/29 18:51:05 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/08/29 19:16:47 hubertf Exp $
 bin/free
+man/man1/free.1
diff -r c6d2834d2ae3 -r 16705dba7dbe sysutils/free/files/free.1
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/free/files/free.1        Fri Aug 29 19:16:47 2003 +0000
@@ -0,0 +1,31 @@
+.\"     $NetBSD: free.1,v 1.1 2003/08/29 19:16:48 hubertf Exp $
+.Dd August 29, 2003
+.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
+.Sh DESCRIPTION
+The
+.Nm
+script displays the amount of free and used memory in the system.
+.Pp
+Possible options are:
+.Bl -tag -width xxx
+.It Fl k
+Display the values in kilobyte.
+.It Fl m
+Display the values in megabyte.
+.It Fl h
+Show usage.
+.El
+.Pp
+.Sh SEE ALSO
+.Xr vmstat 1
+.Sh HISTORY
+The
+.Nm
+utility and manpage were written by Karsten Kruse <tecneeq%tecneeq.de@localhost>.



Home | Main Index | Thread Index | Old Index