diff options
| author | hubertf <hubertf@NetBSD.org> | 1999-03-22 05:02:39 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 1999-03-22 05:02:39 +0000 |
| commit | 04417da1663ee41a9933b1e6bdb0efa1f8896470 (patch) | |
| tree | 4ee9164b79dff77224ff535089e2be208c0e207d /usr.sbin/pkg_install/delete/pkg_delete.1 | |
| parent | 6c70403fe8d4617944779e3d9dc3ffd2985dd131 (diff) | |
Replace static array of packages given to pkg_perform() with linear
list, using chopss' list functions (moved to lib/lpkg.c and
lib/lib.h).
Properly handle wildcards in arguments to "pkg_info", "pkg_delete" and
"pkg_admin check".
Some other minor cleanups.
Diffstat (limited to 'usr.sbin/pkg_install/delete/pkg_delete.1')
| -rw-r--r-- | usr.sbin/pkg_install/delete/pkg_delete.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1 index 61a20b03760..109ee8c6790 100644 --- a/usr.sbin/pkg_install/delete/pkg_delete.1 +++ b/usr.sbin/pkg_install/delete/pkg_delete.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_delete.1,v 1.10 1999/03/08 00:20:21 hubertf Exp $ +.\" $NetBSD: pkg_delete.1,v 1.11 1999/03/22 05:02:40 hubertf Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -69,7 +69,9 @@ command to examine the installed package control files. The following command line options are supported: .Bl -tag -width indent .It Ar pkg-name ... -The named packages are deinstalled. If the +The named packages are deinstalled, wildcards can be used, see +.Xr pkg_info 1 . +If the .Fl F flag is given, one or more (absolute) filenames may be specified and the Package Database will be consulted for the package to which the @@ -200,6 +202,7 @@ or .Cm pkg_add . .Sh SEE ALSO .Xr pkg_add 1 , +.Xr pkg_admin 1 , .Xr pkg_create 1 , .Xr pkg_info 1 , .Xr mktemp 3 , |
