diff options
author | keramida <keramida@FreeBSD.org> | 2002-01-15 14:39:31 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-01-15 14:39:31 +0000 |
commit | 5768c2f3d47f6c7b644d1bb5c7b92ee00626e3db (patch) | |
tree | 824fb0fa99d9a539350a6ce9328ca8b34811822f /usr.sbin/pkg_install | |
parent | 9f04e2aaf9d8f047ec3b7cb28c04622a0fc47446 (diff) | |
download | FreeBSD-src-5768c2f3d47f6c7b644d1bb5c7b92ee00626e3db.zip FreeBSD-src-5768c2f3d47f6c7b644d1bb5c7b92ee00626e3db.tar.gz |
Add pkg_update to the SEE_ALSO manpage of pkg_create.
PR: docs/33666
Submitted by: Tom Rhodes <darklogik@pittgoth.com>
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 42c78ae..f476810 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -500,6 +500,7 @@ is unsuitable. .Xr pkg_add 1 , .Xr pkg_delete 1 , .Xr pkg_info 1 , +.Xr pkg_update 1 , .Xr pkg_version 1 , .Xr sysconf 3 .Sh HISTORY |