From b85170c7510cd70e245113bf505e9faaab616de6 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 2 Feb 2002 01:31:16 +0000 Subject: [PATCH] Improve markup, sort section, sort SEE ALSO. --- usr.sbin/pkg_install/admin/pkg_admin.1 | 27 +++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/usr.sbin/pkg_install/admin/pkg_admin.1 b/usr.sbin/pkg_install/admin/pkg_admin.1 index 047ba180d096..baf04f873bba 100644 --- a/usr.sbin/pkg_install/admin/pkg_admin.1 +++ b/usr.sbin/pkg_install/admin/pkg_admin.1 @@ -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 @@ pkg-wildcards against arbitrary files, useful mainly in the build 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 @@ and 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 @@ Where to register packages instead of .El .Sh SEE ALSO .Xr pkg_add 1 , +.Xr pkg_create 1 , .Xr pkg_delete 1 , -.Xr pkg_info 1 , -.Xr pkg_create 1 -.Sh AUTHORS -The -.Nm -command was written by Hubert Feyrer. +.Xr pkg_info 1 .Sh HISTORY The .Nm command first appeared in -.Nx -1.4. +.Nx 1.4 . +.Sh AUTHORS +The +.Nm +command was written by Hubert Feyrer.