summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/pkg_add.1
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-01 14:09:25 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-01 14:09:25 +0000
commitb2240fc1c08ba82628285458b057b5f795a68a43 (patch)
tree5acb2bdc9bc2d2c26e220a424cc6f0b29df60dec /usr.sbin/pkg_install/add/pkg_add.1
parent3197c29bd1de99eb5100db75bfb4d651f6878fa7 (diff)
downloadFreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.zip
FreeBSD-src-b2240fc1c08ba82628285458b057b5f795a68a43.tar.gz
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Diffstat (limited to 'usr.sbin/pkg_install/add/pkg_add.1')
-rw-r--r--usr.sbin/pkg_install/add/pkg_add.115
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1
index 670e3d1..9f9051c 100644
--- a/usr.sbin/pkg_install/add/pkg_add.1
+++ b/usr.sbin/pkg_install/add/pkg_add.1
@@ -71,7 +71,8 @@ The following command line arguments are supported:
.It Ar pkg-name [... pkg-name]
The named packages are installed. A package name of - will cause
.Nm
-to read from stdin. If the packages are not found in the current
+to read from stdin.
+If the packages are not found in the current
working directory,
.Nm
will search them in each directory named by
@@ -89,7 +90,8 @@ Do not record the installation of a package. This means
that you cannot deinstall it later, so only use this option if
you know what you are doing!
.It Fl r
-Use the remote fetching feature. This will determine the appropriate
+Use the remote fetching feature.
+This will determine the appropriate
objformat and release and then fetch and install the package.
.It Fl f
Force installation to proceed even if prerequisite packages are not
@@ -344,7 +346,8 @@ is that this allows you to write a single
.Ar install
script that does both
.Dq before and after
-actions. But, separating the
+actions.
+But, separating the
functionality is more advantageous and easier from a maintainence viewpoint.
.It
After installation is complete, a copy of the packing list,
@@ -378,7 +381,8 @@ The value of the
.Ev PKG_PATH
is used if a given package can't be found. The environment variable
should be a series of entries seperated by colons. Each entry
-consists of a directory name. The current directory may be indicated
+consists of a directory name.
+The current directory may be indicated
implicitly by an empty directory name, or explicitly by a single
period.
.Pp
@@ -407,7 +411,8 @@ The environment variable
.Ev PACKAGESITE
specifies an alternate location for
.Nm
-to fetch from. This variable subverts the automatic directory logic
+to fetch from.
+This variable subverts the automatic directory logic
that
.Nm
uses when the
OpenPOWER on IntegriCloud