diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-07-12 06:22:21 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-07-12 06:22:21 +0000 |
commit | 84de6b9f12e4cafffae5c2b5d535d9c4ded67855 (patch) | |
tree | d02e32ab5c3fd4cac6ffaaa48d0dfd987cdad1d3 /usr.sbin | |
parent | 1dcc2c46dc69cf4422b1d5cfb650e6db12bdc7cb (diff) |
synch documentation with reality, noticed by landry@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index a4ba6d6cc5a..8ab831a1612 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.154 2018/07/10 10:20:51 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.155 2018/07/12 06:22:20 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: July 10 2018 $ +.Dd $Mdocdate: July 12 2018 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -324,8 +324,6 @@ disables that behavior. Don't filter out package versions older than what's currently installed. .It Cm installed In update mode, reinstall an existing package with the same update signature. -.It Cm libdepends -Library specifications may not be fulfilled. .It Cm nonroot Install even if not running as root. .It Cm paranoid |