diff options
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 593d776f340..e629999032f 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.57 2010/02/04 07:49:15 jmc Exp $ +.\" $OpenBSD: pkg_create.1,v 1.58 2010/02/24 14:38:21 schwarze 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: February 4 2010 $ +.Dd $Mdocdate: February 24 2010 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -250,7 +250,6 @@ All these commands start with an Here is a list: .Pp .Bl -tag -width Ds -compact -.Pp .It Cm @arch Ar arches List of architectures for which this package is intended. .Pp |