diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-04 07:49:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-04 07:49:16 +0000 |
commit | 1eec8a85c0f4bb3d9230c2bbf35fa4c29384d739 (patch) | |
tree | 9de2631cbd4267574f4d309f0d31dd2f8b03e988 /usr.sbin | |
parent | 8135e834f1228b1ba9cb51bc6da5cd365a9b19a8 (diff) |
no -S option; from Daniel Dickman
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 595a80f5776..593d776f340 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.56 2010/01/10 22:44:00 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.57 2010/02/04 07:49:15 jmc 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: January 10 2010 $ +.Dd $Mdocdate: February 4 2010 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -842,8 +842,6 @@ Default value for .Ar pkg-destdir , if no .Fl B -or -.Fl S option is specified. .El .Sh SEE ALSO |