summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-08-15 12:51:15 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-08-15 12:51:15 +0000
commitfabcefd32d627d9cad6bfbe9390c8df71c16f486 (patch)
tree00399fb361b00aceaad3c0800c319fb444d92cdd
parente24910529606df8666fb7953eb6d9eeba1c3cf96 (diff)
Notes
-rw-r--r--usr.sbin/ckdist/ckdist.15
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.827
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.acct.56
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.rates.521
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.rc.53
-rw-r--r--usr.sbin/i4b/isdndebug/isdndebug.810
-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/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/i4btrc.410
-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.12
-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
28 files changed, 147 insertions, 134 deletions
diff --git a/usr.sbin/ckdist/ckdist.1 b/usr.sbin/ckdist/ckdist.1
index dd9b78ed149e..710df2904cd8 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/isdnd/isdnd.8 b/usr.sbin/i4b/isdnd/isdnd.8
index 9913487e1a64..75b1f61f5c7c 100644
--- a/usr.sbin/i4b/isdnd/isdnd.8
+++ b/usr.sbin/i4b/isdnd/isdnd.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdnd.8,v 1.20 1998/12/18 09:47:09 hm Exp $
+.\" $Id: isdnd.8,v 1.1 1998/12/27 21:47:00 phk Exp $
.\"
.\" last edit-date: [Sat Dec 12 21:13:59 1998]
.\"
@@ -395,25 +395,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 9329e80c8730..883637e16200 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.6 1998/12/05 18:03:18 hm Exp $
+.\" $Id: isdnd.acct.5,v 1.1 1998/12/27 21:47:01 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:09:33 1998]
.\"
.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
diff --git a/usr.sbin/i4b/isdnd/isdnd.rates.5 b/usr.sbin/i4b/isdnd/isdnd.rates.5
index 450cd5eac3f8..5b0cb734a642 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.6 1998/12/05 18:03:21 hm Exp $
+.\" $Id: isdnd.rates.5,v 1.1 1998/12/27 21:47:01 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:09:57 1998]
.\"
.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
@@ -96,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 03d1a3a528f3..6b4522987e39 100644
--- a/usr.sbin/i4b/isdnd/isdnd.rc.5
+++ b/usr.sbin/i4b/isdnd/isdnd.rc.5
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdnd.rc.5,v 1.27 1998/12/05 18:03:23 hm Exp $
+.\" $Id: isdnd.rc.5,v 1.1 1998/12/27 21:47:01 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:10:08 1998]
.\"
@@ -621,7 +621,6 @@ and
.El
.Pp
-
.Sh FILES
.Bl -tag -width /etc/isdn/isdnd.rc -compact
.It Pa /etc/isdn/isdnd.rc
diff --git a/usr.sbin/i4b/isdndebug/isdndebug.8 b/usr.sbin/i4b/isdndebug/isdndebug.8
index f3903e38b4d3..0a96c158e2db 100644
--- a/usr.sbin/i4b/isdndebug/isdndebug.8
+++ b/usr.sbin/i4b/isdndebug/isdndebug.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: isdndebug.8,v 1.4 1998/12/05 18:03:47 hm Exp $
+.\" $Id: isdndebug.8,v 1.1 1998/12/27 21:47:03 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:13:34 1998]
.\"
@@ -86,7 +86,6 @@ Reset the HSCX error counters to zero.
.Pp
.Sh FILES
/dev/i4bctl
-
.Sh EXAMPLES
The command:
.Bd -literal -offset indent
@@ -94,9 +93,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 85946862b0c4..8fbdebf34aa9 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.3 1998/12/18 17:09:38 hm Exp $
+.\" $Id: isdndecode.8,v 1.1 1998/12/27 21:47:04 phk Exp $
.\"
.\" last edit-date: [Fri Dec 18 18:11:31 1998]
.\"
.\" -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
@@ -147,14 +148,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
@@ -164,13 +163,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
@@ -181,10 +177,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 9bcb7836fafe..8ec8a3db7bf8 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.2 1998/08/10 13:55:29 hm Exp $
+.\" $Id: isdnmonitor.8,v 1.1 1998/12/27 21:47:06 phk 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 d87c848a8bc0..5bc7b4547875 100644
--- a/usr.sbin/i4b/isdntel/isdntel.8
+++ b/usr.sbin/i4b/isdntel/isdntel.8
@@ -24,10 +24,11 @@
.\"
.\" last edit-date: [Sat Dec 5 18:16:19 1998]
.\"
-.\" $Id: isdntel.8,v 1.6 1998/12/05 18:03:58 hm Exp $
+.\" $Id: isdntel.8,v 1.1 1998/12/27 21:47:07 phk 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/isdntest/isdntest.8 b/usr.sbin/i4b/isdntest/isdntest.8
index 7e0352317247..23b6daeda89e 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.6 1998/12/16 13:39:47 hm Exp $
+.\" $Id: isdntest.8,v 1.1 1998/12/27 21:47:08 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:17:35 1998]
.\"
.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 62c5d07eef59..377bf4a14b51 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.9 1998/12/05 18:04:10 hm Exp $
+.\" $Id: isdntrace.8,v 1.1 1998/12/27 21:47:09 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:18:59 1998]
.\"
.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 fc0479750d86..c9ac77940f31 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.1 1998/12/27 21:47:13 phk 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 f285c08fa5fc..4bc78095736e 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.6 1998/12/05 18:06:03 hm Exp $
+.\" $Id: i4b.4,v 1.1 1998/12/27 21:47:13 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:38:11 1998]
.\"
.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 fa5fccd4fc86..97c14e12c823 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.4 1998/12/05 18:06:04 hm Exp $
+.\" $Id: i4bctl.4,v 1.1 1998/12/27 21:47:13 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:38:22 1998]
.\"
.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 f4cdeacff5c3..a72db57a9389 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.8 1998/12/05 18:06:06 hm Exp $
+.\" $Id: i4bipr.4,v 1.1 1998/12/27 21:47:13 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:38:34 1998]
.\"
.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 ce65b823378b..2aa4e2fb202b 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.9 1998/12/22 19:16:57 hm Exp $
+.\" $Id: i4bisppp.4,v 1.1 1998/12/27 21:47:13 phk Exp $
.\"
.\" last edit-date: [Tue Dec 22 20:15:08 1998]
.\"
.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 bb5bcfc5fe27..4492fb2dd867 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.5 1998/12/05 18:06:08 hm Exp $
+.\" $Id: i4bq921.4,v 1.1 1998/12/27 21:47:13 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:38:57 1998]
.\"
.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 7c8d155fa035..fbfa1060bace 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.5 1998/12/05 18:06:10 hm Exp $
+.\" $Id: i4bq931.4,v 1.1 1998/12/27 21:47:14 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:39:08 1998]
.\"
.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 b7ee3dfc3965..e43823d39df4 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.5 1998/12/05 18:06:11 hm Exp $
+.\" $Id: i4brbch.4,v 1.1 1998/12/27 21:47:14 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:39:19 1998]
.\"
.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/i4btrc.4 b/usr.sbin/i4b/man/i4btrc.4
index 60b88ed971b5..8d4ab6da045e 100644
--- a/usr.sbin/i4b/man/i4btrc.4
+++ b/usr.sbin/i4b/man/i4btrc.4
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: i4btrc.4,v 1.5 1998/12/05 18:06:13 hm Exp $
+.\" $Id: i4btrc.4,v 1.1 1998/12/27 21:47:14 phk Exp $
.\"
.\" last edit-date: [Sat Dec 5 18:39:42 1998]
.\"
@@ -43,10 +43,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/iostat/iostat.8 b/usr.sbin/iostat/iostat.8
index 194faf72aac3..324d5d196dd9 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 400a0576f723..216d6436b16e 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.30 1999/02/12 02:12:08 alex Exp $
+.\" $Id: pkg_add.1,v 1.29.2.1 1999/05/02 12:12:21 kris 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 8596261907b3..be52be6377a4 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 9941afe1ce3d..9ad793eefd8f 100644
--- a/usr.sbin/pkg_install/delete/pkg_delete.1
+++ b/usr.sbin/pkg_install/delete/pkg_delete.1
@@ -17,7 +17,7 @@
.\" @(#)pkg_delete.1
.\"
.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 9105cca41d6d..bba6a49ba391 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 0997ec8f9a81..51e147fc8d7c 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.14.2.3 1999/07/05 10:00:41 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 869f53dc1f90..a00f41bef477 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.6.2.2 1999/07/28 13:35:24 sheldonh Exp $
+.\" $Id: wicontrol.8,v 1.6.2.3 1999/07/30 10:27:38 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 4dd2bf35d46e..f2da1815de90 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.14 1997/11/01 15:55:09 jseger Exp $
+.\" $Id: ypserv.8,v 1.15 1998/03/23 08:31:07 charnier Exp $
.\"
.Dd February 4, 1995
.Dt YPSERV 8
@@ -407,8 +407,8 @@ host access control file
.Xr ypcat 1 ,
.Xr db 3 ,
.Xr yp 4 ,
+.Xr rpc.yppasswdd 8 ,
.Xr ypbind 8 ,
-.Xr yppasswdd 8 ,
.Xr yppush 8 ,
.Xr ypxfr 8
.Sh AUTHORS