diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-01-01 16:17:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-01-01 16:17:20 +0000 |
commit | 00b5caf894fe9f8fb08c541b75396d8d8af5841c (patch) | |
tree | c7e5808bb175ea968e369244fe3a2ab456386922 | |
parent | 2b6df7bb7785396e8c24d930a5aed5499e2e3d26 (diff) |
explain -Dvalues better
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 844af65cbc9..ffdc0ed2435 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.51 2010/01/01 14:18:45 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.52 2010/01/01 16:17:19 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -49,6 +49,7 @@ .Ar pkg-name .Ek .Nm pkg_create +.Op Fl s Ar signature-parameter .Fl f Ar packinglist .Sh DESCRIPTION The @@ -111,17 +112,22 @@ have extra meaning, see for details: .Pp .Bl -tag -width FULLPKGPATH -compact +.It Ar CDROM +Set to the port's Makefile +.Ar PERMIT_PACKAGE_CDROM . .It Ar COMMENT Set package .Dq one line description (mandatory). +.It Ar FTP +Set to the port's Makefile +.Ar PERMIT_PACKAGE_FTP . .It Ar FULLPKGPATH +Strongly recommended, otherwise updates won't work. .It Ar HOMEPAGE If defined, appended to the description. .It Ar MAINTAINER If defined, appended to the description. -.It Ar PERMIT_PACKAGE_CDROM -.It Ar PERMIT_PACKAGE_FTP .El .It Fl d No [-] Ns Ar desc Fetch long description for package from file |