summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/pax/cpio.17
-rw-r--r--bin/pax/pax.17
-rw-r--r--bin/pax/tar.17
-rw-r--r--bin/systrace/systrace.17
-rw-r--r--games/adventure/adventure.613
-rw-r--r--games/atc/atc.610
-rw-r--r--games/banner/banner.66
-rw-r--r--games/bs/bs.612
-rw-r--r--games/cribbage/cribbage.611
-rw-r--r--games/gomoku/gomoku.66
-rw-r--r--games/grdc/grdc.69
-rw-r--r--games/hack/hack.621
-rw-r--r--games/mille/mille.66
-rw-r--r--games/monop/monop.66
-rw-r--r--games/rain/rain.66
-rw-r--r--games/robots/robots.66
-rw-r--r--games/tetris/tetris.618
-rw-r--r--lib/libc/stdlib/rand48.36
-rw-r--r--lib/libc/time/strftime.37
-rw-r--r--lib/libc/yp/ypclnt.36
-rw-r--r--lib/libutil/fmt_scaled.315
-rw-r--r--lib/libutil/login_fbtab.36
-rw-r--r--sbin/atactl/atactl.814
-rw-r--r--share/man/man3/tree.37
-rw-r--r--share/man/man5/fbtab.56
-rw-r--r--share/man/man7/ports.77
-rw-r--r--share/man/man8/security.814
-rw-r--r--share/man/man9/VOP_LOOKUP.98
-rw-r--r--share/man/man9/bus_dma.99
-rw-r--r--share/man/man9/bus_space.919
-rw-r--r--share/man/man9/evcount.911
-rw-r--r--usr.bin/apply/apply.16
-rw-r--r--usr.bin/cdio/cdio.113
-rw-r--r--usr.bin/newsyslog/newsyslog.810
-rw-r--r--usr.bin/top/top.17
-rw-r--r--usr.bin/units/units.18
-rw-r--r--usr.bin/ypcat/ypcat.18
-rw-r--r--usr.bin/ypmatch/ypmatch.18
-rw-r--r--usr.bin/ypwhich/ypwhich.18
-rw-r--r--usr.sbin/map-mbone/map-mbone.86
-rw-r--r--usr.sbin/mopd/mopchk/mopchk.18
-rw-r--r--usr.sbin/mopd/mopprobe/mopprobe.18
-rw-r--r--usr.sbin/mopd/moptrace/moptrace.18
-rw-r--r--usr.sbin/mrouted/mrouted.89
-rw-r--r--usr.sbin/mtrace/mtrace.831
-rw-r--r--usr.sbin/pkg_add/pkg_add.18
-rw-r--r--usr.sbin/pkg_add/pkg_create.18
-rw-r--r--usr.sbin/pkg_add/pkg_delete.18
-rw-r--r--usr.sbin/pkg_add/pkg_info.18
-rw-r--r--usr.sbin/pkg_add/pkg_sign.18
-rw-r--r--usr.sbin/rarpd/rarpd.811
-rw-r--r--usr.sbin/traceroute/traceroute.815
-rw-r--r--usr.sbin/ypbind/ypbind.86
-rw-r--r--usr.sbin/ypldap/ypldap.87
-rw-r--r--usr.sbin/yppoll/yppoll.89
-rw-r--r--usr.sbin/ypset/ypset.86
56 files changed, 314 insertions, 211 deletions
diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1
index 1d4eb39e3c7..9cd10ad71cf 100644
--- a/bin/pax/cpio.1
+++ b/bin/pax/cpio.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cpio.1,v 1.34 2011/09/03 22:59:08 jmc Exp $
+.\" $OpenBSD: cpio.1,v 1.35 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1997 SigmaSoft, Th. Lockert
.\" 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: September 3 2011 $
+.Dd $Mdocdate: September 8 2014 $
.Dt CPIO 1
.Os
.Sh NAME
@@ -287,7 +287,8 @@ specific archive format specification.
.Xr pax 1 ,
.Xr tar 1
.Sh AUTHORS
-Keith Muller at the University of California, San Diego.
+.An Keith Muller
+at the University of California, San Diego.
.Sh CAVEATS
Different file formats have different maximum file sizes.
It is recommended that a format such as cpio or ustar
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index 350b7b5a1fc..c46e108849c 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pax.1,v 1.68 2014/06/04 07:57:27 jmc Exp $
+.\" $OpenBSD: pax.1,v 1.69 2014/09/08 01:27:54 schwarze Exp $
.\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
@@ -34,7 +34,7 @@
.\"
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: June 4 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt PAX 1
.Os
.Sh NAME
@@ -1119,4 +1119,5 @@ flag,
and the flawed archive handling during list and read operations
are extensions to that specification.
.Sh AUTHORS
-Keith Muller at the University of California, San Diego.
+.An Keith Muller
+at the University of California, San Diego.
diff --git a/bin/pax/tar.1 b/bin/pax/tar.1
index ef7246fbc37..904032b3dcf 100644
--- a/bin/pax/tar.1
+++ b/bin/pax/tar.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tar.1,v 1.55 2010/12/02 04:08:27 tedu Exp $
+.\" $OpenBSD: tar.1,v 1.56 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1996 SigmaSoft, Th. Lockert
.\" 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: December 2 2010 $
+.Dd $Mdocdate: September 8 2014 $
.Dt TAR 1
.Os
.Sh NAME
@@ -381,7 +381,8 @@ A
command first appeared in
.At v7 .
.Sh AUTHORS
-Keith Muller at the University of California, San Diego.
+.An Keith Muller
+at the University of California, San Diego.
.Sh CAVEATS
The
.Fl j
diff --git a/bin/systrace/systrace.1 b/bin/systrace/systrace.1
index 5adc1cc0f5b..c7afc9c62ee 100644
--- a/bin/systrace/systrace.1
+++ b/bin/systrace/systrace.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: systrace.1,v 1.44 2007/05/31 19:19:15 jmc Exp $
+.\" $OpenBSD: systrace.1,v 1.45 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright 2002 Niels Provos <provos@citi.umich.edu>
.\" All rights reserved.
@@ -30,7 +30,7 @@
.\"
.\" Manual page, using -mandoc macros
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 8 2014 $
.Dt SYSTRACE 1
.Os
.Sh NAME
@@ -350,7 +350,8 @@ Policy: /bin/ls, Emulation: native
.Sh AUTHORS
The
.Nm
-utility was developed by Niels Provos.
+utility was developed by
+.An Niels Provos .
.Sh BUGS
Applications that use clone()-like system calls to share the complete
address space between processes may be able to replace system call
diff --git a/games/adventure/adventure.6 b/games/adventure/adventure.6
index d55f1dc47a9..4d512653fc2 100644
--- a/games/adventure/adventure.6
+++ b/games/adventure/adventure.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: adventure.6,v 1.8 2007/05/31 19:19:16 jmc Exp $
+.\" $OpenBSD: adventure.6,v 1.9 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -34,7 +34,7 @@
.\"
.\" @(#)adventure.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 8 2014 $
.Dt ADVENTURE 6
.Os
.Sh NAME
@@ -54,7 +54,12 @@ To terminate a game, enter
to save a game for later resumption, enter
.Dq suspend .
.Sh AUTHORS
+.An -nosplit
The game
.Nm
-was originally written in Fortran by Will Crowther and Don Woods.
-It was later translated to C and enhanced by Jim Gillogly (jim@rand.org).
+was originally written in Fortran by
+.An Will Crowther
+and
+.An Don Woods .
+It was later translated to C and enhanced by
+.An Jim Gillogly Aq Mt jim@rand.org .
diff --git a/games/atc/atc.6 b/games/atc/atc.6
index 6a0073f4159..dbb3287bf0a 100644
--- a/games/atc/atc.6
+++ b/games/atc/atc.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atc.6,v 1.18 2007/05/31 19:19:16 jmc Exp $
+.\" $OpenBSD: atc.6,v 1.19 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -34,7 +34,7 @@
.\"
.\" Copyright (c) 1986 Ed James. All rights reserved.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 8 2014 $
.Dt ATC 6
.Os
.Sh NAME
@@ -597,7 +597,11 @@ Score file.
The list of playable games.
.El
.Sh AUTHORS
-Ed James, UC Berkeley: edjames@ucbvax.berkeley.edu, ucbvax!edjames
+.An -nosplit
+.An Ed James ,
+UC Berkeley:
+.Mt edjames@ucbvax.berkeley.edu ,
+.Mt ucbvax!edjames
.Pp
This game is based on someone's description of the overall flavor
of a game written for some unknown PC many years ago, maybe.
diff --git a/games/banner/banner.6 b/games/banner/banner.6
index 2cc24e40800..9ebf7400fb4 100644
--- a/games/banner/banner.6
+++ b/games/banner/banner.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: banner.6,v 1.13 2010/03/26 19:30:40 jmc Exp $
+.\" $OpenBSD: banner.6,v 1.14 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)banner.6 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: March 26 2010 $
+.Dd $Mdocdate: September 8 2014 $
.Dt BANNER 6
.Os
.Sh NAME
@@ -55,7 +55,7 @@ with no breaks between the pages.
.Sh SEE ALSO
.Xr banner 1
.Sh AUTHORS
-Mark Horton
+.An Mark Horton
.Sh BUGS
Several ASCII characters are not defined, notably <, >, [, ], \e,
^, _, {, }, |, and ~.
diff --git a/games/bs/bs.6 b/games/bs/bs.6
index 68d10b97f95..e760054325e 100644
--- a/games/bs/bs.6
+++ b/games/bs/bs.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bs.6,v 1.14 2013/07/16 11:14:19 schwarze Exp $
+.\" $OpenBSD: bs.6,v 1.15 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt BS 6
.Os
.Sh NAME
@@ -79,8 +79,12 @@ some ships and also makes it much harder, for example, when you face a superior
force with only your PT-boat.
.El
.Sh AUTHORS
-Originally written by one Bruce Holloway in 1986.
-Salvo mode added by Chuck A. DeGaul (cbosgd!cad).
+.An -nosplit
+Originally written by one
+.An Bruce Holloway
+in 1986.
+Salvo mode added by
+.An Chuck A. DeGaul Aq Mt cbosgd!cad .
Visual user interface,
.Sq closepack
option, code rewrite
diff --git a/games/cribbage/cribbage.6 b/games/cribbage/cribbage.6
index 65b8989045c..6a5c40ea8f5 100644
--- a/games/cribbage/cribbage.6
+++ b/games/cribbage/cribbage.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cribbage.6,v 1.12 2014/05/09 21:53:42 jmc Exp $
+.\" $OpenBSD: cribbage.6,v 1.13 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)cribbage.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: May 9 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt CRIBBAGE 6
.Os
.Sh NAME
@@ -202,5 +202,8 @@ log file
instructions
.El
.Sh AUTHORS
-Earl T. Cohen wrote the logic.
-Ken Arnold added the screen-oriented interface.
+.An -nosplit
+.An Earl T. Cohen
+wrote the logic.
+.An Ken Arnold
+added the screen-oriented interface.
diff --git a/games/gomoku/gomoku.6 b/games/gomoku/gomoku.6
index 206d8dea921..3672ffca676 100644
--- a/games/gomoku/gomoku.6
+++ b/games/gomoku/gomoku.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gomoku.6,v 1.14 2011/07/03 13:45:15 jmc Exp $
+.\" $OpenBSD: gomoku.6,v 1.15 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)gomoku.6 8.2 (Berkeley) 8/4/94
.\"
-.Dd $Mdocdate: July 3 2011 $
+.Dd $Mdocdate: September 8 2014 $
.Dt GOMOKU 6
.Os
.Sh NAME
@@ -101,7 +101,7 @@ User versus user.
This is mostly used for testing.
.El
.Sh AUTHORS
-Ralph Campbell
+.An Ralph Campbell
.Sh BUGS
The program is far too slow and uses far too much memory for the quality of
game it provides.
diff --git a/games/grdc/grdc.6 b/games/grdc/grdc.6
index 69561b19e81..c1c56ad24f3 100644
--- a/games/grdc/grdc.6
+++ b/games/grdc/grdc.6
@@ -1,8 +1,8 @@
-.\" $OpenBSD: grdc.6,v 1.8 2007/05/31 19:19:17 jmc Exp $
+.\" $OpenBSD: grdc.6,v 1.9 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright 2002 Amos Shapir. Public domain.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 8 2014 $
.Dt GRDC 6
.Os
.Sh NAME
@@ -27,4 +27,7 @@ flag makes digits scroll as they change.
In this curses mode implementation,
the scrolling option has trouble keeping up.
.Sh AUTHORS
-Amos Shapir, modified for curses by John Lupien.
+.An -nosplit
+.An Amos Shapir ,
+modified for curses by
+.An John Lupien .
diff --git a/games/hack/hack.6 b/games/hack/hack.6
index f7c85beecdc..bcd705b90db 100644
--- a/games/hack/hack.6
+++ b/games/hack/hack.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hack.6,v 1.16 2014/01/21 03:15:44 schwarze Exp $
+.\" $OpenBSD: hack.6,v 1.17 2014/09/08 01:27:54 schwarze Exp $
.\" $NetBSD: hack.6,v 1.5 1995/07/03 19:44:30 jtc Exp $
.\"
.\" Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -59,7 +59,7 @@
.\" OTHERWISE) 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 HACK 6
.Os
.Sh NAME
@@ -198,11 +198,20 @@ Lock file for xlock.
Lock file for record.
.El
.Sh AUTHORS
-Jay Fenlason (+ Kenny Woodland, Mike Thome and Jon Payne) wrote the
-original hack, very much like rogue (but full of bugs).
+.An -nosplit
+.An Jay Fenlason
+.Po +
+.An Kenny Woodland ,
+.An Mike Thome
+and
+.An Jon Payne
+.Pc
+wrote the original hack, very much like rogue (but full of bugs).
.Pp
-Andries Brouwer continuously deformed their sources into the current
+.An Andries Brouwer
+continuously deformed their sources into the current
version \(en in fact an entirely different game.
.Sh BUGS
Probably infinite.
-Mail complaints to mcvax!aeb .
+Mail complaints to
+.Mt mcvax!aeb .
diff --git a/games/mille/mille.6 b/games/mille/mille.6
index 50e17e86ffd..99c35b36953 100644
--- a/games/mille/mille.6
+++ b/games/mille/mille.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mille.6,v 1.12 2011/09/03 22:59:08 jmc Exp $
+.\" $OpenBSD: mille.6,v 1.13 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)mille.6 8.3 (Berkeley) 6/1/94
.\"
-.Dd $Mdocdate: September 3 2011 $
+.Dd $Mdocdate: September 8 2014 $
.Dt MILLE 6
.Os
.Sh NAME
@@ -379,7 +379,7 @@ the game
and number of games won
.Sy ( Games ) .
.Sh AUTHORS
-Ken Arnold
+.An Ken Arnold
.Pp
.Po
The game itself is a product of Parker Brothers, Inc.
diff --git a/games/monop/monop.6 b/games/monop/monop.6
index 161af3ad359..52048b20ee4 100644
--- a/games/monop/monop.6
+++ b/games/monop/monop.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: monop.6,v 1.13 2007/05/31 19:19:18 jmc Exp $
+.\" $OpenBSD: monop.6,v 1.14 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1980 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)monop.6 6.5 (Berkeley) 3/25/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 8 2014 $
.Dt MONOP 6
.Os
.Sh NAME
@@ -172,7 +172,7 @@ it is the same as typing
Chance and Community Chest cards
.El
.Sh AUTHORS
-Ken Arnold
+.An Ken Arnold
.Sh BUGS
No command can be given an argument instead of a response to a query.
.Pp
diff --git a/games/rain/rain.6 b/games/rain/rain.6
index 9fd1c80283c..802db293acd 100644
--- a/games/rain/rain.6
+++ b/games/rain/rain.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rain.6,v 1.16 2012/05/27 16:57:14 jmc Exp $
+.\" $OpenBSD: rain.6,v 1.17 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)rain.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: May 27 2012 $
+.Dd $Mdocdate: September 8 2014 $
.Dt RAIN 6
.Os
.Sh NAME
@@ -59,4 +59,4 @@ program, the
environment variable must be set (and exported) to the type of the
terminal being used.
.Sh AUTHORS
-Eric P. Scott
+.An Eric P. Scott
diff --git a/games/robots/robots.6 b/games/robots/robots.6
index 2b94fcb606c..2edd703b6c8 100644
--- a/games/robots/robots.6
+++ b/games/robots/robots.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: robots.6,v 1.12 2007/05/31 19:19:18 jmc Exp $
+.\" $OpenBSD: robots.6,v 1.13 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)robots.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 8 2014 $
.Dt ROBOTS 6
.Os
.Sh NAME
@@ -142,7 +142,7 @@ very nice.
the score file
.El
.Sh AUTHORS
-Ken Arnold
+.An Ken Arnold
.Sh BUGS
Bugs?
You
diff --git a/games/tetris/tetris.6 b/games/tetris/tetris.6
index a13212feebc..6819bdc99bc 100644
--- a/games/tetris/tetris.6
+++ b/games/tetris/tetris.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tetris.6,v 1.14 2007/05/31 19:19:18 jmc Exp $
+.\" $OpenBSD: tetris.6,v 1.15 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)tetris.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 8 2014 $
.Dt TETRIS 6
.Os
.Sh NAME
@@ -151,12 +151,18 @@ are marked with asterisks
high score file
.El
.Sh AUTHORS
+.An -nosplit
Adapted from a 1989 International Obfuscated C Code Contest winner by
-Chris Torek and Darren F. Provine.
+.An Chris Torek
+and
+.An Darren F. Provine .
.Pp
-Manual adapted from the original entry written by Nancy L. Tinkham and
-Darren F. Provine.
+Manual adapted from the original entry written by
+.An Nancy L. Tinkham
+and
+.An Darren F. Provine .
.Pp
-Shape previewing code adapted from code by Hubert Feyrer.
+Shape previewing code adapted from code by
+.An Hubert Feyrer .
.Sh BUGS
The higher levels are unplayable without a fast terminal connection.
diff --git a/lib/libc/stdlib/rand48.3 b/lib/libc/stdlib/rand48.3
index 8b7c572fb47..29e72b8c013 100644
--- a/lib/libc/stdlib/rand48.3
+++ b/lib/libc/stdlib/rand48.3
@@ -9,9 +9,9 @@
.\" of any kind. I shall in no event be liable for anything that happens
.\" to anyone/anything when using this software.
.\"
-.\" $OpenBSD: rand48.3,v 1.14 2014/01/21 23:25:03 deraadt Exp $
+.\" $OpenBSD: rand48.3,v 1.15 2014/09/08 01:27:54 schwarze Exp $
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt RAND48 3
.Os
.Sh NAME
@@ -176,4 +176,4 @@ and
functions conform to
.St -p1003.1-2008 .
.Sh AUTHORS
-Martin Birgmeier
+.An Martin Birgmeier
diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3
index 02bea149eef..58dbd50c95a 100644
--- a/lib/libc/time/strftime.3
+++ b/lib/libc/time/strftime.3
@@ -30,9 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91
-.\" $OpenBSD: strftime.3,v 1.32 2014/01/24 09:39:59 schwarze Exp $
+.\" $OpenBSD: strftime.3,v 1.33 2014/09/08 01:27:54 schwarze Exp $
.\"
-.Dd $Mdocdate: January 24 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt STRFTIME 3
.Os
.Sh NAME
@@ -252,7 +252,8 @@ The
function has been available since
.Bx 4.3 Reno .
.Sh AUTHORS
-Keith Bostic implemented the
+.An Keith Bostic
+implemented the
.Bx
version of
.Fn strftime
diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3
index 1578a5f8303..8dbbffe13af 100644
--- a/lib/libc/yp/ypclnt.3
+++ b/lib/libc/yp/ypclnt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypclnt.3,v 1.25 2014/07/13 23:25:09 schwarze Exp $
+.\" $OpenBSD: ypclnt.3,v 1.26 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 13 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt YPCLNT 3
.Os
.Sh NAME
@@ -365,4 +365,4 @@ The client cannot communicate with the YP server process.
.Xr ypbind 8 ,
.Xr ypserv 8
.Sh AUTHORS
-Theo de Raadt
+.An Theo de Raadt
diff --git a/lib/libutil/fmt_scaled.3 b/lib/libutil/fmt_scaled.3
index 3da903177c0..99a35a0509d 100644
--- a/lib/libutil/fmt_scaled.3
+++ b/lib/libutil/fmt_scaled.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fmt_scaled.3,v 1.6 2013/06/05 03:40:26 tedu Exp $
+.\" $OpenBSD: fmt_scaled.3,v 1.7 2014/09/08 01:27:54 schwarze Exp $
.\" Copyright (c) 2001, 2003 Ian Darwin. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -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: June 5 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt FMT_SCALED 3
.Os
.Sh NAME
@@ -108,13 +108,18 @@ and
first appeared in
.Ox 3.4 .
.Sh AUTHORS
-Ken Stailey wrote the first version of the code that became
+.An -nosplit
+.An Ken Stailey
+wrote the first version of the code that became
.Fn fmt_scaled ,
originally inside
.Ox
.Xr df 1 .
-Ian Darwin excerpted this and made it into a library routine
-(with significant help from Paul Janzen), and wrote
+.An Ian Darwin
+excerpted this and made it into a library routine
+(with significant help from
+.An Paul Janzen ) ,
+and wrote
.Fn scan_scaled .
.Sh BUGS
Some of the scale factors have misleading meanings in lower case
diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3
index 6f019947dd1..94c1a9cbf29 100644
--- a/lib/libutil/login_fbtab.3
+++ b/lib/libutil/login_fbtab.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login_fbtab.3,v 1.11 2013/06/05 03:40:26 tedu Exp $
+.\" $OpenBSD: login_fbtab.3,v 1.12 2014/09/08 01:27:54 schwarze Exp $
.\"
.\" Copyright 1995 by Wietse Venema. All rights reserved. Some individual
.\" files may be covered by other copyrights.
@@ -15,7 +15,7 @@
.\" warranties, including, without limitation, the implied warranties of
.\" merchantibility and fitness for any particular purpose.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt LOGIN_FBTAB 3
.Os
.Sh NAME
@@ -48,7 +48,7 @@ daemon with the severity of
.Xr fbtab 5
.Sh AUTHORS
.Bd -unfilled
-Wietse Venema (wietse@wzv.win.tue.nl)
+.An Wietse Venema Aq Mt wietse@wzv.win.tue.nl
Eindhoven University of Technology
The Netherlands
.Ed
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8
index 9c1b2768cac..9039af1dd98 100644
--- a/sbin/atactl/atactl.8
+++ b/sbin/atactl/atactl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atactl.8,v 1.43 2012/12/10 21:35:52 jmc Exp $
+.\" $OpenBSD: atactl.8,v 1.44 2014/09/08 01:27:55 schwarze Exp $
.\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $
.\"
.\" Copyright (c) 1998 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: December 10 2012 $
+.Dd $Mdocdate: September 8 2014 $
.Dt ATACTL 8
.Os
.Sh NAME
@@ -488,12 +488,16 @@ Support for acoustic management, advanced power management, power-up in
standby, read look-ahead, and SMART was added in
.Ox 2.9 .
.Sh AUTHORS
+.An -nosplit
The
.Nm
-command was written by Ken Hornstein.
-It was based heavily on the scsictl command written by Jason R. Thorpe.
+command was written by
+.An Ken Hornstein .
+It was based heavily on the scsictl command written by
+.An Jason R. Thorpe .
Support for acoustic management, advanced power management, power-up in
-standby, read look-ahead, and SMART was added by Wouter Slegers.
+standby, read look-ahead, and SMART was added by
+.An Wouter Slegers .
.Sh CAVEATS
Not all devices are created equally.
Some may not support the feature sets
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 .
diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1
index ddcc3e7f289..ca34ea5827c 100644
--- a/usr.bin/apply/apply.1
+++ b/usr.bin/apply/apply.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: apply.1,v 1.23 2007/05/31 19:20:07 jmc Exp $
+.\" $OpenBSD: apply.1,v 1.24 2014/09/08 01:27:55 schwarze Exp $
.\" $NetBSD: apply.1,v 1.4 1996/03/18 23:16:57 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)apply.1 8.2 (Berkeley) 4/4/94
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 8 2014 $
.Dt APPLY 1
.Os
.Sh NAME
@@ -136,7 +136,7 @@ The
command appeared in
.Bx 4.2 .
.Sh AUTHORS
-Rob Pike
+.An Rob Pike
.Sh BUGS
Shell metacharacters in
.Ar command
diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1
index dea58d5181e..14298e53afe 100644
--- a/usr.bin/cdio/cdio.1
+++ b/usr.bin/cdio/cdio.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cdio.1,v 1.59 2011/07/09 18:10:24 stsp Exp $
+.\" $OpenBSD: cdio.1,v 1.60 2014/09/08 01:27:55 schwarze Exp $
.\"
.\" Copyright (c) 1995 Serge V. Vakulenko
.\" All rights reserved.
@@ -29,7 +29,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: July 9 2011 $
+.Dd $Mdocdate: September 8 2014 $
.Dt CDIO 1
.Os
.Sh NAME
@@ -327,7 +327,8 @@ command is based on
which first appeared in
.Fx 2.1 .
.Sh AUTHORS
-Jean-Marc Zucconi,
-Andrey A. Chernov,
-Serge V. Vakulenko,
-Marc Espie
+.An -nosplit
+.An Jean-Marc Zucconi ,
+.An Andrey A. Chernov ,
+.An Serge V. Vakulenko ,
+.An Marc Espie
diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8
index 84b898aba20..ae3d79d5327 100644
--- a/usr.bin/newsyslog/newsyslog.8
+++ b/usr.bin/newsyslog/newsyslog.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newsyslog.8,v 1.50 2013/01/17 21:29:14 jmc Exp $
+.\" $OpenBSD: newsyslog.8,v 1.51 2014/09/08 01:27:55 schwarze Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -41,7 +41,7 @@
.\" the suitability of this software for any purpose. It is
.\" provided "as is" without express or implied warranty.
.\"
-.Dd $Mdocdate: January 17 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt NEWSYSLOG 8
.Os
.Sh NAME
@@ -435,7 +435,7 @@ default configuration file
.Xr syslog 3 ,
.Xr syslogd 8
.Sh AUTHORS
-.Bd -unfilled
-Theodore Ts'o, MIT Project Athena
+.An Theodore Ts'o ,
+MIT Project Athena
+.br
Copyright 1987, Massachusetts Institute of Technology
-.Ed
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1
index 2fecbd86403..4b1fdefc6ac 100644
--- a/usr.bin/top/top.1
+++ b/usr.bin/top/top.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: top.1,v 1.61 2012/06/06 12:12:12 jmc Exp $
+.\" $OpenBSD: top.1,v 1.62 2014/09/08 01:27:55 schwarze Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 6 2012 $
+.Dd $Mdocdate: September 8 2014 $
.Dt TOP 1
.Os
.Sh NAME
@@ -467,7 +467,8 @@ kernel image
.Xr renice 8 ,
.Xr vmstat 8
.Sh AUTHORS
-William LeFebvre, EECS Department, Northwestern University
+.An William LeFebvre ,
+EECS Department, Northwestern University
.Sh BUGS
As with
.Xr ps 1 ,
diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1
index 5d49ec65ecc..c96354b7e2d 100644
--- a/usr.bin/units/units.1
+++ b/usr.bin/units/units.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: units.1,v 1.25 2013/01/04 19:31:28 jmc Exp $
+.\" $OpenBSD: units.1,v 1.26 2014/09/08 01:27:55 schwarze Exp $
.\" converted to new format by deraadt@openbsd.org
.\"
.\" Copyright (c) 1993 by Adrian Mariano (adrian@cam.cornell.edu)
@@ -16,7 +16,7 @@
.\" I would appreciate (though I do not require) receiving a copy of any
.\" improvements you might make to this program.
.\"
-.Dd $Mdocdate: January 4 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt UNITS 1
.Os
.Sh NAME
@@ -208,7 +208,9 @@ the standard units library
.%T Quantities and units \(em Part 13: Information science and technology
.Re
.Sh AUTHORS
-Adrian Mariano (adrian@cam.cornell.edu or mariano@geom.umn.edu)
+.An Adrian Mariano Aq Mt adrian@cam.cornell.edu
+or
+.Aq Mt mariano@geom.umn.edu
.Sh BUGS
The effect of including a
.Ql /
diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1
index 1edecbb2ecd..79efd081de2 100644
--- a/usr.bin/ypcat/ypcat.1
+++ b/usr.bin/ypcat/ypcat.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypcat.1,v 1.9 2013/08/14 06:32:31 jmc Exp $
+.\" $OpenBSD: ypcat.1,v 1.10 2014/09/08 01:27:55 schwarze Exp $
.\" $NetBSD: ypcat.1,v 1.4 1996/05/13 02:43:36 thorpej Exp $
.\"
.\" Copyright (c) 1993 Winning Strategies, Inc.
@@ -29,9 +29,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.
.\"
-.\" $Id: ypcat.1,v 1.9 2013/08/14 06:32:31 jmc Exp $
+.\" $Id: ypcat.1,v 1.10 2014/09/08 01:27:55 schwarze Exp $
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt YPCAT 1
.Os
.Sh NAME
@@ -75,4 +75,4 @@ Display the map nickname table.
.Xr yppoll 8 ,
.Xr ypset 8
.Sh AUTHORS
-Theo de Raadt
+.An Theo de Raadt
diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1
index db74d1185f4..2b7849d3204 100644
--- a/usr.bin/ypmatch/ypmatch.1
+++ b/usr.bin/ypmatch/ypmatch.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypmatch.1,v 1.12 2013/08/14 06:32:31 jmc Exp $
+.\" $OpenBSD: ypmatch.1,v 1.13 2014/09/08 01:27:55 schwarze Exp $
.\" $NetBSD: ypmatch.1,v 1.5 1996/05/13 02:43:41 thorpej Exp $
.\"
.\" Copyright (c) 1993 Winning Strategies, Inc.
@@ -29,9 +29,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.
.\"
-.\" $Id: ypmatch.1,v 1.12 2013/08/14 06:32:31 jmc Exp $
+.\" $Id: ypmatch.1,v 1.13 2014/09/08 01:27:55 schwarze Exp $
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt YPMATCH 1
.Os
.Sh NAME
@@ -75,4 +75,4 @@ Display the map nickname table.
.Xr yppoll 8 ,
.Xr ypset 8
.Sh AUTHORS
-Theo de Raadt
+.An Theo de Raadt
diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1
index 89f618ca5ae..a63b7d2094e 100644
--- a/usr.bin/ypwhich/ypwhich.1
+++ b/usr.bin/ypwhich/ypwhich.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypwhich.1,v 1.16 2008/05/24 13:59:09 sobrado Exp $
+.\" $OpenBSD: ypwhich.1,v 1.17 2014/09/08 01:27:55 schwarze Exp $
.\" $NetBSD: ypwhich.1,v 1.3 1996/05/13 02:43:46 thorpej Exp $
.\"
.\" Copyright (c) 1994 Christopher G. Demetriou
@@ -29,9 +29,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.
.\"
-.\" $Id: ypwhich.1,v 1.16 2008/05/24 13:59:09 sobrado Exp $
+.\" $Id: ypwhich.1,v 1.17 2014/09/08 01:27:55 schwarze Exp $
.\"
-.Dd $Mdocdate: May 24 2008 $
+.Dd $Mdocdate: September 8 2014 $
.Dt YPWHICH 1
.Os
.Sh NAME
@@ -107,4 +107,4 @@ Display the map nickname table.
.Xr yppoll 8 ,
.Xr ypset 8
.Sh AUTHORS
-Theo de Raadt
+.An Theo de Raadt
diff --git a/usr.sbin/map-mbone/map-mbone.8 b/usr.sbin/map-mbone/map-mbone.8
index 42adb29d885..ad352420c95 100644
--- a/usr.sbin/map-mbone/map-mbone.8
+++ b/usr.sbin/map-mbone/map-mbone.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: map-mbone.8,v 1.14 2013/01/17 21:39:29 jmc Exp $
+.\" $OpenBSD: map-mbone.8,v 1.15 2014/09/08 01:27:55 schwarze Exp $
.\" $NetBSD: map-mbone.8,v 1.2 1995/10/03 23:16:53 thorpej Exp $
.\"
.\" Mapper for connections between MRouteD multicast routers.
@@ -32,7 +32,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
.\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 17 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt MAP-MBONE 8
.Os
.Sh NAME
@@ -127,4 +127,4 @@ Default is 2.
.Xr mrouted 8 ,
.Xr mtrace 8
.Sh AUTHORS
-Pavel Curtis
+.An Pavel Curtis
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.
diff --git a/usr.sbin/mopd/mopprobe/mopprobe.1 b/usr.sbin/mopd/mopprobe/mopprobe.1
index 1c5cb398dd7..7796fa8549f 100644
--- a/usr.sbin/mopd/mopprobe/mopprobe.1
+++ b/usr.sbin/mopd/mopprobe/mopprobe.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mopprobe.1,v 1.14 2009/07/11 13:42:32 sobrado Exp $
+.\" $OpenBSD: mopprobe.1,v 1.15 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: mopprobe.1,v 1.14 2009/07/11 13:42:32 sobrado Exp $
+.\" @(#) $OpenBSD: mopprobe.1,v 1.15 2014/09/08 01:27:55 schwarze Exp $
.\"
-.Dd $Mdocdate: July 11 2009 $
+.Dd $Mdocdate: September 8 2014 $
.Dt MOPPROBE 1
.Os
.Sh NAME
@@ -72,4 +72,4 @@ Show all nodes sending MOP/RC SID messages.
.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
diff --git a/usr.sbin/mopd/moptrace/moptrace.1 b/usr.sbin/mopd/moptrace/moptrace.1
index 25a188c8280..09e46652ddf 100644
--- a/usr.sbin/mopd/moptrace/moptrace.1
+++ b/usr.sbin/mopd/moptrace/moptrace.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: moptrace.1,v 1.11 2010/01/03 13:39:18 schwarze Exp $
+.\" $OpenBSD: moptrace.1,v 1.12 2014/09/08 01:27:55 schwarze Exp $
.\"
.\" Copyright (c) 1993-95 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: moptrace.1,v 1.11 2010/01/03 13:39:18 schwarze Exp $
+.\" @(#) $OpenBSD: moptrace.1,v 1.12 2014/09/08 01:27:55 schwarze Exp $
.\"
-.Dd $Mdocdate: January 3 2010 $
+.Dd $Mdocdate: September 8 2014 $
.Dt MOPTRACE 1
.Os
.Sh NAME
@@ -73,4 +73,4 @@ Run in debug mode, with all the output to stderr.
.%N EK-DNA11-FS-001
.Re
.Sh AUTHORS
-Mats O Jansson (moj@stacken.kth.se).
+.An Mats O Jansson Aq Mt moj@stacken.kth.se
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8
index af5925b2d94..a0643f36add 100644
--- a/usr.sbin/mrouted/mrouted.8
+++ b/usr.sbin/mrouted/mrouted.8
@@ -1,11 +1,11 @@
-.\" $OpenBSD: mrouted.8,v 1.24 2013/01/17 21:39:29 jmc Exp $
+.\" $OpenBSD: mrouted.8,v 1.25 2014/09/08 01:27:55 schwarze Exp $
.\" The mrouted program is covered by the license in the accompanying file
.\" named "LICENSE". Use of the mrouted program represents acceptance of
.\" the terms and conditions listed in that file.
.\"
.\" The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
.\" Leland Stanford Junior University.
-.Dd $Mdocdate: January 17 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt MROUTED 8
.Os
.Sh NAME
@@ -476,4 +476,7 @@ Note that there can be many sources in one subnet.
.%T Multicast Routing in Internetworks and Extended LANs
.Re
.Sh AUTHORS
-Steve Deering, Ajit Thyagarajan, Bill Fenner
+.An -nosplit
+.An Steve Deering ,
+.An Ajit Thyagarajan ,
+.An Bill Fenner
diff --git a/usr.sbin/mtrace/mtrace.8 b/usr.sbin/mtrace/mtrace.8
index ce1ec267c54..9ba0b666eac 100644
--- a/usr.sbin/mtrace/mtrace.8
+++ b/usr.sbin/mtrace/mtrace.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mtrace.8,v 1.17 2010/09/19 21:59:23 jmc Exp $
+.\" $OpenBSD: mtrace.8,v 1.18 2014/09/08 01:27:55 schwarze Exp $
.\" $NetBSD: mtrace.8,v 1.4 1995/12/10 10:57:11 mycroft Exp $
.\"
.\" Copyright (c) 1993, 1998-2001.
@@ -66,7 +66,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: September 8 2014 $
.Dt MTRACE 8
.Os
.Sh NAME
@@ -487,18 +487,31 @@ Round trip time 95 ms
.Xr mrouted 8 ,
.Xr traceroute 8
.Sh AUTHORS
-Implemented by Steve Casner based on an initial prototype written by
-Ajit Thyagarajan.
+.An -nosplit
+Implemented by
+.An Steve Casner
+based on an initial prototype written by
+.An Ajit Thyagarajan .
The multicast traceroute mechanism was designed by
-Van Jacobson with help from Steve Casner, Steve Deering, Dino
-Farinacci, and Deb Agrawal; it was implemented in
+.An Van Jacobson
+with help from
+.An Steve Casner ,
+.An Steve Deering ,
+.An Dino Farinacci ,
+and
+.An Deb Agrawal ;
+it was implemented in
.Nm mrouted
-by Ajit Thyagarajan and Bill Fenner.
+by
+.An Ajit Thyagarajan
+and
+.An Bill Fenner .
The option syntax and the output format of
.Nm
are modeled after the unicast
-.Nm traceroute
-program written by Van Jacobson.
+.Xr traceroute 8
+program written by
+.An Van Jacobson .
.Sh BUGS
Versions 3.3 and 3.5 of
.Nm mrouted
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1
index 28c598f0303..3ad23d5afe3 100644
--- a/usr.sbin/pkg_add/pkg_add.1
+++ b/usr.sbin/pkg_add/pkg_add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_add.1,v 1.127 2014/07/12 20:41:09 jmc Exp $
+.\" $OpenBSD: pkg_add.1,v 1.128 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: July 12 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt PKG_ADD 1
.Os
.Sh NAME
@@ -776,8 +776,8 @@ Temporary area where package information files will be extracted, instead of
.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
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index ccbd035f3c8..6970d711069 100644
--- a/usr.sbin/pkg_add/pkg_create.1
+++ b/usr.sbin/pkg_add/pkg_create.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_create.1,v 1.97 2014/07/12 19:44:54 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.98 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:
@@ -21,7 +21,7 @@
.\" [jkh] Took John's changes back and made some additional extensions for
.\" better integration with FreeBSD's new ports collection.
.\"
-.Dd $Mdocdate: July 12 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt PKG_CREATE 1
.Os
.Sh NAME
@@ -915,8 +915,8 @@ command first appeared in
.Fx .
.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
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
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1
index 242b557a853..0f343be136d 100644
--- a/usr.sbin/pkg_add/pkg_info.1
+++ b/usr.sbin/pkg_add/pkg_info.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_info.1,v 1.49 2014/02/11 10:36:13 espie Exp $
+.\" $OpenBSD: pkg_info.1,v 1.50 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: February 11 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt PKG_INFO 1
.Os
.Sh NAME
@@ -224,8 +224,8 @@ in
.Xr pkgpath 7
.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
diff --git a/usr.sbin/pkg_add/pkg_sign.1 b/usr.sbin/pkg_add/pkg_sign.1
index f4b6fd3f058..b019e224d24 100644
--- a/usr.sbin/pkg_add/pkg_sign.1
+++ b/usr.sbin/pkg_add/pkg_sign.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_sign.1,v 1.4 2014/02/12 12:15:03 schwarze Exp $
+.\" $OpenBSD: pkg_sign.1,v 1.5 2014/09/08 01:27:55 schwarze Exp $
.\" Copyright (c) 2014 Marc Espie <espie@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 12 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt PKG_SIGN 1
.Os
.Sh NAME
@@ -146,6 +146,4 @@ The
command first appeared in
.Ox 5.5 .
.Sh AUTHORS
-.Bl -tag -width indent -compact
-.It "Marc Espie"
-.El
+.An Marc Espie
diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8
index 97558f21301..70a3e8741be 100644
--- a/usr.sbin/rarpd/rarpd.8
+++ b/usr.sbin/rarpd/rarpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rarpd.8,v 1.19 2012/09/26 16:19:44 jmc Exp $
+.\" $OpenBSD: rarpd.8,v 1.20 2014/09/08 01:27:55 schwarze Exp $
.\" $NetBSD: rarpd.8,v 1.7 1998/04/15 15:06:06 mrg Exp $
.\"
.\" Copyright (c) 1988-1990 The Regents of the University of California.
@@ -19,9 +19,9 @@
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-.\" @(#) $Id: rarpd.8,v 1.19 2012/09/26 16:19:44 jmc Exp $
+.\" @(#) $Id: rarpd.8,v 1.20 2014/09/08 01:27:55 schwarze Exp $
.\"
-.Dd $Mdocdate: September 26 2012 $
+.Dd $Mdocdate: September 8 2014 $
.Dt RARPD 8
.Os
.Sh NAME
@@ -106,5 +106,8 @@ Process ID of
.%T A Reverse Address Resolution Protocol
.Re
.Sh AUTHORS
-Craig Leres (leres@ee.lbl.gov) and Steven McCanne (mccanne@ee.lbl.gov).
+.An -nosplit
+.An Craig Leres Aq Mt leres@ee.lbl.gov
+and
+.An Steven McCanne Aq Mt mccanne@ee.lbl.gov ,
Lawrence Berkeley Laboratory, University of California, Berkeley, CA.
diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8
index 72d093a6cb5..dc18ad52f71 100644
--- a/usr.sbin/traceroute/traceroute.8
+++ b/usr.sbin/traceroute/traceroute.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: traceroute.8,v 1.61 2014/06/06 17:42:59 florian Exp $
+.\" $OpenBSD: traceroute.8,v 1.62 2014/09/08 01:27:55 schwarze Exp $
.\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)traceroute.8 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: June 6 2014 $
+.Dd $Mdocdate: September 8 2014 $
.Dt TRACEROUTE 8
.Os
.Sh NAME
@@ -428,7 +428,14 @@ The
.Nm traceroute6
command first appeared in the WIDE Hydrangea IPv6 protocol stack kit.
.Sh AUTHORS
-Implemented by Van Jacobson from a suggestion by Steve Deering.
+.An -nosplit
+Implemented by
+.An Van Jacobson
+from a suggestion by
+.An Steve Deering .
Debugged
by a cast of thousands with particularly cogent suggestions or fixes from
-C. Philip Wood, Tim Seaver and Ken Adelman.
+.An C. Philip Wood ,
+.An Tim Seaver ,
+and
+.An Ken Adelman .
diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8
index 956ce171cc1..467f36373d0 100644
--- a/usr.sbin/ypbind/ypbind.8
+++ b/usr.sbin/ypbind/ypbind.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypbind.8,v 1.23 2009/03/05 13:40:11 jmc Exp $
+.\" $OpenBSD: ypbind.8,v 1.24 2014/09/08 01:27:56 schwarze Exp $
.\" $NetBSD: ypbind.8,v 1.2 1996/02/28 01:21:00 thorpej Exp $
.\"
.\" Copyright (c) 1996 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: March 5 2009 $
+.Dd $Mdocdate: September 8 2014 $
.Dt YPBIND 8
.Os
.Sh NAME
@@ -138,4 +138,4 @@ enable YP support for each of the following maps:
.Xr passwd 5 ,
.Xr resolv.conf 5
.Sh AUTHORS
-Theo de Raadt
+.An Theo de Raadt
diff --git a/usr.sbin/ypldap/ypldap.8 b/usr.sbin/ypldap/ypldap.8
index fb07d601117..1e36c9d7cd9 100644
--- a/usr.sbin/ypldap/ypldap.8
+++ b/usr.sbin/ypldap/ypldap.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypldap.8,v 1.8 2013/08/14 06:32:38 jmc Exp $
+.\" $OpenBSD: ypldap.8,v 1.9 2014/09/08 01:27:56 schwarze Exp $
.\"
.\" Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: September 8 2014 $
.Dt YPLDAP 8
.Os
.Sh NAME
@@ -77,4 +77,5 @@ program first appeared in
.Sh AUTHORS
The
.Nm
-program was written by Pierre-Yves Ritschard.
+program was written by
+.An Pierre-Yves Ritschard .
diff --git a/usr.sbin/yppoll/yppoll.8 b/usr.sbin/yppoll/yppoll.8
index 7cbfe339480..fa7eeed632f 100644
--- a/usr.sbin/yppoll/yppoll.8
+++ b/usr.sbin/yppoll/yppoll.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yppoll.8,v 1.9 2008/06/26 05:42:21 ray Exp $
+.\" $OpenBSD: yppoll.8,v 1.10 2014/09/08 01:27:56 schwarze Exp $
.\" $NetBSD: yppoll.8,v 1.3 1996/02/28 01:23:12 thorpej Exp $
.\"
.\" Copyright (c) 1996 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: June 26 2008 $
+.Dd $Mdocdate: September 8 2014 $
.Dt YPPOLL 8
.Os
.Sh NAME
@@ -71,4 +71,7 @@ is not specified, the server polled is the default server returned by
.Xr ypbind 8 ,
.Xr ypset 8
.Sh AUTHORS
-Theo de Raadt and John Brezak
+.An -nosplit
+.An Theo de Raadt
+and
+.An John Brezak
diff --git a/usr.sbin/ypset/ypset.8 b/usr.sbin/ypset/ypset.8
index d17c9993a3b..458e16c9ff7 100644
--- a/usr.sbin/ypset/ypset.8
+++ b/usr.sbin/ypset/ypset.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypset.8,v 1.9 2008/06/26 05:42:21 ray Exp $
+.\" $OpenBSD: ypset.8,v 1.10 2014/09/08 01:27:56 schwarze Exp $
.\" $NetBSD: ypset.8,v 1.2 1996/02/28 01:25:08 thorpej Exp $
.\"
.\" Copyright (c) 1996 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: June 26 2008 $
+.Dd $Mdocdate: September 8 2014 $
.Dt YPSET 8
.Os
.Sh NAME
@@ -81,4 +81,4 @@ instead of the local machine.
.Xr ypbind 8 ,
.Xr yppoll 8
.Sh AUTHORS
-Theo de Raadt
+.An Theo de Raadt