diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2008-04-07 12:30:05 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2008-04-07 12:30:05 +0000 |
commit | e5a4ed34b18b5fbcdd66badb15e34a94dd84f102 (patch) | |
tree | 50fa9956e8dcc566ed863c92fffe76378e8b2bd7 /usr.sbin | |
parent | 0d25e30992bdfa0a567676ceb13047335a1c86f0 (diff) |
deprecate -c, we've been using -DCOMMENT=value more or less forever by now.
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 f1dcbbd2496..85655eeea66 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.45 2007/11/05 17:15:16 sthen Exp $ +.\" $OpenBSD: pkg_create.1,v 1.46 2008/04/07 12:30:04 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: November 5 2007 $ +.Dd $Mdocdate: April 7 2008 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -111,6 +111,9 @@ the argument itself. This string should also give some idea of which version of the product (if any) the package represents. +Deprecated, use +.Fl D Ar COMMENT Ns = Ns Ar value +instead. .It Fl D Ar name Ns = Ns Ar value Define .Ar name |