summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-02-12 04:57:03 +0000
committermpp <mpp@FreeBSD.org>1996-02-12 04:57:03 +0000
commit0796408d4a65a408fb888b67c7c5281e1c2b15f9 (patch)
tree4e2ceb31ad0d7c084e01b96df21229496bcbecef /usr.sbin/pkg_install
parent3178b161105c3f9e9671218f6bea65098f246950 (diff)
downloadFreeBSD-src-0796408d4a65a408fb888b67c7c5281e1c2b15f9.zip
FreeBSD-src-0796408d4a65a408fb888b67c7c5281e1c2b15f9.tar.gz
Another round of man page cleanups.
Down to only about 100 items left to cleanup! :-)
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/add/pkg_add.118
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.112
-rw-r--r--usr.sbin/pkg_install/delete/pkg_delete.116
-rw-r--r--usr.sbin/pkg_install/info/pkg_info.110
4 files changed, 28 insertions, 28 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1
index e136279..0358048 100644
--- a/usr.sbin/pkg_install/add/pkg_add.1
+++ b/usr.sbin/pkg_install/add/pkg_add.1
@@ -14,10 +14,10 @@
.\" Jordan K. Hubbard
.\"
.\"
-.\" @(#)pkg_add.8
+.\" @(#)pkg_add.1
.\"
.Dd November 25, 1994
-.Dt pkg_add 8
+.Dt pkg_add 1
.Os FreeBSD 2.0
.Sh NAME
.Nm pkg_add
@@ -33,7 +33,7 @@ The
.Nm
command is used to extract packages that have been previously created
with the
-.Xr pkg_create 8
+.Xr pkg_create 1
command.
.Sh WARNING
@@ -198,7 +198,7 @@ terminate installation.
Scan all the package dependencies (from
.Cm @pkgdep
directives, see
-.Xr pkg_create 8 )
+.Xr pkg_create 1 )
and make sure each one is met. If not, print the missing dependencies and
terminate the installation.
.It
@@ -218,7 +218,7 @@ final location, otherwise it is extracted into the staging area.
If the package contains a
.Ar require
file (see
-.Xr pkg_create 8 ),
+.Xr pkg_create 1 ),
then execute it with the following arguments:
.Bd -filled -offset indent -compact
.Ar <pkg-name>
@@ -255,7 +255,7 @@ If the package contains an
file (see the
.Fl m
option to
-.Xr pkg_create 8 ),
+.Xr pkg_create 1 ),
then mtree is invoked as
.Bd -filled -offset indent -compact
.Cm mtree
@@ -294,7 +294,7 @@ After installation is complete, a copy of the packing list,
script, description, and display files are copied into
.Pa /var/db/pkg/<pkg-name>
for subsequent possible use by
-.Xr pkg_delete 8 .
+.Xr pkg_delete 1 .
Any package dependencies are recorded in the other packages'
.Pa /var/db/pkg/<other-pkg>/+REQUIRED_BY
file
@@ -320,8 +320,8 @@ flag to
.Xr mktemp 3 ,
.Xr sysconf 3 ,
.Xr mtree 8 ,
-.Xr pkg_create 8 ,
-.Xr pkg_delete 8 .
+.Xr pkg_create 1 ,
+.Xr pkg_delete 1 .
.Sh AUTHORS
.Bl -tag -width indent -compact
.It "Jordan Hubbard"
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index cd98bf0..5ac26dd 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -14,8 +14,8 @@
.\" Jordan K. Hubbard
.\"
.\"
-.\" @(#)pkg_create.8
-.\" $Id: pkg_create.1,v 1.13 1995/04/09 15:05:01 jkh Exp $
+.\" @(#)pkg_create.1
+.\" $Id: pkg_create.1,v 1.14 1995/04/22 00:03:12 jkh Exp $
.\"
.\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords,
.\" added dependency tracking, etc.
@@ -24,7 +24,7 @@
.\" better integration with FreeBSD's new ports collection.
.\"
.Dd April 21, 1995
-.Dt pkg_create 8
+.Dt pkg_create 1
.Os FreeBSD 2.0
.Sh NAME
.Nm pkg_create
@@ -353,10 +353,10 @@ package is deinstalled. Multiple
directives may be used if hte package depends on multiple other packages.
.El
.Sh SEE ALSO
-.Xr pkg_add 8 ,
+.Xr pkg_add 1 ,
+.Xr pkg_delete 1 ,
.Xr pkg_info 1 ,
-.Xr sysconf 3 ,
-.Xr pkg_delete 8 .
+.Xr sysconf 3 .
.Sh HISTORY
The
.Nm
diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1
index ea6e7c8..cb8c026 100644
--- a/usr.sbin/pkg_install/delete/pkg_delete.1
+++ b/usr.sbin/pkg_install/delete/pkg_delete.1
@@ -14,10 +14,10 @@
.\" Jordan K. Hubbard
.\"
.\"
-.\" @(#)pkg_delete.8
+.\" @(#)pkg_delete.1
.\"
.Dd November 25, 1994
-.Dt pkg_delete 8
+.Dt pkg_delete 1
.Os FreeBSD 2.0
.Sh NAME
.Nm pkg_delete
@@ -32,7 +32,7 @@ The
.Nm
command is used to delete packages that have been previously installed
with the
-.Xr pkg_add 8
+.Xr pkg_add 1
command.
.Sh WARNING
@@ -83,7 +83,7 @@ Sets
as the directory in which to delete files from any installed packages
which do not explicitly set theirs. For most packages, the prefix will
be set automatically to the installed location by
-.Xr pkg_add 8 .
+.Xr pkg_add 1 .
.Em "Optional."
.It Fl d
Remove empty directories created by file cleanup. By default, only
@@ -118,7 +118,7 @@ option is given).
If the package contains a
.Ar require
file (see
-.Xr pkg_create 8 ),
+.Xr pkg_create 1 ),
then this is executed first as
.Bd -filled -offset indent -compact
.Cm require
@@ -168,11 +168,11 @@ option when running
or
.Cm pkg_add .
.Sh SEE ALSO
+.Xr pkg_add 1 ,
+.Xr pkg_create 1 ,
.Xr pkg_info 1 ,
.Xr mktemp 3 ,
-.Xr mtree 8 ,
-.Xr pkg_add 8 ,
-.Xr pkg_create 8 .
+.Xr mtree 8 .
.Sh AUTHORS
.Bl -tag -width indent -compact
.It "Jordan Hubbard"
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1
index acfce38..6d2cc12 100644
--- a/usr.sbin/pkg_install/info/pkg_info.1
+++ b/usr.sbin/pkg_install/info/pkg_info.1
@@ -37,7 +37,7 @@ The
command is used to dump out information for packages, either packed up in
files or already installed on the system
with the
-.Xr pkg_create 8
+.Xr pkg_create 1
command.
.Sh OPTIONS
The following command line options are supported.
@@ -119,11 +119,11 @@ command line, or from already installed package information
in
.Pa /var/db/pkg/<pkg-name> .
.Sh SEE ALSO
+.Xr pkg_add 1 ,
+.Xr pkg_create 1 ,
+.Xr pkg_delete 1 ,
.Xr mktemp 3 ,
-.Xr mtree 8 ,
-.Xr pkg_add 8 ,
-.Xr pkg_create 8 ,
-.Xr pkg_delete 8 .
+.Xr mtree 8 .
.Sh AUTHORS
.Bl -tag -width indent -compact
.It "Jordan Hubbard"
OpenPOWER on IntegriCloud