Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pkg_install/admin Fix date, and improve markup.



details:   https://anonhg.NetBSD.org/src/rev/d53ef6e2215f
branches:  trunk
changeset: 508258:d53ef6e2215f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 09 12:47:09 2001 +0000

description:
Fix date, and improve markup.

diffstat:

 usr.sbin/pkg_install/admin/pkg_admin.1 |  26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)

diffs (80 lines):

diff -r 11f252163e5f -r d53ef6e2215f usr.sbin/pkg_install/admin/pkg_admin.1
--- a/usr.sbin/pkg_install/admin/pkg_admin.1    Mon Apr 09 12:46:47 2001 +0000
+++ b/usr.sbin/pkg_install/admin/pkg_admin.1    Mon Apr 09 12:47:09 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pkg_admin.1,v 1.12 2001/03/05 16:53:13 wiz Exp $
+.\"    $NetBSD: pkg_admin.1,v 1.13 2001/04/09 12:47:09 wiz Exp $
 .\"
 .\" Copyright (c) 1999 Hubert Feyrer.  All rights reserved.
 .\"
@@ -28,32 +28,30 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-
-.Dd May 4th, 2000
+.Dd May 4, 2000
 .Dt pkg_admin 1
 .Os
 .Sh NAME
 .Nm pkg_admin
-.Nd perform various administrative tasks to the pkg system. 
+.Nd perform various administrative tasks to the pkg system
 .Sh SYNOPSIS
-.Nm ""
+.Nm
 .Op Fl V
-.Ar command args ...
+.Ar command Op args ...
 .Sh DESCRIPTION
 This command performs various administrative tasks around the NetBSD
 Packages System. Available commands are:
 .Pp
-.Bl -tag -width check [pkg]
+.Bl -tag -width check
 .It Fl V
 Print version number and exit.
-.It Cm check Ar [pkg ...]
+.It Cm check Op Ar pkg ...
 Use this command to check the files belonging to some or all of the
 packages installed on the local machine against their MD5 checksum
 noted in their +CONTENTS files. If no additional argument is given,
 the files of all installed packages are checked, else only the named
 packages will be checked (wildcards can be used here, see
-.Xr pkg_info 1
-).
+.Xr pkg_info 1 ) .
 .Pp
 The packages' +CONTENTS files will be parsed and the MD5
 checksum will be checked for every file found. A warning message is
@@ -64,7 +62,7 @@
 Dump the contents of the package database, similar to
 .Cm pkg_info -F .
 Columns are printed for the keyfield used in the pkgdb - the filename -,
-and the data field - the package the file belongs to. 
+and the data field - the package the file belongs to.
 .It Cm lsall /dir/pkgpattern
 .It Cm lsbest /dir/pkgpattern
 List all/best package matching pattern in the given directory.
@@ -107,7 +105,7 @@
 tools to pkgdb-pkg_* tools, further manipulation of the pkgdb will be
 done by
 .Xr pkg_add 1 ,
-.Xr pkg_delete 1
+.Xr pkg_delete 1 ,
 and
 .Xr pkg_create 1 .
 .Pp
@@ -129,10 +127,10 @@
 .Xr pkg_delete 1 ,
 .Xr pkg_info 1 ,
 .Xr pkg_create 1
-.Sh AUTHOR
+.Sh AUTHORS
 The
 .Nm
-command was written by Hubert Feyrer. 
+command was written by Hubert Feyrer.
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index