summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-02-24 21:13:23 +0000
committerwiz <wiz@pkgsrc.org>2010-02-24 21:13:23 +0000
commitd9f9f236b5726b7211c237f27a3f2b7831be247a (patch)
tree0ab811252be9dda867b809b094d708054259f81d /pkgtools/pkg_install
parentdd464265dd29f5d8bfb956f8c990a696ffc8e58e (diff)
downloadpkgsrc-d9f9f236b5726b7211c237f27a3f2b7831be247a.tar.gz
Describe -A more clearly.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/files/delete/pkg_delete.16
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/delete/pkg_delete.1 b/pkgtools/pkg_install/files/delete/pkg_delete.1
index a6fee555175..282cadb9d23 100644
--- a/pkgtools/pkg_install/files/delete/pkg_delete.1
+++ b/pkgtools/pkg_install/files/delete/pkg_delete.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_delete.1,v 1.27 2010/02/24 21:11:27 wiz Exp $
+.\" $NetBSD: pkg_delete.1,v 1.28 2010/02/24 21:13:23 wiz Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -103,7 +103,7 @@ These packages are then deinstalled.
.It Fl A
Recursively remove all automatically installed packages that were needed
by the given packages and are no longer required.
-See also the
+Does not remove manually installed packages; see also the
.Fl R
flag.
.It Fl D
@@ -162,7 +162,7 @@ be set automatically to the installed location by
.Xr pkg_add 1 .
.It Fl R
Recursively remove all packages that were needed by the given packages
-and are no longer required, even if they were installed manually.
+and are no longer required.
This option overrides the
.Fl A
flag.