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 Improve markup, sort section, sor...



details:   https://anonhg.NetBSD.org/src/rev/c98e2bc31c24
branches:  trunk
changeset: 521557:c98e2bc31c24
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 02 01:31:16 2002 +0000

description:
Improve markup, sort section, sort SEE ALSO.

diffstat:

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

diffs (67 lines):

diff -r 57670e0095e7 -r c98e2bc31c24 usr.sbin/pkg_install/admin/pkg_admin.1
--- a/usr.sbin/pkg_install/admin/pkg_admin.1    Sat Feb 02 01:30:39 2002 +0000
+++ b/usr.sbin/pkg_install/admin/pkg_admin.1    Sat Feb 02 01:31:16 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pkg_admin.1,v 1.14 2001/06/05 11:58:55 wiz Exp $
+.\"    $NetBSD: pkg_admin.1,v 1.15 2002/02/02 01:31:16 wiz Exp $
 .\"
 .\" Copyright (c) 1999 Hubert Feyrer.  All rights reserved.
 .\"
@@ -39,7 +39,8 @@
 .Op Fl V
 .Ar command Op args ...
 .Sh DESCRIPTION
-This command performs various administrative tasks around the NetBSD
+This command performs various administrative tasks around the
+.Nx
 Packages System. Available commands are:
 .Pp
 .Bl -tag -width check
@@ -72,7 +73,7 @@
 system itself. See
 .Xr pkg_info 1
 for a description of the pattern.
-
+.Pp
 Example:
 .Bd -literal
 yui# cd /usr/pkgsrc/packages/i386ELF/All/
@@ -112,11 +113,12 @@
 Needs to be run as root.
 .Pp
 .El
-.Pp
 .Sh ENVIRONMENT
-.Ss PKG_DBDIR
+.Bl -tag -width PKG_DBDIR -compact
+.It Ev PKG_DBDIR
 Where to register packages instead of
 .Pa /var/db/pkg .
+.El
 .Sh FILES
 .Bl -tag -width /var/db/pkg/pkgdb.byfile.db -compact
 .It Pa /var/db/pkg/pkgdb.byfile.db
@@ -124,16 +126,15 @@
 .El
 .Sh SEE ALSO
 .Xr pkg_add 1 ,
+.Xr pkg_create 1 ,
 .Xr pkg_delete 1 ,
-.Xr pkg_info 1 ,
-.Xr pkg_create 1
+.Xr pkg_info 1
+.Sh HISTORY
+The
+.Nm
+command first appeared in
+.Nx 1.4 .
 .Sh AUTHORS
 The
 .Nm
 command was written by Hubert Feyrer.
-.Sh HISTORY
-The
-.Nm
-command first appeared in
-.Nx
-1.4.



Home | Main Index | Thread Index | Old Index