diff options
author | 2010-08-01 23:03:48 +0000 | |
---|---|---|
committer | 2010-08-01 23:03:48 +0000 | |
commit | d7bfc211aa944c2e8f38586724b20a46b664fccd (patch) | |
tree | 88368537be0533940b04a80b08e012ef6a112fd9 | |
parent | Allow fallback tables for relays, not just redirections. (diff) | |
download | wireguard-openbsd-d7bfc211aa944c2e8f38586724b20a46b664fccd.tar.xz wireguard-openbsd-d7bfc211aa944c2e8f38586724b20a46b664fccd.zip |
note specifically that pkg_add -u parameters are *installed* package names,
since that's the distinction with -U....
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 9c9d2894fb3..e29315d1a73 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.101 2010/06/09 10:25:17 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.102 2010/08/01 23:03:48 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: June 9 2010 $ +.Dd $Mdocdate: August 1 2010 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -372,7 +372,7 @@ information it needs. .It Fl U Update dependencies if required before installing the new package(s). .It Fl u -Update the given +Update the given installed .Ar pkgname(s) , and anything it depends upon. If no |