diff options
author | 2008-01-26 16:38:52 +0000 | |
---|---|---|
committer | 2008-01-26 16:38:52 +0000 | |
commit | 2b672abb1ff60370736d90543abece9936a8d32b (patch) | |
tree | 6eb710fa873cff6a84b72deb1c9d27281f871d81 | |
parent | getuint() doesn't use its partno argument. So eliminate it. No (diff) | |
download | wireguard-openbsd-2b672abb1ff60370736d90543abece9936a8d32b.tar.xz wireguard-openbsd-2b672abb1ff60370736d90543abece9936a8d32b.zip |
replace reference to deprecated @pkgcfl keyword by @conflict
ok espie@
-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 60baeaa2e1a..907fd843525 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.68 2007/11/05 13:09:13 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.69 2008/01/26 16:38:52 landry 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: November 5 2007 $ +.Dd $Mdocdate: January 26 2008 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -367,7 +367,7 @@ If it is, installation is terminated. .It A check is made to determine if the package conflicts (from -.Cm @pkgcfl +.Cm @conflict directives; see .Xr pkg_create 1 ) with a package already recorded as installed. |