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/mopd/mopchk | |
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/mopd/mopchk')
-rw-r--r-- | usr.sbin/mopd/mopchk/mopchk.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/mopd/mopchk/mopchk.1 b/usr.sbin/mopd/mopchk/mopchk.1 index a02c33f49e1..b0bb27df715 100644 --- a/usr.sbin/mopd/mopchk/mopchk.1 +++ b/usr.sbin/mopd/mopchk/mopchk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mopchk.1,v 1.12 2009/07/11 13:42:32 sobrado Exp $ +.\" $OpenBSD: mopchk.1,v 1.13 2014/09/08 01:27:55 schwarze Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson. All rights reserved. .\" @@ -22,9 +22,9 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" @(#) $OpenBSD: mopchk.1,v 1.12 2009/07/11 13:42:32 sobrado Exp $ +.\" @(#) $OpenBSD: mopchk.1,v 1.13 2014/09/08 01:27:55 schwarze Exp $ .\" -.Dd $Mdocdate: July 11 2009 $ +.Dd $Mdocdate: September 8 2014 $ .Dt MOPCHK 1 .Os .Sh NAME @@ -58,6 +58,6 @@ Show version of .Xr moptrace 1 , .Xr mopd 8 .Sh AUTHORS -Mats O Jansson (moj@stacken.kth.se). +.An Mats O Jansson Aq Mt moj@stacken.kth.se .Sh BUGS In some implementations the same interface can occur more than once. |