summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ckdist/ckdist.15
-rw-r--r--usr.sbin/i4b/dtmfdecode/dtmfdecode.116
-rw-r--r--usr.sbin/i4b/g711conv/g711conv.114
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.830
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.acct.519
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.rates.522
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.rc.523
-rw-r--r--usr.sbin/i4b/isdndebug/isdndebug.813
-rw-r--r--usr.sbin/i4b/isdndecode/isdndecode.817
-rw-r--r--usr.sbin/i4b/isdnmonitor/isdnmonitor.85
-rw-r--r--usr.sbin/i4b/isdntel/isdntel.814
-rw-r--r--usr.sbin/i4b/isdntelctl/isdntelctl.817
-rw-r--r--usr.sbin/i4b/isdntest/isdntest.811
-rw-r--r--usr.sbin/i4b/isdntrace/isdntrace.816
-rw-r--r--usr.sbin/i4b/man/daic.45
-rw-r--r--usr.sbin/i4b/man/i4b.411
-rw-r--r--usr.sbin/i4b/man/i4bctl.411
-rw-r--r--usr.sbin/i4b/man/i4bipr.417
-rw-r--r--usr.sbin/i4b/man/i4bisppp.425
-rw-r--r--usr.sbin/i4b/man/i4bq921.411
-rw-r--r--usr.sbin/i4b/man/i4bq931.411
-rw-r--r--usr.sbin/i4b/man/i4brbch.413
-rw-r--r--usr.sbin/i4b/man/i4btel.419
-rw-r--r--usr.sbin/i4b/man/i4btrc.413
-rw-r--r--usr.sbin/i4b/man/isic.429
-rw-r--r--usr.sbin/iostat/iostat.86
-rw-r--r--usr.sbin/pkg_install/add/pkg_add.14
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.14
-rw-r--r--usr.sbin/pkg_install/delete/pkg_delete.14
-rw-r--r--usr.sbin/pkg_install/info/pkg_info.14
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.14
-rw-r--r--usr.sbin/wicontrol/wicontrol.84
-rw-r--r--usr.sbin/ypserv/ypserv.84
33 files changed, 224 insertions, 197 deletions
diff --git a/usr.sbin/ckdist/ckdist.1 b/usr.sbin/ckdist/ckdist.1
index dd9b78e..710df29 100644
--- a/usr.sbin/ckdist/ckdist.1
+++ b/usr.sbin/ckdist/ckdist.1
@@ -1,7 +1,7 @@
.\" Copyright (c) 1997 Robert Nordier
.\" All rights reserved.
.\"
-.\" $Id: ckdist.1,v 1.1.1.1 1997/01/21 12:58:53 jkh Exp $
+.\" $Id: ckdist.1,v 1.2 1997/09/15 06:33:51 charnier Exp $
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -85,7 +85,8 @@ and search directories only for files in this format (where
is either "md5" or "inf").
.El
.Sh SEE ALSO
-cksum(1), md5(1)
+.Xr cksum 1 ,
+.Xr md5 1
.Sh DIAGNOSTICS
Exit status is 0 if no errors were detected, 1 if errors were found in
a distribution, and 2 if usage errors, inaccessible input files, or
diff --git a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1
index 74ab112..ca7c816 100644
--- a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1
+++ b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1
@@ -22,13 +22,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: dtmfdecode.1,v 1.4 1999/04/26 11:42:33 hm Exp $
+.\" $Id: dtmfdecode.1,v 1.2 1999/05/20 10:12:04 hm Exp $
.\"
.\" last edit-date: [Mon Apr 26 13:42:15 1999]
.\"
.\"
.Dd February, 15 1999
-.Dt dtmfdecode 1
+.Dt DTMFDECODE 1
+.Os
.Sh NAME
.Nm dtmfdecode
.Nd decodes DTMF tones from A-law audio data
@@ -45,7 +46,6 @@ numbers values as ASCII charcters to stdout.
The detector is implemented as 8 narrow band-pass filters realized with
an integer double-cross recursive algorithm. Various ad-hoc methods are
employed to provide hysteresis and anti-bounce for the detected signals.
-
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
@@ -53,12 +53,12 @@ dtmfdecode < beep.al
.Ed
.Pp
will print a "1" to stdout.
-
.Sh STANDARDS
ITU Recommendations G.711
-
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-utility was written by Poul-Henning Kamp, phk@freebsd.org. This man page
-was written by Hellmuth Michaelis, hm@freebsd.org.
+utility was written by
+.An Poul-Henning Kamp Aq phk@FreeBSD.org .
+This man page was written by
+.An Hellmuth Michaelis Aq hm@FreeBSD.org .
diff --git a/usr.sbin/i4b/g711conv/g711conv.1 b/usr.sbin/i4b/g711conv/g711conv.1
index d9b5161..94cf77a 100644
--- a/usr.sbin/i4b/g711conv/g711conv.1
+++ b/usr.sbin/i4b/g711conv/g711conv.1
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: g711conv.1,v 1.1 1999/03/16 12:39:53 hm Exp $
+.\" $Id: g711conv.1,v 1.1 1999/05/20 10:12:12 hm Exp $
.\"
.\" last edit-date: [Mon Mar 15 16:17:23 1999]
.\"
.Dd March 15, 1999
-.Dt g711conv 1
+.Dt G711CONV 1
+.Os
.Sh NAME
.Nm g711conv
.Nd conversions according to G.711
@@ -65,6 +66,7 @@ A-Law and u-Law conversions are specified in ITU Recommendation G.711.
.Pp
The reference implementation done by Sun Microsystems, Inc. is available
from http://www.itu.int/itudoc/itu-t/rec/g/g700-799/refimpl.txt
+.Pp
.Sh EXAMPLES
The command:
@@ -83,10 +85,12 @@ converts the u-law coded voice of Max Headroom to A-law, reverses the
bits of the result and moves that to an active isdn4bsd telephone connection.
.Pp
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-utility and this manpage were written by Hellmuth Michaelis (hm@kts.org)
+utility and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
based on the G.711 conversion reference code written by Sun Microsystems,
-Inc. and code contributed to isdn4bsd by Stefan Bethke.
+Inc. and code contributed to isdn4bsd by
+.An Stefan Bethke .
diff --git a/usr.sbin/i4b/isdnd/isdnd.8 b/usr.sbin/i4b/isdnd/isdnd.8
index f4141da..c588492 100644
--- a/usr.sbin/i4b/isdnd/isdnd.8
+++ b/usr.sbin/i4b/isdnd/isdnd.8
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdnd.8,v 1.25 1999/05/20 13:30:36 hm Exp $
+.\" $Id: isdnd.8,v 1.4 1999/08/06 14:04:35 hm Exp $
.\"
.\" last edit-date: [Thu May 20 14:37:42 1999]
.\"
.Dd February 23, 1999
-.Dt isdnd 8
+.Dt ISDND 8
+.Os
.Sh NAME
.Nm isdnd
.Nd isdn4bsd ISDN connection management daemon
@@ -396,25 +397,26 @@ will start
with reasonable debugging messages enabled, full-screen mode of operation,
full-screen display redirected to /dev/ttyv03 and using a termcap entry
for vt100 on this display.
-
.Sh DIAGNOSTICS
Exit status is 0 on success, 1 on error.
.Pp
.Sh SEE ALSO
-.Xr syslogd 8 ,
-.Xr isdntrace 8 ,
-.Xr isdntel 8 ,
-.Xr isdnd.rc 5 ,
-.Xr isdnd.rates 5 ,
+.Xr i4bipr 4 ,
.Xr i4bisppp 4 ,
-.Xr i4bipr 4
-
+.Xr isdnd.rates 5 ,
+.Xr isdnd.rc 5 ,
+.Xr isdntel 8 ,
+.Xr isdntrace 8 ,
+.Xr syslogd 8
.Sh BUGS
Still one or more left.
-
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-daemon and this manual page were written by Hellmuth Michaelis. He can
-be contacted at hm@kts.org or hm@hcs.de.
+daemon and this manual page were written by
+.An Hellmuth Michaelis .
+He can be contacted at
+.Aq hm@kts.org
+or
+.Aq hm@hcs.de .
diff --git a/usr.sbin/i4b/isdnd/isdnd.acct.5 b/usr.sbin/i4b/isdnd/isdnd.acct.5
index 3ba3d09..f79a985 100644
--- a/usr.sbin/i4b/isdnd/isdnd.acct.5
+++ b/usr.sbin/i4b/isdnd/isdnd.acct.5
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdnd.acct.5,v 1.9 1999/05/03 08:48:25 hm Exp $
+.\" $Id: isdnd.acct.5,v 1.5 1999/08/06 14:04:36 hm Exp $
.\"
.\" last edit-date: [Mon Feb 15 16:54:23 1999]
.\"
.Dd September 11, 1998
-.Dt isdnd.acct 5
+.Dt ISDND.ACCT 5
+.Os
.Sh NAME
.Nm isdnd.acct
.Nd isdn4bsd ISDN management daemon accounting file format
@@ -83,7 +84,6 @@ is the number of seconds the connection lasted.
and
.Em OUTBYTES
is the (optional) number of bytes that were transferred.
-
.Sh FILES
.Bl -tag -width /var/log/isdnd.acct -compact
.It Pa /var/log/isdnd.acct
@@ -91,19 +91,16 @@ The default accounting information file for the
.Nm isdnd
ISDN daemon.
.El
-
.Sh EXAMPLES
This is a typical accounting line:
.Pp
.Dl 12.06.97 10:41:37 - 12.06.97 10:45:18 GROGGY 2 (65) (4711/1147)
-
.Sh SEE ALSO
-.Xr isdnd 8 ,
-.Xr isdnd.rc 5
-
-.Sh AUTHOR
+.Xr isdnd.rc 5 ,
+.Xr isdnd 8
+.Sh AUTHORS
The
.Xr isdnd 8
-daemon and this manual page were written by Hellmuth Michaelis.
+daemon and this manual page were written by
+.An Hellmuth Michaelis .
He can be contacted at hm@kts.org or hm@hcs.de.
-
diff --git a/usr.sbin/i4b/isdnd/isdnd.rates.5 b/usr.sbin/i4b/isdnd/isdnd.rates.5
index 60abb26..fa44fa1 100644
--- a/usr.sbin/i4b/isdnd/isdnd.rates.5
+++ b/usr.sbin/i4b/isdnd/isdnd.rates.5
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdnd.rates.5,v 1.8 1999/05/03 08:48:25 hm Exp $
+.\" $Id: isdnd.rates.5,v 1.5 1999/08/06 14:04:36 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:11:05 1999]
.\"
.Dd September 11, 1998
-.Dt isdnd.rates 5
+.Dt ISDND.RATES 5
+.Os
.Sh NAME
.Nm isdnd.rates
.Nd isdn4bsd ISDN management daemon rates description file
@@ -81,7 +82,6 @@ For example,
defines, that between 2:00 PM and 6:00 PM the length of one charging unit
lasts 90 seconds.
.Pp
-
.Sh FILES
.Bl -tag -width /etc/isdn/isdnd.rates -compact
.It Pa /etc/isdn/isdnd.rates
@@ -89,7 +89,6 @@ The default rates specification file for the
.Nm isdnd
ISDN daemon.
.El
-
.Sh EXAMPLES
The line:
.Bd -literal
@@ -97,20 +96,19 @@ ra0 0 00.00-05.00:240 05.00-21.00:150 21.00-24.00:240
.Ed
.Pp
defines the unit lengths for a Sunday.
-
.Sh SEE ALSO
-.Xr isdnd 8 ,
-.Xr isdnd.rc 5
-
-.Sh AUTHOR
+.Xr isdnd.rc 5 ,
+.Xr isdnd 8
+.Sh AUTHORS
The rates subsystem for the
.Xr isdnd 8
daemon to which
.Nm
-belongs was designed and written by Gary Jennejohn.
+belongs was designed and written by
+.An Gary Jennejohn .
.Pp
The
.Xr isdnd 8
-daemon and this manual page were written by Hellmuth Michaelis.
+daemon and this manual page were written by
+.An Hellmuth Michaelis .
He can be reached at hm@kts.org or hm@hcs.de.
-
diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5
index 6cd2ca0..2df1e75 100644
--- a/usr.sbin/i4b/isdnd/isdnd.rc.5
+++ b/usr.sbin/i4b/isdnd/isdnd.rc.5
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdnd.rc.5,v 1.36 1999/07/28 14:17:45 hm Exp $
+.\" $Id: isdnd.rc.5,v 1.5 1999/08/06 14:04:37 hm Exp $
.\"
.\" last edit-date: [Wed Jul 28 15:57:02 1999]
.\"
.Dd May 20, 1999
-.Dt isdnd.rc 5
+.Dt ISDND.RC 5
+.Os
.Sh NAME
.Nm isdnd.rc
.Nd isdn4bsd ISDN connection management daemon config file format
@@ -711,7 +712,6 @@ network will cause a new call to be placed.
.El
.Pp
-
.Sh FILES
.Bl -tag -width /etc/isdn/isdnd.rc -compact
.It Pa /etc/isdn/isdnd.rc
@@ -719,17 +719,16 @@ The default configuration file for the
.Nm isdnd
ISDN daemon.
.El
-
.Sh SEE ALSO
-.Xr isdnd 8
+.Xr regex 3 ,
+.Xr re_format 7 ,
+.Xr isdnd 8 ,
.Xr isdnmonitor 8
-.Xr regex 3
-.Xr re_format 7
-
-.Sh AUTHOR
+.Sh AUTHORS
The
.Xr isdnd 8
-daemon and this manual page were written by Hellmuth Michaelis.
-He can be reached at hm@kts.org.
+daemon and this manual page were written by
+.An Hellmuth Michaelis Aq hm@kts.org .
.Pp
-Additions to this manual page by Barry Scott (barry@scottb.demon.co.uk).
+Additions to this manual page by
+.An Barry Scott Aq barry@scottb.demon.co.uk .
diff --git a/usr.sbin/i4b/isdndebug/isdndebug.8 b/usr.sbin/i4b/isdndebug/isdndebug.8
index 76f19d0..c3b09b2 100644
--- a/usr.sbin/i4b/isdndebug/isdndebug.8
+++ b/usr.sbin/i4b/isdndebug/isdndebug.8
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdndebug.8,v 1.8 1999/05/29 09:05:30 hm Exp $
+.\" $Id: isdndebug.8,v 1.4 1999/08/06 14:04:44 hm Exp $
.\"
.\" last edit-date: [Sat May 29 11:03:15 1999]
.\"
.Dd May, 29, 1999
-.Dt isdndebug 8
+.Dt ISDNDEBUG 8
+.Os
.Sh NAME
.Nm isdndebug
.Nd display and control isdn4bsd kernel variables and statistics
@@ -94,7 +95,6 @@ Reset the Q.921 (D-channel layer 2) frame receive/transmit statistics to zero.
.Pp
.Sh FILES
/dev/i4bctl
-
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
@@ -102,9 +102,8 @@ isdndebug -g
.Ed
.Pp
displays the current debugging level for all ISDN layers
-
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-utility and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+utility and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org .
diff --git a/usr.sbin/i4b/isdndecode/isdndecode.8 b/usr.sbin/i4b/isdndecode/isdndecode.8
index a1d6846..c9d6280 100644
--- a/usr.sbin/i4b/isdndecode/isdndecode.8
+++ b/usr.sbin/i4b/isdndecode/isdndecode.8
@@ -22,14 +22,15 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdndecode.8,v 1.5 1999/05/03 08:48:25 hm Exp $
+.\" $Id: isdndecode.8,v 1.4 1999/08/06 14:04:46 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:16:25 1999]
.\"
.\" -hm writing manual page
.\"
.Dd September 17, 1998
-.Dt isdndecode 8
+.Dt ISDNDECODE 8
+.Os
.Sh NAME
.Nm isdndecode
.Nd isdn4bsd ISDN protocol decode utility
@@ -148,14 +149,12 @@ ISDN D-channel layer 2 protocol description.
ISDN D-channel layer 3 protocol description.
.El
.Pp
-
.Sh FILES
.Bl -tag -width daddeldi -compact
.It Pa /dev/i4btrc<n>
The devicefile(s) used to get the decode messages for ISDN card unit <n>
out of the kernel.
.El
-
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
@@ -165,13 +164,10 @@ isdndecode -f /var/tmp/isdn.decode
will start D channel tracing on passive controller 0 with all except B
channel tracing enabled and logs everything into the output file
/tmp/isdn.decode.
-
.Sh SEE ALSO
.Xr isdnd 8
-
.Sh BUGS
Still one left.
-
.Sh STANDARDS
ITU Recommendations I.430, Q.920, Q.921, Q.930, Q.931
.Pp
@@ -182,10 +178,9 @@ ETSI Recommendation ETS 300 179 (10/92), ETS 300 180 (10/92)
ETSI Recommendation ETS 300 181 (04/93), ETS 300 182 (04/93)
.Pp
ITU Recommendation X.208, X.209
-
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-utility and this manual page was written by Hellmuth Michaelis,
-he can be reached at hm@kts.org.
+utility and this manual page was written by
+.An Hellmuth Michaelis Aq hm@kts.org .
diff --git a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8 b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8
index 5da1eba..d62871f 100644
--- a/usr.sbin/i4b/isdnmonitor/isdnmonitor.8
+++ b/usr.sbin/i4b/isdnmonitor/isdnmonitor.8
@@ -20,7 +20,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.
.\"
-.\" $Id: isdnmonitor.8,v 1.3 1999/02/14 09:44:57 hm Exp $
+.\" $Id: isdnmonitor.8,v 1.4 1999/08/06 14:04:50 hm Exp $
.\"
.\" last edit-date: [Fri Jan 30 22:49:48 1998]
.\"
@@ -28,7 +28,8 @@
.\"
.\"
.Dd April 18, 1998
-.Dt isdnmonitor 8
+.Dt ISDNMONITOR 8
+.Os
.Sh NAME
.Nm isdnmonitor
.Nd raw sample and test client for isdnd network monitoring
diff --git a/usr.sbin/i4b/isdntel/isdntel.8 b/usr.sbin/i4b/isdntel/isdntel.8
index 45d9de1..c125e1f 100644
--- a/usr.sbin/i4b/isdntel/isdntel.8
+++ b/usr.sbin/i4b/isdntel/isdntel.8
@@ -24,10 +24,11 @@
.\"
.\" last edit-date: [Sun Feb 14 10:19:44 1999]
.\"
-.\" $Id: isdntel.8,v 1.7 1999/02/14 09:44:57 hm Exp $
+.\" $Id: isdntel.8,v 1.4 1999/08/06 14:04:55 hm Exp $
.\"
.Dd July 11, 1998
-.Dt isdntel 8
+.Dt ISDNTEL 8
+.Os
.Sh NAME
.Nm isdntel
.Nd isdn4bsd telephone answering management utility
@@ -81,14 +82,15 @@ when there is no keyboard activity.
.Pp
The screen output should be obvious. If in doubt, consult the source.
.Sh SEE ALSO
+.Xr i4btel 4 ,
+.Xr isdnd.rc 5 ,
.Xr isdnd 8
-.Xr isdnd.rc 5
-.Xr i4btel 4
.Sh BUGS
Still two or more left.
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-utility and this manual page were written by Hellmuth Michaelis (hm@kts.org)
+utility and this manual page were written by
+.An Hellmuth Michaelis Aq hm@kts.org .
diff --git a/usr.sbin/i4b/isdntelctl/isdntelctl.8 b/usr.sbin/i4b/isdntelctl/isdntelctl.8
index 6f006fe..3504bcd 100644
--- a/usr.sbin/i4b/isdntelctl/isdntelctl.8
+++ b/usr.sbin/i4b/isdntelctl/isdntelctl.8
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdntelctl.8,v 1.7 1999/04/21 10:06:32 hm Exp $
+.\" $Id: isdntelctl.8,v 1.4 1999/08/06 14:04:57 hm Exp $
.\"
.\" last edit-date: [Wed Apr 21 11:27:34 1999]
.\"
.Dd April 21, 1999
-.Dt isdntelctl 8
+.Dt ISDNTELCTL 8
+.Os
.Sh NAME
.Nm isdntelctl
.Nd control isdn4bsd telephone sound format conversion
@@ -83,12 +84,12 @@ isdntelctl -g
.Pp
displays the currently used sound format for device /dev/i4btel0.
.Sh SEE ALSO
-.Xr i4btel 4
-.Xr g711conv 1
+.Xr g711conv 1 ,
+.Xr i4btel 4 ,
+.Xr isdnd.rc 5 ,
.Xr isdnd 8
-.Xr isdnd.rc 5
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-utility and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+utility and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/isdntest/isdntest.8 b/usr.sbin/i4b/isdntest/isdntest.8
index d9c7cf7..1c1aef4 100644
--- a/usr.sbin/i4b/isdntest/isdntest.8
+++ b/usr.sbin/i4b/isdntest/isdntest.8
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdntest.8,v 1.7 1999/02/14 09:44:58 hm Exp $
+.\" $Id: isdntest.8,v 1.4 1999/08/06 14:04:58 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:21:18 1999]
.\"
.Dd July 9, 1998
-.Dt isdntest 8
+.Dt ISDNTEST 8
+.Os
.Sh NAME
.Nm isdntest
.Nd isdn4bsd debugging and verification tool
@@ -96,8 +97,8 @@ has to be finished by the user by entering Control-C.
.Sh FILES
/dev/i4b
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-utility and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+utility and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/isdntrace/isdntrace.8 b/usr.sbin/i4b/isdntrace/isdntrace.8
index a2c0ea6..f6877e4 100644
--- a/usr.sbin/i4b/isdntrace/isdntrace.8
+++ b/usr.sbin/i4b/isdntrace/isdntrace.8
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdntrace.8,v 1.10 1999/02/14 09:44:58 hm Exp $
+.\" $Id: isdntrace.8,v 1.4 1999/08/06 14:05:01 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:22:24 1999]
.\"
.Dd October 19, 1998
-.Dt isdntrace 8
+.Dt ISDNTRACE 8
+.Os
.Sh NAME
.Nm isdntrace
.Nd isdn4bsd ISDN protocol trace utility
@@ -195,11 +196,14 @@ ETSI Recommendation ETS 300 181 (04/93), ETS 300 182 (04/93)
.Pp
ITU Recommendation X.208, X.209
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-utility was written by Gary Jennejohn and Hellmuth Michaelis.
+utility was written by
+.An Gary Jennejohn
+and
+.An Hellmuth Michaelis .
.Pp
-This manual page was written by Hellmuth Michaelis, he can be reached
-at hm@kts.org.
+This manual page was written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/daic.4 b/usr.sbin/i4b/man/daic.4
index fc04797..d9e706b 100644
--- a/usr.sbin/i4b/man/daic.4
+++ b/usr.sbin/i4b/man/daic.4
@@ -20,7 +20,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.
.\"
-.\" $Id: daic.4,v 1.1 1998/02/03 12:43:07 hm Exp $
+.\" $Id: daic.4,v 1.4 1999/08/06 14:05:07 hm Exp $
.\"
.\" last edit-date: [Fri Jan 30 22:49:48 1998]
.\"
@@ -28,7 +28,8 @@
.\"
.\"
.Dd January 30, 1998
-.Dt daic 4
+.Dt DAIC 4
+.Os
.Sh NAME
.Nm daic
.Nd isdn4bsd driver for EICON.Diehl active isdn cards
diff --git a/usr.sbin/i4b/man/i4b.4 b/usr.sbin/i4b/man/i4b.4
index 09288bc..8bb8ed1 100644
--- a/usr.sbin/i4b/man/i4b.4
+++ b/usr.sbin/i4b/man/i4b.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4b.4,v 1.7 1999/02/14 09:45:02 hm Exp $
+.\" $Id: i4b.4,v 1.4 1999/08/06 14:05:07 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:36:28 1999]
.\"
.Dd February 3, 1998
-.Dt i4b 4
+.Dt I4B 4
+.Os
.Sh NAME
.Nm i4b
.Nd isdn4bsd call control ISDN driver
@@ -101,8 +102,8 @@ Charging information from the kernel.
.Pp
.Sh SEE ALSO
.Xr isdnd 8
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+device driver and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/i4bctl.4 b/usr.sbin/i4b/man/i4bctl.4
index 97ecba0..4f11214 100644
--- a/usr.sbin/i4b/man/i4bctl.4
+++ b/usr.sbin/i4b/man/i4bctl.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4bctl.4,v 1.5 1999/02/14 09:45:02 hm Exp $
+.\" $Id: i4bctl.4,v 1.4 1999/08/06 14:05:07 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:36:34 1999]
.\"
.Dd February 3, 1998
-.Dt i4bctl 4
+.Dt I4BCTL 4
+.Os
.Sh NAME
.Nm i4bctl
.Nd control device for the isdn4bsd kernel part
@@ -43,8 +44,8 @@ utility to get and set the current debugging level and other information
of the isdn4bsd package kernel ISDN handling layers.
.Sh SEE ALSO
.Xr isdndebug 8
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+device driver and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/i4bipr.4 b/usr.sbin/i4b/man/i4bipr.4
index 75a60bb..7269230 100644
--- a/usr.sbin/i4b/man/i4bipr.4
+++ b/usr.sbin/i4b/man/i4bipr.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4bipr.4,v 1.9 1999/02/14 09:45:02 hm Exp $
+.\" $Id: i4bipr.4,v 1.4 1999/08/06 14:05:07 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:36:40 1999]
.\"
.Dd July 6, 1998
-.Dt i4bipr 4
+.Dt I4BIPR 4
+.Os
.Sh NAME
.Nm i4bipr
.Nd isdn4bsd IP over ISDN B-channel network driver
@@ -87,12 +88,12 @@ and
for
.Em link0 .
.Sh SEE ALSO
+.Xr tcpdump 1 ,
+.Xr bpf 4 ,
+.Xr isdnd.rc 5 ,
.Xr isdnd 8
-.Xr isdnd.rc 5
-.Xr bpf 4
-.Xr tcpdump 1
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+device driver and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/i4bisppp.4 b/usr.sbin/i4b/man/i4bisppp.4
index 5c690fc..fe6a40a 100644
--- a/usr.sbin/i4b/man/i4bisppp.4
+++ b/usr.sbin/i4b/man/i4bisppp.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4bisppp.4,v 1.10 1999/02/14 09:45:02 hm Exp $
+.\" $Id: i4bisppp.4,v 1.4 1999/08/06 14:05:08 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:36:45 1999]
.\"
.Dd December 22, 1998
-.Dt i4bisppp 4
+.Dt I4BISPPP 4
+.Os
.Sh NAME
.Nm i4bisppp
.Nd isdn4bsd synchronous PPP over ISDN B-channel network driver
@@ -94,14 +95,18 @@ See
for a more detailed discussion of the flags,
.Pp
.Sh SEE ALSO
-.Xr isdnd 8
-.Xr isdnd.rc 5
+.Xr tcpdump 1 ,
+.Xr bpf 4 ,
+.Xr sppp 4 ,
+.Xr isdnd.rc 5 ,
+.Xr isdnd 8 ,
.Xr spppcontrol 8
-.Xr sppp 4
-.Xr bpf 4
-.Xr tcpdump 1
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-device driver was written by Joerg Wunsch and then added to ISDN4BSD by Gary Jennejohn.
-This manpage was written by Hellmuth Michaelis. He can be contacted at hm@kts.org.
+device driver was written by
+.An Joerg Wunsch
+and then added to ISDN4BSD by
+.An Gary Jennejohn .
+This manpage was written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/i4bq921.4 b/usr.sbin/i4b/man/i4bq921.4
index b39c4f1..4b34550 100644
--- a/usr.sbin/i4b/man/i4bq921.4
+++ b/usr.sbin/i4b/man/i4bq921.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4bq921.4,v 1.6 1999/02/14 09:45:02 hm Exp $
+.\" $Id: i4bq921.4,v 1.4 1999/08/06 14:05:08 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:36:51 1999]
.\"
.Dd February 3, 1998
-.Dt i4bq921 4
+.Dt I4BQ921 4
+.Os
.Sh NAME
.Nm i4bq921
.Nd isdn4bsd pseudo device driver handling the Q.921 protocol
@@ -42,8 +43,8 @@ is the ISDN D channel layer 2 handler.
ITU Recommendation Q.920 and Q.921
.Sh SEE ALSO
.Xr i4bq931 4
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-driver and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+driver and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/i4bq931.4 b/usr.sbin/i4b/man/i4bq931.4
index f34f600..5874f69 100644
--- a/usr.sbin/i4b/man/i4bq931.4
+++ b/usr.sbin/i4b/man/i4bq931.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4bq931.4,v 1.6 1999/02/14 09:45:02 hm Exp $
+.\" $Id: i4bq931.4,v 1.4 1999/08/06 14:05:08 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:36:57 1999]
.\"
.Dd February 3, 1998
-.Dt i4bq931 4
+.Dt I4BQ931 4
+.Os
.Sh NAME
.Nm i4bq931
.Nd isdn4bsd pseudo device driver handling the Q.931 protocol
@@ -42,8 +43,8 @@ is the ISDN D channel layer 2 handler.
ITU Recommendation Q.930 and Q.931
.Sh SEE ALSO
.Xr i4bq921 4
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-driver and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+driver and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/i4brbch.4 b/usr.sbin/i4b/man/i4brbch.4
index 1724727..7639403 100644
--- a/usr.sbin/i4b/man/i4brbch.4
+++ b/usr.sbin/i4b/man/i4brbch.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4brbch.4,v 1.6 1999/02/14 09:45:02 hm Exp $
+.\" $Id: i4brbch.4,v 1.4 1999/08/06 14:05:09 hm Exp $
.\"
.\" last edit-date: [Sun Feb 14 10:37:03 1999]
.\"
.Dd February 3, 1998
-.Dt i4brbch 4
+.Dt I4BRBCH 4
+.Os
.Sh NAME
.Nm i4brbch
.Nd isdn4bsd ISDN Raw B-CHannel access driver
@@ -41,10 +42,10 @@ The
driver provides an interface to the raw untranslated B-channel. It is
part of the isdn4bsd package.
.Sh SEE ALSO
+.Xr isdnd.rc 5 ,
.Xr isdnd 8
-.Xr isdnd.rc 5
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+device driver and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/i4btel.4 b/usr.sbin/i4b/man/i4btel.4
index 598f003..11d5178 100644
--- a/usr.sbin/i4b/man/i4btel.4
+++ b/usr.sbin/i4b/man/i4btel.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4btel.4,v 1.7 1999/04/21 10:06:32 hm Exp $
+.\" $Id: i4btel.4,v 1.4 1999/08/06 14:05:09 hm Exp $
.\"
.\" last edit-date: [Wed Apr 21 12:03:34 1999]
.\"
.Dd April 21, 1999
-.Dt i4btel 4
+.Dt I4BTEL 4
+.Os
.Sh NAME
.Nm i4btel
.Nd isdn4bsd ISDN B-channel telephony interface driver
@@ -121,13 +122,13 @@ USER --> A-law/u-law --> bitreversing --> ISDN-line
.Sh STANDARDS
A-Law and u-Law are specified in ITU Recommendation G.711.
.Sh SEE ALSO
+.Xr g711conv 1 ,
+.Xr isdnphone 1 ,
+.Xr isdnd.rc 5 ,
+.Xr isdnd 8 ,
.Xr isdntelctl 8
-.Xr g711conv 1
-.Xr isdnphone 1
-.Xr isdnd 8
-.Xr isdnd.rc 5
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+device driver and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/i4btrc.4 b/usr.sbin/i4b/man/i4btrc.4
index c734436..fc73992 100644
--- a/usr.sbin/i4b/man/i4btrc.4
+++ b/usr.sbin/i4b/man/i4btrc.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4btrc.4,v 1.7 1999/07/30 07:19:17 hm Exp $
+.\" $Id: i4btrc.4,v 1.4 1999/08/06 14:05:10 hm Exp $
.\"
.\" last edit-date: [Fri Jul 30 09:15:57 1999]
.\"
.Dd July 30, 1999
-.Dt i4btrc 4
+.Dt I4BTRC 4
+.Os
.Sh NAME
.Nm i4btrc
.Nd isdn4bsd ISDN interface driver for D and B channel tracing
@@ -43,10 +44,10 @@ and queues it to be read and further processed by the
.Xr isdntrace 8
utility.
.Sh SEE ALSO
-.Xr isdnd 8
+.Xr isdnd 8 ,
.Xr isdntrace 8
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-device driver and this manpage were written by Hellmuth Michaelis. He can be
-contacted at hm@kts.org.
+device driver and this manpage were written by
+.An Hellmuth Michaelis Aq hm@kts.org
diff --git a/usr.sbin/i4b/man/isic.4 b/usr.sbin/i4b/man/isic.4
index ea57a71..9c2567a 100644
--- a/usr.sbin/i4b/man/isic.4
+++ b/usr.sbin/i4b/man/isic.4
@@ -22,12 +22,13 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isic.4,v 1.23 1999/07/30 07:21:19 hm Exp $
+.\" $Id: isic.4,v 1.4 1999/08/06 14:05:10 hm Exp $
.\"
.\" last edit-date: [Fri Jul 30 09:20:24 1999]
.\"
.Dd July 30, 1999
-.Dt isic 4
+.Dt ISIC 4
+.Os
.Sh NAME
.Nm isic
.Nd isdn4bsd Siemens ISDN Chipset device driver
@@ -396,18 +397,26 @@ for their boards, it is likely that there are many, many bugs left.
CCITT Recommendation I.430
.Sh SEE ALSO
-.Xr i4bq921 4
+.Xr i4bq921 4 ,
.Xr i4bq931 4
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
-driver and this manpage were written by Hellmuth Michaelis. It is based
-on earlier work of Arne Helme, Andrew Gordon and Gary Jennejohn. The author
-can be contacted at hm@kts.org.
+driver and this manpage were written by
+.An Hellmuth Michaelis .
+It is based
+on earlier work of
+.An Arne Helme ,
+.An Andrew Gordon
+and
+.An Gary Jennejohn .
+The author can be contacted at hm@kts.org.
.Pp
-The complete porting to and maintenance of NetBSD was done by Martin Husemann.
-He can be contacted at martin@rumolt.teuto.de
+The complete porting to and maintenance of
+.Nx
+was done by
+.An Martin Husemann Aq martin@rumolt.teuto.de
.Pp
The NetBSD/Amiga ISDN Blaster/Master/MasterII driver was written by
-Ignatios Souvatzis <is@netbsd.org>.
+.An Ignatios Souvatzis Aq is@netbsd.org
diff --git a/usr.sbin/iostat/iostat.8 b/usr.sbin/iostat/iostat.8
index 194faf7..324d5d1 100644
--- a/usr.sbin/iostat/iostat.8
+++ b/usr.sbin/iostat/iostat.8
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: iostat.8,v 1.6 1998/09/16 18:03:44 dillon Exp $
+.\" $Id: iostat.8,v 1.7 1998/09/16 23:14:47 ken Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -396,5 +396,5 @@ You cannot display device statistics for a non-running system, due to the
fact that the new device statistics interface is accessible only via
.Xr sysctl 3 ,
which does not provide a way to access non-running systems.
-.Sh AUTHOR
-.An Kenneth Merry Aq ken@FreeBSD.ORG
+.Sh AUTHORS
+.An Kenneth Merry Aq ken@FreeBSD.org
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1
index 763cab7..25fc398 100644
--- a/usr.sbin/pkg_install/add/pkg_add.1
+++ b/usr.sbin/pkg_install/add/pkg_add.1
@@ -15,10 +15,10 @@
.\"
.\"
.\" @(#)pkg_add.1
-.\" $Id: pkg_add.1,v 1.29 1999/01/17 15:08:09 jseger Exp $
+.\" $Id: pkg_add.1,v 1.30 1999/02/12 02:12:08 alex Exp $
.\"
.Dd November 25, 1994
-.Dt pkg_add 1
+.Dt PKG_ADD 1
.Os FreeBSD
.Sh NAME
.Nm pkg_add
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index 8596261..be52be6 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -15,7 +15,7 @@
.\"
.\"
.\" @(#)pkg_create.1
-.\" $Id: pkg_create.1,v 1.26 1998/06/26 07:15:37 jkoshy Exp $
+.\" $Id: pkg_create.1,v 1.27 1998/12/16 13:59:30 jkh Exp $
.\"
.\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords,
.\" added dependency tracking, etc.
@@ -24,7 +24,7 @@
.\" better integration with FreeBSD's new ports collection.
.\"
.Dd April 21, 1995
-.Dt pkg_create 1
+.Dt PKG_CREATE 1
.Os FreeBSD
.Sh NAME
.Nm pkg_create
diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1
index 1848f09..898c976 100644
--- a/usr.sbin/pkg_install/delete/pkg_delete.1
+++ b/usr.sbin/pkg_install/delete/pkg_delete.1
@@ -15,10 +15,10 @@
.\"
.\"
.\" @(#)pkg_delete.1
-.\" $Id$
+.\" $Id: pkg_delete.1,v 1.12 1999/07/12 20:12:20 nik Exp $
.\"
.Dd November 25, 1994
-.Dt pkg_delete 1
+.Dt PKG_DELETE 1
.Os FreeBSD 2.0
.Sh NAME
.Nm pkg_delete
diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1
index 9105cca..bba6a49 100644
--- a/usr.sbin/pkg_install/info/pkg_info.1
+++ b/usr.sbin/pkg_install/info/pkg_info.1
@@ -15,10 +15,10 @@
.\"
.\"
.\" @(#)pkg_info.1
-.\" $Id: pkg_info.1,v 1.18 1998/07/14 08:28:15 jkoshy Exp $
+.\" $Id: pkg_info.1,v 1.19 1998/12/31 20:28:55 obrien Exp $
.\"
.Dd November 25, 1994
-.Dt pkg_info 1
+.Dt PKG_INFO 1
.Os FreeBSD
.Sh NAME
.Nm pkg_info
diff --git a/usr.sbin/vidcontrol/vidcontrol.1 b/usr.sbin/vidcontrol/vidcontrol.1
index 0997ec8..21c53c9 100644
--- a/usr.sbin/vidcontrol/vidcontrol.1
+++ b/usr.sbin/vidcontrol/vidcontrol.1
@@ -12,7 +12,7 @@
.\" documentation and/or other materials provided with the distribution.
.\"
.\" @(#)vidcontrol.1
-.\" $Id: vidcontrol.1,v 1.16 1999/06/03 12:44:16 yokota Exp $
+.\" $Id: vidcontrol.1,v 1.17 1999/07/05 09:58:32 yokota Exp $
.\"
.Dd June 30, 1999
.Dt VIDCONTROL 1
@@ -275,10 +275,10 @@ The above command will load
.Pa /usr/share/syscons/scrnmaps/iso-8859-1_to_cp437.scm .
.Sh SEE ALSO
.Xr kbdcontrol 1 ,
+.Xr vidfont 1 ,
.Xr keyboard 4 ,
.Xr screen 4 ,
.Xr syscons 4 ,
-.Xr vidfont 1 ,
.Xr vga 4 ,
.Xr rc.conf 5 ,
.Xr moused 8
diff --git a/usr.sbin/wicontrol/wicontrol.8 b/usr.sbin/wicontrol/wicontrol.8
index ff57599..6e38b22 100644
--- a/usr.sbin/wicontrol/wicontrol.8
+++ b/usr.sbin/wicontrol/wicontrol.8
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: wicontrol.8,v 1.7 1999/07/28 13:33:36 sheldonh Exp $
+.\" $Id: wicontrol.8,v 1.8 1999/07/30 10:24:57 mpp Exp $
.\"
.Dd April 21, 1999
.Dt WICONTROL 8
@@ -247,7 +247,7 @@ The
.Nm
command first appeared in
.Fx 3.0 .
-.Sh AUTHOR
+.Sh AUTHORS
The
.Nm
command was written by
diff --git a/usr.sbin/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv.8
index 5fd7ce6..add9266 100644
--- a/usr.sbin/ypserv/ypserv.8
+++ b/usr.sbin/ypserv/ypserv.8
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: ypserv.8,v 1.16 1999/02/23 03:49:14 ghelmer Exp $
+.\" $Id: ypserv.8,v 1.17 1999/03/02 04:14:53 ghelmer Exp $
.\"
.Dd February 4, 1995
.Dt YPSERV 8
@@ -412,9 +412,9 @@ host access control file
.Xr ypcat 1 ,
.Xr db 3 ,
.Xr yp 4 ,
+.Xr rpc.yppasswdd 8 ,
.Xr ypbind 8 ,
.Xr ypinit 8 ,
-.Xr rpc.yppasswdd 8 ,
.Xr yppush 8 ,
.Xr ypxfr 8
.Sh AUTHORS
OpenPOWER on IntegriCloud