diff options
author | 1999-10-07 22:22:58 +0000 | |
---|---|---|
committer | 1999-10-07 22:22:58 +0000 | |
commit | bbd9e337867ed1ab0992af40e161a5f051837e70 (patch) | |
tree | eff5a3ed1ab5c0ad618f47b37fa128bcec6a3256 | |
parent | We are OpenBSD; pjanzen@ (diff) | |
download | wireguard-openbsd-bbd9e337867ed1ab0992af40e161a5f051837e70.tar.xz wireguard-openbsd-bbd9e337867ed1ab0992af40e161a5f051837e70.zip |
Use -v option in the example; deraadt@
-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 |