summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/ksh/ksh.111
-rw-r--r--lib/libc/gen/getcap.310
-rw-r--r--lib/libc/gen/getmntinfo.36
-rw-r--r--sbin/restore/restore.86
-rw-r--r--share/man/man4/vether.46
-rw-r--r--share/man/man7/hier.724
-rw-r--r--share/man/man7/packages.76
-rw-r--r--share/man/man7/ports.76
-rw-r--r--share/man/man9/rasops.96
-rw-r--r--share/man/man9/route.96
-rw-r--r--usr.bin/find/find.17
-rw-r--r--usr.bin/jot/jot.16
-rw-r--r--usr.bin/mail/mail.16
-rw-r--r--usr.bin/rpcgen/rpcgen.18
-rw-r--r--usr.bin/rs/rs.116
-rw-r--r--usr.bin/yacc/yyfix.116
-rw-r--r--usr.sbin/amd/amq/amq.88
-rw-r--r--usr.sbin/cron/crontab.56
-rw-r--r--usr.sbin/memconfig/memconfig.86
-rw-r--r--usr.sbin/ppp/pppctl/pppctl.87
-rw-r--r--usr.sbin/pwd_mkdb/pwd_mkdb.86
-rw-r--r--usr.sbin/rwhod/rwhod.813
-rw-r--r--usr.sbin/syslogd/syslog.conf.510
23 files changed, 94 insertions, 108 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index a3b018b86ee..51cbb6bbd4e 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: ksh.1,v 1.149 2013/12/18 13:53:11 millert Exp $
+.\" $OpenBSD: ksh.1,v 1.150 2014/01/20 05:07:48 schwarze Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: December 18 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt KSH 1
.Os
.Sh NAME
@@ -1764,11 +1764,8 @@ the string
or
.Dq gmacs ,
the
-.Xr vi ,
-.Xr emacs ,
-or
-.Xr gmacs
-(Gosling emacs) editing mode is enabled, respectively.
+.Xr vi 1 ,
+emacs, or gmacs (Gosling emacs) editing mode is enabled, respectively.
See also the
.Ev EDITOR
parameter, above.
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3
index f5a39516e42..afb4bc82fd6 100644
--- a/lib/libc/gen/getcap.3
+++ b/lib/libc/gen/getcap.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getcap.3,v 1.35 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: getcap.3,v 1.36 2014/01/20 05:07:48 schwarze Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt GETCAP 3
.Os
.Sh NAME
@@ -98,7 +98,7 @@ must be retained through all subsequent calls to
and
.Fn cgetustr ,
but may then be
-.Xr free Ns \&'d.
+.Xr free 3 Ns \&'d.
On success 0 is returned, 1 if the returned
record contains an unresolved
.Ic tc
@@ -198,7 +198,7 @@ retrieves the value of the string capability
from the capability record pointed to by
.Fa buf .
A pointer to a decoded, NUL-terminated,
-.Xr malloc Ns \&'d
+.Xr malloc 3 Ns \&'d
copy of the string is returned in the
.Ft char *
pointed to by
@@ -233,7 +233,7 @@ call.
If there is no such previous call, the first record in the database is
returned.
Each record is returned in a
-.Xr malloc Ns \&'d
+.Xr malloc 3 Ns \&'d
copy pointed to by
.Fa buf .
.Ic tc
diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3
index db700758ef6..0138b6a5bca 100644
--- a/lib/libc/gen/getmntinfo.3
+++ b/lib/libc/gen/getmntinfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getmntinfo.3,v 1.12 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: getmntinfo.3,v 1.13 2014/01/20 05:07:48 schwarze Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt GETMNTINFO 3
.Os
.Sh NAME
@@ -42,7 +42,7 @@
The
.Fn getmntinfo
function returns an array of
-.Xr statfs
+.Vt statfs
structures describing each currently mounted file system (see
.Xr statfs 2 ) .
.Pp
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index b80e9b7b8ca..8450e09e42e 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: restore.8,v 1.38 2013/08/14 06:32:35 jmc Exp $
+.\" $OpenBSD: restore.8,v 1.39 2014/01/20 05:07:49 schwarze Exp $
.\" $NetBSD: restore.8,v 1.15 1997/07/01 05:37:53 lukem Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)restore.8 8.3 (Berkeley) 6/1/94
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt RESTORE 8
.Os
.Sh NAME
@@ -212,7 +212,7 @@ flag has been specified.
Note that the
.Fl t
flag replaces the function of the old
-.Xr dumpdir
+.Sy dumpdir
program.
.It Fl x
The named files are read from the given media.
diff --git a/share/man/man4/vether.4 b/share/man/man4/vether.4
index 0d1efe8284d..04ce1aed821 100644
--- a/share/man/man4/vether.4
+++ b/share/man/man4/vether.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vether.4,v 1.3 2009/11/22 14:44:26 deraadt Exp $
+.\" $OpenBSD: vether.4,v 1.4 2014/01/20 05:07:49 schwarze Exp $
.\"
.\" Copyright (c) 2009 Theo de Raadt <deraadt@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: November 22 2009 $
+.Dd $Mdocdate: January 20 2014 $
.Dt VETHER 4
.Os
.Sh NAME
@@ -37,7 +37,7 @@ so that packets can be routed to it.
An Ethernet header will be prepended and, if the
.Nm
interface is a member of a
-.Xr bridge ,
+.Xr bridge 4 ,
the frame will show up there.
.Sh SEE ALSO
.Xr bridge 4 ,
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7
index 4973caa5157..305771976a6 100644
--- a/share/man/man7/hier.7
+++ b/share/man/man7/hier.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hier.7,v 1.113 2014/01/14 17:52:15 jmc Exp $
+.\" $OpenBSD: hier.7,v 1.114 2014/01/20 05:07:49 schwarze Exp $
.\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)hier.7 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: January 14 2014 $
+.Dd $Mdocdate: January 20 2014 $
.Dt HIER 7
.Os
.Sh NAME
@@ -461,9 +461,7 @@ Additional i386 console fonts.
.Pp
.It mk/
Templates for
-.Xr make
-(see
-.Xr make 1 ) .
+.Xr make 1 .
.It nls/
National Language Support (NLS) catalogs.
.It sendmail/
@@ -637,10 +635,10 @@ Timestamps for
.El
.Pp
.It rwho/
-.Xr rwho
-data files (see
-.Xr rwhod 8 ,
-.Xr rwho 1 ,
+Data files for
+.Xr rwho 1
+(also see
+.Xr rwhod 8
and
.Xr ruptime 1 ) .
.It spool/
@@ -656,9 +654,8 @@ Commonly ~ftp; the anonymous ftp root directory.
.It lock/
Lock files for utilities such as
.Xr cu 1 ,
-.Xr tip 1
-and
-.Xr uucp .
+.Xr tip 1 ,
+and uucp.
.It mqueue/
Undelivered mail queue (see
.Xr sendmail 8 ) .
@@ -668,8 +665,7 @@ Line printer spooling directories.
Mail spool for
.Xr smtpd 8 .
.It uucp/
-.Xr uucp
-spool directory.
+uucp spool directory.
.It uucppublic/
Commonly ~uucp; public uucp temporary directory.
.El
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7
index da562532ff8..6ccad60cd8c 100644
--- a/share/man/man7/packages.7
+++ b/share/man/man7/packages.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: packages.7,v 1.32 2013/04/30 18:33:30 espie Exp $
+.\" $OpenBSD: packages.7,v 1.33 2014/01/20 05:07:49 schwarze Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -24,7 +24,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: April 30 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt PACKAGES 7
.Os
.Sh NAME
@@ -117,7 +117,7 @@ the information under
.Pa /var/db/pkg
may well be corrupted.
Use
-.Xr pkg_check
+.Xr pkg_check 8
in case of such problems.
.Ss "The package system is not aware of shared network installations"
And thus, it does not handle that situation well.
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 6d03c207cfb..900c4b6e00b 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.97 2013/11/26 17:53:50 sthen Exp $
+.\" $OpenBSD: ports.7,v 1.98 2014/01/20 05:07:49 schwarze Exp $
.\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $
.\"
-.Dd $Mdocdate: November 26 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt PORTS 7
.Os
.Sh NAME
@@ -249,7 +249,7 @@ See
and
.Ev MASTER_SITE_OVERRIDE .
Use
-.Xr dpb
+.Xr dpb 1
with option
.Fl F
to quickly fetch distfiles for a subtree.
diff --git a/share/man/man9/rasops.9 b/share/man/man9/rasops.9
index 23b9d566399..e5bd3d17504 100644
--- a/share/man/man9/rasops.9
+++ b/share/man/man9/rasops.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rasops.9,v 1.14 2013/07/17 20:21:54 schwarze Exp $
+.\" $OpenBSD: rasops.9,v 1.15 2014/01/20 05:07:49 schwarze Exp $
.\" $NetBSD: rasops.9,v 1.4 2002/02/13 08:18:50 ross Exp $
.\"
.\" Copyright (c) 2001 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: July 17 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt RASOPS 9
.Os
.Sh NAME
@@ -47,7 +47,7 @@
The
.Nm
subsystem is a set of raster operations for
-.Xr wscons .
+.Xr wscons 4 .
.Pp
The primary data type for using the raster operations is the
.Em rasops_info
diff --git a/share/man/man9/route.9 b/share/man/man9/route.9
index 488cb9baf98..746764a1dfa 100644
--- a/share/man/man9/route.9
+++ b/share/man/man9/route.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: route.9,v 1.6 2013/06/04 19:27:12 schwarze Exp $
+.\" $OpenBSD: route.9,v 1.7 2014/01/20 05:07:49 schwarze Exp $
.\"
.\" Copyright (c) 2011 Bret S. Lambert <blambert@openbsd.org>
.\" All rights reserved.
@@ -15,7 +15,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: June 4 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt ROUTE 9
.Os
.Sh NAME
@@ -242,7 +242,7 @@ from all routing timer queues.
.El
.Ss Route Labels
Route labels are arbitrary data appended to routes and can be acted upon by
-.Xr pf .
+.Xr pf 4 .
.Bl -tag -width Ds
.It Fn rtlabel_name2id "char *name"
Return numerical ID of the route label named
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 289a47b27b1..6be74acc5ae 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: find.1,v 1.86 2013/03/14 20:30:41 halex Exp $
+.\" $OpenBSD: find.1,v 1.87 2014/01/20 05:07:48 schwarze Exp $
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -31,7 +31,7 @@
.\"
.\" from: @(#)find.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: March 14 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt FIND 1
.Os
.Sh NAME
@@ -113,8 +113,7 @@ Permit
.Nm
to be safely used in conjunction with
.Xr xargs 1 .
-If a file name contains any of the delimiting characters used by
-.Xr xargs ,
+If a file name contains any of the delimiting characters used by xargs,
a diagnostic message is displayed on standard error, and the file
is skipped.
The delimiting characters include single
diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1
index b9ff5f40123..9845fa33a47 100644
--- a/usr.bin/jot/jot.1
+++ b/usr.bin/jot/jot.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: jot.1,v 1.17 2011/12/03 23:01:21 schwarze Exp $
+.\" $OpenBSD: jot.1,v 1.18 2014/01/20 05:07:48 schwarze Exp $
.\" $NetBSD: jot.1,v 1.2 1994/11/14 20:27:36 jtc Exp $
.\"
.\" Copyright (c) 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)jot.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: December 3 2011 $
+.Dd $Mdocdate: January 20 2014 $
.Dt JOT 1
.Os
.Sh NAME
@@ -144,7 +144,7 @@ This is no longer supported.
The name
.Nm
derives in part from
-.Xr iota ,
+.Dq iota ,
a function in APL.
.Ss Rounding and truncation
The
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1
index 1ffeb3c9d69..2de5fa52bce 100644
--- a/usr.bin/mail/mail.1
+++ b/usr.bin/mail/mail.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mail.1,v 1.62 2014/01/08 16:19:24 jmc Exp $
+.\" $OpenBSD: mail.1,v 1.63 2014/01/20 05:07:48 schwarze Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)mail.1 8.8 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: January 8 2014 $
+.Dd $Mdocdate: January 20 2014 $
.Dt MAIL 1
.Os
.Sh NAME
@@ -302,7 +302,7 @@ System wide aliases
are not expanded when the mail is sent,
but any reply returned to the machine will have the system wide
alias expanded as all mail goes through
-.Xr sendmail .
+.Xr sendmail 8 .
.Ss Network mail (ARPA, UUCP, Berknet)
See
.Xr mailaddr 7
diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1
index 8a68c54c78a..98493520909 100644
--- a/usr.bin/rpcgen/rpcgen.1
+++ b/usr.bin/rpcgen/rpcgen.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: rpcgen.1,v 1.15 2013/01/17 21:29:15 jmc Exp $
+.\" $OpenBSD: rpcgen.1,v 1.16 2014/01/20 05:07:48 schwarze Exp $
.\" $NetBSD: rpcgen.1,v 1.5.2.1 1995/12/05 02:51:02 jtc Exp $
.\" from: @(#)rpcgen.new.1 1.1 90/11/09 TIRPC 1.0; from 40.10 of 10/10/89
.\" Copyright (c) 1988,1990 Sun Microsystems, Inc. - All Rights Reserved.
-.Dd $Mdocdate: January 17 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt RPCGEN 1
.Os
.Sh NAME
@@ -246,8 +246,8 @@ To create a server that never exits, the appropriate argument is
.Pp
When monitoring for a server,
some port monitors, like the
-.Tn SVR4
-.Xr listen
+.At V
+.Sy listen
utility,
.Em always
spawn a new process in response to a service request.
diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1
index fdc7a03862c..85d05aafd76 100644
--- a/usr.bin/rs/rs.1
+++ b/usr.bin/rs/rs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rs.1,v 1.15 2009/10/15 07:38:09 sobrado Exp $
+.\" $OpenBSD: rs.1,v 1.16 2014/01/20 05:07:48 schwarze Exp $
.\" $FreeBSD: src/usr.bin/rs/rs.1,v 1.4 1999/08/28 01:05:21 peter Exp $
.\"
.\" Copyright (c) 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)rs.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: October 15 2009 $
+.Dd $Mdocdate: January 20 2014 $
.Dt RS 1
.Os
.Sh NAME
@@ -171,12 +171,12 @@ number as zero unless otherwise indicated.
.Nm
can be used as a filter to convert the stream output
of certain programs (e.g.,
-.Xr spell ,
-.Xr du ,
-.Xr file ,
-.Xr look ,
-.Xr nm ,
-.Xr who ,
+.Xr spell 1 ,
+.Xr du 1 ,
+.Xr file 1 ,
+.Xr look 1 ,
+.Xr nm 1 ,
+.Xr who 1 ,
and
.Xr wc 1 )
into a convenient
diff --git a/usr.bin/yacc/yyfix.1 b/usr.bin/yacc/yyfix.1
index 7bebdf8f224..ce74903e849 100644
--- a/usr.bin/yacc/yyfix.1
+++ b/usr.bin/yacc/yyfix.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yyfix.1,v 1.4 2007/05/31 19:20:20 jmc Exp $
+.\" $OpenBSD: yyfix.1,v 1.5 2014/01/20 05:07:48 schwarze Exp $
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)yyfix.1 5.4 (Berkeley) 3/23/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 20 2014 $
.Dt YYFIX 1
.Os
.Sh NAME
@@ -44,10 +44,8 @@ extract tables from the
.Xr yacc 1
generated file
.Pa y.tab.c .
-As the names of the tables generated by the current version of
-.Xr yacc
-are different from those of historical versions of
-.Xr yacc ,
+As the names of the tables generated by the current version of yacc
+are different from those of historical versions of yacc,
the shell script
.Nm yyfix
is provided to simplify the transition.
@@ -63,7 +61,7 @@ Otherwise,
attempts to determine if the
.Pa y.tab.c
file is from an old or new
-.Xr yacc ,
+.Xr yacc 1 ,
and extracts the appropriate tables.
.Pp
The tables
@@ -78,7 +76,7 @@ and
.Dq yydef
are extracted
from historical versions of
-.Xr yacc .
+.Xr yacc 1 .
.Pp
The tables
.Dq yylhs ,
@@ -94,7 +92,7 @@ The tables
and
.Dq yycheck ,
are extracted from the current version of
-.Xr yacc .
+.Xr yacc 1 .
.Sh FILES
.Bl -tag -width y.tab.c
.It Pa y.tab.c
diff --git a/usr.sbin/amd/amq/amq.8 b/usr.sbin/amd/amq/amq.8
index 6704bcb0d8d..e3c91300a3e 100644
--- a/usr.sbin/amd/amq/amq.8
+++ b/usr.sbin/amd/amq/amq.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: amq.8,v 1.13 2013/07/16 11:13:33 schwarze Exp $
+.\" $OpenBSD: amq.8,v 1.14 2014/01/20 05:07:48 schwarze Exp $
.\"
.\" Copyright (c) 1990 Jan-Simon Pendry
.\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine
@@ -34,7 +34,7 @@
.\"
.\" from: @(#)amq.8 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt AMQ 8
.Os
.Sh NAME
@@ -87,12 +87,12 @@ instead of providing information about them.
Unmounts are requested, not forced.
They merely cause the mounted filesystem to timeout,
which will be picked up by
-.Xr amd Ns \'s
+.Xr amd 8 Ns \'s
main scheduler thus causing the normal timeout action to be taken.
.It Fl v
Request the automounter to provide version information.
This is a subset of the information provided by
-.Xr amd Ns \'s Fl v
+.Xr amd 8 Ns \'s Fl v
option.
.\".It Fl M
.\"Request automounter to add the given map entry to the root map and then
diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5
index 4f792386510..8c2134472b6 100644
--- a/usr.sbin/cron/crontab.5
+++ b/usr.sbin/cron/crontab.5
@@ -17,9 +17,9 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
.\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $OpenBSD: crontab.5,v 1.29 2013/08/14 16:07:53 jmc Exp $
+.\" $OpenBSD: crontab.5,v 1.30 2014/01/20 05:07:48 schwarze Exp $
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt CRONTAB 5
.Os
.Sh NAME
@@ -378,7 +378,7 @@ be rejected by
.At
or
.Bx
-.Xr cron
+.Xr cron 8
\(em they want to see
.Dq 1\&-3
or
diff --git a/usr.sbin/memconfig/memconfig.8 b/usr.sbin/memconfig/memconfig.8
index 9c15beb6021..9215bf30f3f 100644
--- a/usr.sbin/memconfig/memconfig.8
+++ b/usr.sbin/memconfig/memconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: memconfig.8,v 1.11 2013/08/14 06:32:36 jmc Exp $
+.\" $OpenBSD: memconfig.8,v 1.12 2014/01/20 05:07:48 schwarze Exp $
.\"
.\" Copyright (c) 1999 Chris Costello
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: /home/ncvs/src/usr.sbin/memcontrol/memcontrol.8,v 1.9 2002/09/15 15:07:55 dwmalone Exp $
.\"
-.Dd $Mdocdate: August 14 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt MEMCONFIG 8
.Os
.Sh NAME
@@ -119,4 +119,4 @@ Base and length must exactly match an existing range.
was originally introduced in
.Fx 3.3
as
-.Xr memcontrol .
+.Sy memcontrol .
diff --git a/usr.sbin/ppp/pppctl/pppctl.8 b/usr.sbin/ppp/pppctl/pppctl.8
index 6c9bc3f6e98..2283f8200ef 100644
--- a/usr.sbin/ppp/pppctl/pppctl.8
+++ b/usr.sbin/ppp/pppctl/pppctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pppctl.8,v 1.17 2011/05/02 11:14:11 jmc Exp $
+.\" $OpenBSD: pppctl.8,v 1.18 2014/01/20 05:07:48 schwarze Exp $
.\"
.\" Copyright (c) 1997 Brian Somers <brian@Awfulhak.org>
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 2 2011 $
+.Dd $Mdocdate: January 20 2014 $
.Dt PPPCTL 8
.Os
.Sh NAME
@@ -183,8 +183,7 @@ set server /var/run/internet "" 0177
This will instruct
.Xr ppp
to create a local domain socket, with srw------- permissions and no
-password, allowing access only to the user that invoked
-.Xr ppp .
+password, allowing access only to the user that invoked ppp.
Refer to the
.Xr ppp 8
man page for further details.
diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8
index b76cadcddd6..9026a14fe8b 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.8
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwd_mkdb.8,v 1.22 2007/05/31 19:20:28 jmc Exp $
+.\" $OpenBSD: pwd_mkdb.8,v 1.23 2014/01/20 05:07:48 schwarze Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)pwd_mkdb.8 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 20 2014 $
.Dt PWD_MKDB 8
.Os
.Sh NAME
@@ -147,7 +147,7 @@ temporary file
.Sh STANDARDS
Previous versions of the system had a program similar to
.Nm pwd_mkdb ,
-.Xr mkpasswd ,
+.Sy mkpasswd ,
which built
.Xr dbm 3
style databases for the password file but depended on the calling programs
diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8
index ed76d7cd9c1..1b9aeebe253 100644
--- a/usr.sbin/rwhod/rwhod.8
+++ b/usr.sbin/rwhod/rwhod.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rwhod.8,v 1.17 2007/05/31 19:20:29 jmc Exp $
+.\" $OpenBSD: rwhod.8,v 1.18 2014/01/20 05:07:48 schwarze Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -28,9 +28,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rwhod.8 8.2 (Berkeley) 12/11/93
-.\" $OpenBSD: rwhod.8,v 1.17 2007/05/31 19:20:29 jmc Exp $
+.\" $OpenBSD: rwhod.8,v 1.18 2014/01/20 05:07:48 schwarze Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 20 2014 $
.Dt RWHOD 8
.Os
.Sh NAME
@@ -111,11 +111,8 @@ This information includes the contents of the
entry for each non-idle terminal line and a value indicating the
time in seconds since a character was last received on the terminal line.
.Pp
-Messages received by the
-.Xr rwho
-server are discarded unless they originated at an
-.Xr rwho
-server's port.
+Messages received by the rwho server are discarded
+unless they originated at an rwho server's port.
In addition, if the host's name, as specified
in the message, contains any unprintable
.Tn ASCII
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5
index dc71258d2a4..d7e19d0c462 100644
--- a/usr.sbin/syslogd/syslog.conf.5
+++ b/usr.sbin/syslogd/syslog.conf.5
@@ -26,10 +26,10 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93
-.\" $OpenBSD: syslog.conf.5,v 1.23 2013/07/20 18:11:57 kili Exp $
+.\" $OpenBSD: syslog.conf.5,v 1.24 2014/01/20 05:07:48 schwarze Exp $
.\" $NetBSD: syslog.conf.5,v 1.4 1996/01/02 17:41:46 perry Exp $
.\"
-.Dd $Mdocdate: July 20 2013 $
+.Dd $Mdocdate: January 20 2014 $
.Dt SYSLOG.CONF 5
.Os
.Sh NAME
@@ -51,7 +51,7 @@ field which specifies the types of messages and priorities to which the
line applies, and an
.Em action
field which specifies the action to be taken if a message
-.Xr syslogd
+.Xr syslogd 8
receives matches the selection criteria.
The
.Em selector
@@ -97,7 +97,7 @@ These keywords correspond to the
similar
.Pq Dv LOG_
values specified to the
-.Xr syslog
+.Xr syslog 3
library routine.
.Pp
Each block of lines is separated from the previous block by a tag.
@@ -215,7 +215,7 @@ A hostname (preceded by an at
.Pq Ql @
sign).
Selected messages are forwarded to the
-.Xr syslogd
+.Xr syslogd 8
program on the named host.
A port number may be optionally specified using the
.Ar host:port