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 | |
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')
-rw-r--r-- | share/man/man3/tree.3 | 7 | ||||
-rw-r--r-- | share/man/man5/fbtab.5 | 6 | ||||
-rw-r--r-- | share/man/man7/ports.7 | 7 | ||||
-rw-r--r-- | share/man/man8/security.8 | 14 | ||||
-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 |
8 files changed, 52 insertions, 29 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index b5c3758a16e..ead02eafb3a 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tree.3,v 1.25 2013/08/14 06:32:31 jmc Exp $ +.\" $OpenBSD: tree.3,v 1.26 2014/09/08 01:27:55 schwarze Exp $ .\"/* .\" * Copyright 2002 Niels Provos <provos@citi.umich.edu> .\" * 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: August 14 2013 $ +.Dd $Mdocdate: September 8 2014 $ .Dt TREE 3 .Os .Sh NAME @@ -573,4 +573,5 @@ for (var = SPLAY_MIN(NAME, &head); var != NULL; var = nxt) { } .Ed .Sh AUTHORS -The author of the tree macros is Niels Provos. +The author of the tree macros is +.An Niels Provos . diff --git a/share/man/man5/fbtab.5 b/share/man/man5/fbtab.5 index bf2d770775c..13dfb634b67 100644 --- a/share/man/man5/fbtab.5 +++ b/share/man/man5/fbtab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fbtab.5,v 1.13 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: fbtab.5,v 1.14 2014/09/08 01:27:55 schwarze Exp $ .\" .\" Copyright (c) 1996 Theo de Raadt .\" 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: May 31 2007 $ +.Dd $Mdocdate: September 8 2014 $ .Dt FBTAB 5 .Os .Sh NAME @@ -85,4 +85,4 @@ the files once again belonging to root. .Xr login_fbtab 3 , .Xr init 8 .Sh AUTHORS -Guido van Rooij +.An Guido van Rooij diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 900c4b6e00b..aa46359118a 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (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: ports.7,v 1.98 2014/01/20 05:07:49 schwarze Exp $ +.\" $OpenBSD: ports.7,v 1.99 2014/09/08 01:27:55 schwarze Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: September 8 2014 $ .Dt PORTS 7 .Os .Sh NAME @@ -761,6 +761,7 @@ It is currently managed by Marc Espie, Christian Weisgerber, along with a host of others found at ports@openbsd.org. .Sh AUTHORS This man page was originated by -David O'Brien, from the +.An David O'Brien , +from the .Fx project. diff --git a/share/man/man8/security.8 b/share/man/man8/security.8 index 3457c28173c..68b34a163b9 100644 --- a/share/man/man8/security.8 +++ b/share/man/man8/security.8 @@ -1,8 +1,8 @@ -.\" $OpenBSD: security.8,v 1.24 2014/04/22 16:58:20 tedu Exp $ +.\" $OpenBSD: security.8,v 1.25 2014/09/08 01:27:55 schwarze Exp $ .\" .\" David Leonard, 2001. Public Domain. .\" -.Dd $Mdocdate: April 22 2014 $ +.Dd $Mdocdate: September 8 2014 $ .Dt SECURITY 8 .Os .Sh NAME @@ -140,9 +140,15 @@ shell script appeared in but most functionality only came with .Bx 4.4 . .Sh AUTHORS -The present manual was written by David Leonard for +.An -nosplit +The present manual was written by +.An David Leonard +for .Ox 2.9 . -Andrew Fresh and Ingo Schwarze rewrote +.An Andrew Fresh Aq Mt afresh1@openbsd.org +and +.An Ingo Schwarze Aq Mt schwarze@openbsd.org +rewrote .Nm from scratch in .Xr perl 1 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 . |