diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2008-07-25 19:39:41 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2008-07-25 19:39:41 +0000 |
commit | e70df59d1d07af626b6de772412af927c622bb60 (patch) | |
tree | fcbfefcb3ca570b4145b2d7c7bf759d0546c39bb /usr.sbin | |
parent | b97a1d8f660e2146b3aab6c7b6ba07c5c2b7eab7 (diff) |
Mention @bin plist element, ok espie@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 85655eeea66..3b9fd45acbb 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.46 2008/04/07 12:30:04 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.47 2008/07/25 19:39:40 ian Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: April 7 2008 $ +.Dd $Mdocdate: July 25 2008 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -241,6 +241,11 @@ Here is a list: .It Cm @arch Ar arches List of architectures for which this package is intended. .Pp +.It Cm @bin Ar filename +Describe the file as an +.Ox +binary executable (not a script). +.Pp .It Cm @comment Ar string Imbed a comment in the packing list. Useful in trying to document some particularly hairy sequence that |