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/pkg_delete.1 | |
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/pkg_delete.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_delete.1 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |