diff options
author | wiz <wiz> | 2010-02-24 21:13:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-02-24 21:13:23 +0000 |
commit | 691ffdb600a2e60d522cc2ef1a1260f236bc06f1 (patch) | |
tree | 0ab811252be9dda867b809b094d708054259f81d /pkgtools/pkg_install | |
parent | 1350f42b5c95c08bc57cfd11ee124f336828b69f (diff) | |
download | pkgsrc-691ffdb600a2e60d522cc2ef1a1260f236bc06f1.tar.gz |
Describe -A more clearly.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/files/delete/pkg_delete.1 | 6 |
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. |