diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-07 22:22:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-07 22:22:59 +0000 |
commit | cf0b6a1d7db2bfa3b95add461056a790405f1661 (patch) | |
tree | 8bee1a5d011010a060e196e278c4dd2712e7f9ba /usr.sbin/pkg_install | |
parent | a6d1ff5c74ce086d947e75e8cec1529f6d2ab395 (diff) |
Use -v option in the example; deraadt@
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index bf5c2282d2d..547e7847e21 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.10 1999/10/07 22:09:20 aaron Exp $ +.\" $OpenBSD: pkg_add.1,v 1.11 1999/10/07 22:22:58 aaron Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -52,7 +52,7 @@ package name itself plus the suffix) or an FTP location in the form of an URL. For example, the following is valid: .Pp -.Ic pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/2.6/packages/i386/zsh-3.0.6.tgz +.Ic pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/2.6/packages/i386/m4-1.4.tgz .Pp If the given package names are not found in the current working directory, .Nm |