From 5c8e5f2462d32de326fef3336d52751b75ccf8a4 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 21 Jan 2005 10:35:40 +0000 Subject: [PATCH] Fixed xrefs. --- lib/libufs/ufs_disk_close.3 | 6 +++--- sbin/idmapd/idmapd.8 | 4 ++-- share/man/man4/dcons.4 | 4 ++-- share/man/man4/ip.4 | 4 ++-- usr.sbin/i4b/isdnd/isdnd.rc.5 | 2 +- usr.sbin/i4b/man/i4bisppp.4 | 2 +- usr.sbin/i4b/man/i4btel.4 | 4 ++-- usr.sbin/newsyslog/newsyslog.8 | 2 +- usr.sbin/newsyslog/newsyslog.conf.5 | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/libufs/ufs_disk_close.3 b/lib/libufs/ufs_disk_close.3 index de9152858a3..a659116a4f5 100644 --- a/lib/libufs/ufs_disk_close.3 +++ b/lib/libufs/ufs_disk_close.3 @@ -94,14 +94,14 @@ The function may fail and set .Va errno for any of the errors specified for the library functions -.Xr open 3 +.Xr open 2 and -.Xr stat 3 . +.Xr stat 2 . Namely, it will fail if the disk in question may not be written to. .Sh SEE ALSO +.Xr open 2 , .Xr getfsfile 3 , .Xr libufs 3 , -.Xr open 3 , .Xr sbread 3 .Sh HISTORY These functions first appeared as part of diff --git a/sbin/idmapd/idmapd.8 b/sbin/idmapd/idmapd.8 index 8386949b5c7..256897d90f8 100644 --- a/sbin/idmapd/idmapd.8 +++ b/sbin/idmapd/idmapd.8 @@ -58,6 +58,6 @@ The current password file. A Version 7 format password file. .El .Sh SEE ALSO -.Xr getpwnam 2 , -.Xr getpwuid 2 , +.Xr getpwnam 3 , +.Xr getpwuid 3 , .Xr mount_nfs 8 diff --git a/share/man/man4/dcons.4 b/share/man/man4/dcons.4 index c97840cc11d..7cebf27300a 100644 --- a/share/man/man4/dcons.4 +++ b/share/man/man4/dcons.4 @@ -63,7 +63,7 @@ If you want to run on .Nm , insert the following line into -.Xr /etc/ttys 5 +.Xr ttys 5 and send a .Dv HUP signal to @@ -75,7 +75,7 @@ dcons "/usr/libexec/getty std.9600" vt100 on secure .Ed .Pp Once the -.Xr fwochi 4 +.Xr fwohci 4 device is initialized to allow physical access, the buffer can be accessed from another host via a .Xr firewire 4 diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index aa68b781118..bbf9c176c75 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -546,7 +546,7 @@ fields be provided in host byte order . All other fields must be provided in network byte order. See -.Xr byteorder 4 +.Xr byteorder 3 for more information on network byte order. If the .Va ip_id @@ -609,7 +609,7 @@ field was not equal to the length of the datagram written to the socket. .Xr getsockopt 2 , .Xr recv 2 , .Xr send 2 , -.Xr byteorder 4 , +.Xr byteorder 3 , .Xr icmp 4 , .Xr inet 4 , .Xr intro 4 diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5 index 1c4fd633782..51e05761f23 100644 --- a/usr.sbin/i4b/isdnd/isdnd.rc.5 +++ b/usr.sbin/i4b/isdnd/isdnd.rc.5 @@ -123,7 +123,7 @@ The default is off. .It Li aliasfile Specifies the name of the telephone number-to-name alias database file shared with the -.Xr isdntel 1 +.Xr isdntel 8 utility when alias processing is enabled via the .Em aliasing keyword. diff --git a/usr.sbin/i4b/man/i4bisppp.4 b/usr.sbin/i4b/man/i4bisppp.4 index 0cc66f801da..7ef4a96f8ce 100644 --- a/usr.sbin/i4b/man/i4bisppp.4 +++ b/usr.sbin/i4b/man/i4bisppp.4 @@ -55,7 +55,7 @@ where is a number between 0 and count-1 from the kernel config line. For configuration of the i4bsppp driver, either the .Xr spppcontrol 8 utility is used or the driver can be configured via -.Xr isdnd 1 +.Xr isdnd 8 and its associated .Xr isdnd.rc 5 file. diff --git a/usr.sbin/i4b/man/i4btel.4 b/usr.sbin/i4b/man/i4btel.4 index e6eb1771ddc..d8e17f4cda3 100644 --- a/usr.sbin/i4b/man/i4btel.4 +++ b/usr.sbin/i4b/man/i4btel.4 @@ -53,7 +53,7 @@ receive responses about the state of the dial out progress and status. This commands may change in the future, for details see the file .Em i4b_tel_ioctl.h and the -.Xr isdnphone 1 +.Xr isdnphone 8 utility. .Pp The telephony data stream comes out of the line in a bit-reversed format, @@ -120,9 +120,9 @@ USER --> A-law/u-law --> bitreversing --> ISDN-line .El .Sh SEE ALSO .Xr g711conv 1 , -.Xr isdnphone 1 , .Xr isdnd.rc 5 , .Xr isdnd 8 , +.Xr isdnphone 8 , .Xr isdntelctl 8 .Sh STANDARDS A-Law and u-Law are specified in ITU Recommendation G.711. diff --git a/usr.sbin/newsyslog/newsyslog.8 b/usr.sbin/newsyslog/newsyslog.8 index 9a454557008..1879b180a81 100644 --- a/usr.sbin/newsyslog/newsyslog.8 +++ b/usr.sbin/newsyslog/newsyslog.8 @@ -233,7 +233,7 @@ MIT Project Athena .Pp Copyright 1987, Massachusetts Institute of Technology .Sh "SEE ALSO" -.Xr bzip 1 , +.Xr bzip2 1 , .Xr gzip 1 , .Xr syslog 3 , .Xr newsyslog.conf 5 , diff --git a/usr.sbin/newsyslog/newsyslog.conf.5 b/usr.sbin/newsyslog/newsyslog.conf.5 index c6d69d886c3..16a3185ef89 100644 --- a/usr.sbin/newsyslog/newsyslog.conf.5 +++ b/usr.sbin/newsyslog/newsyslog.conf.5 @@ -351,12 +351,12 @@ If this field is not present, then a signal will be sent. .El .Sh SEE ALSO -.Xr bzip 1 , +.Xr bzip2 1 , .Xr gzip 1 , .Xr syslog 3 , .Xr chown 8 , .Xr newsyslog 8 , -.Xr syslog 8 +.Xr syslogd 8 .Sh HISTORY This manual page first appeared in .Fx 4.10 .