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 | |
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')
-rw-r--r-- | share/man/man9/VOP_LOOKUP.9 | 8 | ||||
-rw-r--r-- | share/man/man9/bus_dma.9 | 9 | ||||
-rw-r--r-- | share/man/man9/bus_space.9 | 19 | ||||
-rw-r--r-- | share/man/man9/evcount.9 | 11 |
4 files changed, 31 insertions, 16 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9 index 7a63125f820..71e9e516ff6 100644 --- a/share/man/man9/VOP_LOOKUP.9 +++ b/share/man/man9/VOP_LOOKUP.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: VOP_LOOKUP.9,v 1.25 2013/10/07 01:50:26 guenther Exp $ +.\" $OpenBSD: VOP_LOOKUP.9,v 1.26 2014/09/08 01:27:55 schwarze Exp $ .\" .\" Copyright (c) 2003 Ted Unangst .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 7 2013 $ +.Dd $Mdocdate: September 8 2014 $ .Dt VOP_LOOKUP 9 .Os .Sh NAME @@ -841,7 +841,9 @@ to indicate failure. .Xr vn_lock 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by Ted Unangst for +This man page was written by +.An Ted Unangst +for .Ox . .Sh BUGS The locking discipline is too complex. diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 8a5562aa565..a77349989e8 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_dma.9,v 1.31 2013/06/04 19:27:04 schwarze Exp $ +.\" $OpenBSD: bus_dma.9,v 1.32 2014/09/08 01:27:55 schwarze Exp $ .\" $NetBSD: bus_dma.9,v 1.14 2000/06/14 06:49:19 cgd Exp $ .\" .\" Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 4 2013 $ +.Dd $Mdocdate: September 8 2014 $ .Dt BUS_DMA 9 .Os .Sh NAME @@ -843,8 +843,9 @@ interface appeared in .Sh AUTHORS The .Nm -interface was designed and implemented by Jason R. Thorpe of the -Numerical Aerospace Simulation Facility, NASA Ames Research Center. +interface was designed and implemented by +.An Jason R. Thorpe +of the Numerical Aerospace Simulation Facility, NASA Ames Research Center. Additional input on the .Nm design was provided by Chris Demetriou, Charles Hannum, Ross Harvey, diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index 719872f7c34..977c50f7c72 100644 --- a/share/man/man9/bus_space.9 +++ b/share/man/man9/bus_space.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_space.9,v 1.29 2014/01/21 03:15:46 schwarze Exp $ +.\" $OpenBSD: bus_space.9,v 1.30 2014/09/08 01:27:55 schwarze Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: September 8 2014 $ .Dt BUS_SPACE 9 .Os .Sh NAME @@ -1496,18 +1496,25 @@ The development team added the *_raw_* API, and discarded the *_stream_* API. .Sh AUTHORS +.An -nosplit The .Nm interfaces were designed and implemented by the .Nx developer community. -Primary contributors and implementors were Chris Demetriou, Jason -Thorpe, and Charles Hannum, but the rest of the +Primary contributors and implementors were +.An Chris Demetriou , +.An Jason Thorpe , +and +.An Charles Hannum , +but the rest of the .Nx developers and the user community played a significant role in development. .Pp -Chris Demetriou wrote this manual page. +.An Chris Demetriou +wrote this manual page. .Pp -Niklas Hallqvist did the *_raw_* API for +.An Niklas Hallqvist +did the *_raw_* API for .Ox . 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 . |