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 /share/man/man9/evcount.9 | |
parent | def96861438f6b5048aab1d1b2fed0a861d6b24d (diff) |
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
Diffstat (limited to 'share/man/man9/evcount.9')
-rw-r--r-- | share/man/man9/evcount.9 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man9/evcount.9 b/share/man/man9/evcount.9 index 65a29da4be5..6701cf19caa 100644 --- a/share/man/man9/evcount.9 +++ b/share/man/man9/evcount.9 @@ -1,7 +1,7 @@ -.\" $OpenBSD: evcount.9,v 1.4 2010/09/20 07:09:55 matthew Exp $ +.\" $OpenBSD: evcount.9,v 1.5 2014/09/08 01:27:55 schwarze Exp $ .\" Written by Jared Yanovich .\" This file belongs to the public domain, 11/02/2004. -.Dd $Mdocdate: September 20 2010 $ +.Dd $Mdocdate: September 8 2014 $ .Dt EVCOUNT 9 .Os .Sh NAME @@ -195,7 +195,12 @@ will be made aware of interrupt occurrence. .Xr vmstat 8 , .Xr autoconf 9 .Sh AUTHORS +.An -nosplit The .Nm -API was written by Artur Grabowski and Aaron Campbell for +API was written by +.An Artur Grabowski +and +.An Aaron Campbell +for .Ox 3.6 . |