diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-09-08 01:27:57 +0000 |
commit | 89bd03f00e651e86126fd09b39e4867a76f5554e (patch) | |
tree | e813750548fb365113ce3c64759a0ab5b7359da9 /usr.sbin/pkg_add | |
parent | def96861438f6b5048aab1d1b2fed0a861d6b24d (diff) |
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 8 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 8 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_delete.1 | 8 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 8 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_sign.1 | 8 |
5 files changed, 19 insertions, 21 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 28c598f0303..3ad23d5afe3 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.127 2014/07/12 20:41:09 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.128 2014/09/08 01:27:55 schwarze Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: July 12 2014 $ +.Dd $Mdocdate: September 8 2014 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -776,8 +776,8 @@ Temporary area where package information files will be extracted, instead of .Xr pkg_check 8 .Sh AUTHORS .Bl -tag -width indent -compact -.It "Jordan Hubbard" +.It An Jordan Hubbard Initial design. -.It "Marc Espie" +.It An Marc Espie Complete rewrite. .El diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index ccbd035f3c8..6970d711069 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.97 2014/07/12 19:44:54 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.98 2014/09/08 01:27:55 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: July 12 2014 $ +.Dd $Mdocdate: September 8 2014 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -915,8 +915,8 @@ command first appeared in .Fx . .Sh AUTHORS .Bl -tag -width indent -compact -.It "Jordan Hubbard" +.It An Jordan Hubbard initial design -.It "Marc Espie" +.It An Marc Espie complete rewrite. .El diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1 index 44b616960bc..9a6674afa94 100644 --- a/usr.sbin/pkg_add/pkg_delete.1 +++ b/usr.sbin/pkg_add/pkg_delete.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_delete.1,v 1.48 2013/04/30 18:33:30 espie Exp $ +.\" $OpenBSD: pkg_delete.1,v 1.49 2014/09/08 01:27:55 schwarze Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: April 30 2013 $ +.Dd $Mdocdate: September 8 2014 $ .Dt PKG_DELETE 1 .Os .Sh NAME @@ -193,8 +193,8 @@ option is specified. .Xr pkg_check 8 .Sh AUTHORS .Bl -tag -width indent -compact -.It "Jordan Hubbard" +.It An Jordan Hubbard initial design -.It "Marc Espie" +.It An Marc Espie complete rewrite .El diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index 242b557a853..0f343be136d 100644 --- a/usr.sbin/pkg_add/pkg_info.1 +++ b/usr.sbin/pkg_add/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_info.1,v 1.49 2014/02/11 10:36:13 espie Exp $ +.\" $OpenBSD: pkg_info.1,v 1.50 2014/09/08 01:27:55 schwarze Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: February 11 2014 $ +.Dd $Mdocdate: September 8 2014 $ .Dt PKG_INFO 1 .Os .Sh NAME @@ -224,8 +224,8 @@ in .Xr pkgpath 7 .Sh AUTHORS .Bl -tag -width indent -compact -.It "Jordan Hubbard" +.It An Jordan Hubbard initial design -.It "Marc Espie" +.It An Marc Espie complete rewrite .El diff --git a/usr.sbin/pkg_add/pkg_sign.1 b/usr.sbin/pkg_add/pkg_sign.1 index f4b6fd3f058..b019e224d24 100644 --- a/usr.sbin/pkg_add/pkg_sign.1 +++ b/usr.sbin/pkg_add/pkg_sign.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_sign.1,v 1.4 2014/02/12 12:15:03 schwarze Exp $ +.\" $OpenBSD: pkg_sign.1,v 1.5 2014/09/08 01:27:55 schwarze Exp $ .\" Copyright (c) 2014 Marc Espie <espie@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 12 2014 $ +.Dd $Mdocdate: September 8 2014 $ .Dt PKG_SIGN 1 .Os .Sh NAME @@ -146,6 +146,4 @@ The command first appeared in .Ox 5.5 . .Sh AUTHORS -.Bl -tag -width indent -compact -.It "Marc Espie" -.El +.An Marc Espie |