diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-10-22 15:59:51 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-10-22 15:59:51 +0000 |
commit | abaf8947822f7b7ef3034a747da54c66f1090164 (patch) | |
tree | d1337c780207ed47415e87ce28ee5758ccbef0a1 /usr.sbin | |
parent | b04c8ee04ab572e2ad19afeb79668fb8003d32d5 (diff) |
USE_GROFF
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 5ccee9e8be0..ce6c4101b72 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.66 2010/10/04 16:07:56 jmc Exp $ +.\" $OpenBSD: pkg_create.1,v 1.67 2010/10/22 15:59:50 espie 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: October 4 2010 $ +.Dd $Mdocdate: October 22 2010 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -133,6 +133,9 @@ Strongly recommended, otherwise updates won't work. If defined, appended to the description. .It Ar MAINTAINER If defined, appended to the description. +.It Ar USE_GROFF +Set to 1 to have groff format manpages behind the scenes during +package creation. .El .It Fl d No [-] Ns Ar desc Fetch long description for package from file |