diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-24 14:38:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-24 14:38:22 +0000 |
commit | 1994f1d9985564c56430db4bd3193d954b676d23 (patch) | |
tree | 83f953e3baa41db3fd5f721a9f925a578099b3ae /usr.sbin | |
parent | a406be3f0801c3e0a8ed94d61a138a9af0e89237 (diff) |
revert rev. 1.54 because it doesn't change the rendering with groff
but breaks the build with mandoc(1);
ok jmc@ espie@
Diffstat (limited to 'usr.sbin')
-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 |