From 04417da1663ee41a9933b1e6bdb0efa1f8896470 Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 22 Mar 1999 05:02:39 +0000 Subject: 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. --- usr.sbin/pkg_install/create/pkg_create.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/pkg_install/create/pkg_create.1') diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 4a438ac602e..42e48dd11e5 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_create.1,v 1.14 1999/03/07 11:58:28 mycroft Exp $ +.\" $NetBSD: pkg_create.1,v 1.15 1999/03/22 05:02:40 hubertf Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -430,6 +430,7 @@ and so cannot co-exist on the same system. .El .Sh SEE ALSO .Xr pkg_add 1 , +.Xr pkg_admin 1 , .Xr pkg_delete 1 , .Xr pkg_info 1 , .Xr sysconf 3 . -- cgit