summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-08-18 05:55:22 +0000
committerchris <chris@FreeBSD.org>1999-08-18 05:55:22 +0000
commit212887c836affc05f828e3fddd4dc1b80085f08f (patch)
tree7013ecdadeaa20684bf83d7e28abb67ef408d4b1 /usr.sbin
parent999b998faadf98cd252ae30361406a176da029bd (diff)
downloadFreeBSD-src-212887c836affc05f828e3fddd4dc1b80085f08f.zip
FreeBSD-src-212887c836affc05f828e3fddd4dc1b80085f08f.tar.gz
Fix a bunch of broken cross-references
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/config.84
-rw-r--r--usr.sbin/rtprio/rtprio.14
-rw-r--r--usr.sbin/sade/sade.84
-rw-r--r--usr.sbin/sysinstall/sysinstall.84
-rw-r--r--usr.sbin/xntpd/doc/xntpd.84
-rw-r--r--usr.sbin/zic/zic.84
6 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/config/config.8 b/usr.sbin/config/config.8
index c669fdd..b212e09 100644
--- a/usr.sbin/config/config.8
+++ b/usr.sbin/config/config.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)config.8 8.2 (Berkeley) 4/19/94
-.\" $Id$
+.\" $Id: config.8,v 1.14 1999/07/12 20:12:05 nik Exp $
.\"
.Dd April 19, 1994
.Dt CONFIG 8
@@ -165,7 +165,7 @@ kernel. A debug kernel contains complete symbols for all the source files, and
enables an experienced kernel programmer to analyse the cause of a problem. The
debuggers available prior to 4.4BSD-Lite were able to find some information
from a normal kernel;
-.Xr gdb 8
+.Xr gdb 1
provides very little support for normal kernels, and a debug kernel is needed
for any meaningful analysis.
.Pp
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1
index b89ab50..eea966a 100644
--- a/usr.sbin/rtprio/rtprio.1
+++ b/usr.sbin/rtprio/rtprio.1
@@ -28,7 +28,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rtprio.1,v 1.14 1998/03/12 01:29:12 jkh Exp $
+.\" $Id: rtprio.1,v 1.15 1998/03/23 08:28:58 charnier Exp $
.\"
.Dd July 23, 1994
.Dt RTPRIO 1
@@ -144,7 +144,7 @@ to
.Ed
.Pp
To run
-.Xr tcpdump 8
+.Xr tcpdump 1
without realtime priority:
.Bd -literal -offset indent -compact
.Sy "rtprio -t tcpdump"
diff --git a/usr.sbin/sade/sade.8 b/usr.sbin/sade/sade.8
index ac891f4..896a825 100644
--- a/usr.sbin/sade/sade.8
+++ b/usr.sbin/sade/sade.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: sysinstall.8,v 1.19 1999/07/23 03:42:23 jkh Exp $
+.\" $Id: sysinstall.8,v 1.20 1999/08/17 10:57:18 mpp Exp $
.\"
.Dd August 9, 1997
.Dt SYSINSTALL 8
@@ -75,7 +75,7 @@ directly.
.Pp
.Nm
currently uses the
-.Xr libdialog 3
+.Xr dialog 3
library to do user interaction with simple ANSI line graphics, color
support for which is enabled by either running on a syscons VTY or some
other color-capable terminal emulator (newer versions of xterm will support
diff --git a/usr.sbin/sysinstall/sysinstall.8 b/usr.sbin/sysinstall/sysinstall.8
index ac891f4..896a825 100644
--- a/usr.sbin/sysinstall/sysinstall.8
+++ b/usr.sbin/sysinstall/sysinstall.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: sysinstall.8,v 1.19 1999/07/23 03:42:23 jkh Exp $
+.\" $Id: sysinstall.8,v 1.20 1999/08/17 10:57:18 mpp Exp $
.\"
.Dd August 9, 1997
.Dt SYSINSTALL 8
@@ -75,7 +75,7 @@ directly.
.Pp
.Nm
currently uses the
-.Xr libdialog 3
+.Xr dialog 3
library to do user interaction with simple ANSI line graphics, color
support for which is enabled by either running on a syscons VTY or some
other color-capable terminal emulator (newer versions of xterm will support
diff --git a/usr.sbin/xntpd/doc/xntpd.8 b/usr.sbin/xntpd/doc/xntpd.8
index f1096bc..c37e666 100644
--- a/usr.sbin/xntpd/doc/xntpd.8
+++ b/usr.sbin/xntpd/doc/xntpd.8
@@ -1,5 +1,5 @@
.\"
-.\" $Id$
+.\" $Id: xntpd.8,v 1.5 1998/02/19 08:05:43 charnier Exp $
.\"
.Dd December 21, 1993
.Dt XNTPD 8
@@ -235,7 +235,7 @@ frequency to stabilize and the residual timing errors to subside. The
file contains a single floating point value equal to the offset in
parts-per-million (ppm). Note that the file is updated by first writing
the current drift value into a temporary file and then using
-.Xr rename 3
+.Xr rename 2
to replace the old version. This implies that
.Nm
must have write permission for the directory the drift file is located
diff --git a/usr.sbin/zic/zic.8 b/usr.sbin/zic/zic.8
index 32a37e3..ca7b82c 100644
--- a/usr.sbin/zic/zic.8
+++ b/usr.sbin/zic/zic.8
@@ -1,4 +1,4 @@
-.\" $Id: zic.8,v 1.8 1999/01/21 17:12:49 wollman Exp $
+.\" $Id: zic.8,v 1.8 1999/01/21 17:46:19 wollman Exp $
.Dd
.Dt ZIC 8
.Os
@@ -87,7 +87,7 @@ After creating each output file, change its owner to
.It Fl v
Complain if a year that appears in a data file is outside the range
of years representable by
-.Xr time 2
+.Xr time 3
values.
.It Fl s
Limit time values stored in output files to values that are the same
OpenPOWER on IntegriCloud