diff options
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 71f8816e91b..97bb6a9531e 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.100 2016/04/25 10:12:58 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.101 2016/04/25 10:16:33 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -613,25 +613,6 @@ Set default ownership for all subsequently extracted files to Use without an arg to set back to default (extraction) ownership. .Pp -.It Cm @pkgcfl Ar pkgcflname -Declare a conflict to the -.Ar pkgcflname -package. -The -.Ar pkgcflname -package must -.Em not -be installed if -.Ar pkgname -package gets installed because they install the same files and thus conflict. -.Ar pkgcflname -may use -.Xr fnmatch 3 -wildcards. -Deprecated, use -.Cm @conflict -instead. -.Pp .It Cm @pkgpath Ar pkgpath Declare a secondary .Ar pkgpath |