From bf5cbf35513d811c5829f8756a46eeb017a0a39b Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 29 Sep 1997 19:11:55 +0000 Subject: [PATCH] Sort cross refereces in section SEE ALSO. --- crypto/kerberosIV/man/kprop.8 | 6 +++--- crypto/kerberosIV/man/kpropd.8 | 6 +++--- crypto/kerberosIV/man/ksrvutil.8 | 6 +++--- lib/csu/i386/dlopen.3 | 5 +++-- lib/libc/gen/siginterrupt.3 | 4 ++-- lib/libc/gen/sleep.3 | 4 ++-- lib/libc/gen/ualarm.3 | 4 ++-- lib/libc/gen/usleep.3 | 4 ++-- lib/libc/sys/getpgrp.2 | 2 +- lib/libc/sys/getsid.2 | 4 ++-- lib/libc/sys/issetugid.2 | 4 ++-- lib/libc/sys/mkfifo.2 | 2 +- lib/libc/sys/nanosleep.2 | 4 ++-- lib/libedit/editline.3 | 4 ++-- lib/libutil/uucplock.3 | 4 ++-- sbin/ipfw/ipfw.8 | 6 +++--- sbin/natd/natd.8 | 2 +- sys/i386/boot/netboot/netboot.8 | 6 +++--- usr.bin/limits/limits.1 | 4 ++-- usr.bin/mt/mt.1 | 4 ++-- usr.bin/systat/systat.1 | 8 ++++---- usr.sbin/cron/crontab/crontab.5 | 6 +++--- usr.sbin/natd/natd.8 | 2 +- usr.sbin/periodic/periodic.8 | 6 +++--- usr.sbin/pppctl/pppctl.8 | 6 +++--- usr.sbin/sendmail/mailstats/mailstats.8 | 7 ++++--- usr.sbin/sendmail/src/aliases.5 | 2 +- usr.sbin/stallion/bootcode/stl.4 | 8 ++++---- usr.sbin/stallion/bootcode/stli.4 | 8 ++++---- usr.sbin/wlconfig/wlconfig.8 | 2 +- 30 files changed, 71 insertions(+), 69 deletions(-) diff --git a/crypto/kerberosIV/man/kprop.8 b/crypto/kerberosIV/man/kprop.8 index 376f71592bd5..9f9acc228e25 100644 --- a/crypto/kerberosIV/man/kprop.8 +++ b/crypto/kerberosIV/man/kprop.8 @@ -1,4 +1,4 @@ -.\" $Id: kprop.8,v 1.2 1996/06/15 17:03:22 assar Exp $ +.\" $Id: kprop.8,v 1.1.1.1 1997/09/04 06:04:32 markm Exp $ .\" .Dd June 7, 1996 .Dt KPROP 8 @@ -53,6 +53,6 @@ on the master server. .It Pa /etc/srvtab .El .Sh SEE ALSO -.Xr kpropd 8 , +.Xr kadmind 8 , .Xr kerberos 8 , -.Xr kadmind 8 +.Xr kpropd 8 diff --git a/crypto/kerberosIV/man/kpropd.8 b/crypto/kerberosIV/man/kpropd.8 index d1dbd16d4e62..6b3046354bc1 100644 --- a/crypto/kerberosIV/man/kpropd.8 +++ b/crypto/kerberosIV/man/kpropd.8 @@ -1,4 +1,4 @@ -.\" $Id: kpropd.8,v 1.2 1997/02/07 22:04:55 assar Exp $ +.\" $Id: kpropd.8,v 1.1.1.1 1997/09/04 06:04:32 markm Exp $ .\" .Dd June 7, 1996 .Dt KPROPD 8 @@ -58,6 +58,6 @@ Srvtab if other than .It Pa /etc/srvtab .El .Sh SEE ALSO -.Xr kprop 8 , +.Xr kadmind 8 , .Xr kerberos 8 , -.Xr kadmind 8 +.Xr kprop 8 diff --git a/crypto/kerberosIV/man/ksrvutil.8 b/crypto/kerberosIV/man/ksrvutil.8 index fdc99e6efe65..aee24d797986 100644 --- a/crypto/kerberosIV/man/ksrvutil.8 +++ b/crypto/kerberosIV/man/ksrvutil.8 @@ -1,4 +1,4 @@ -.\" $Id: ksrvutil.8,v 1.3 1996/06/12 21:29:27 bg Exp $ +.\" $Id: ksrvutil.8,v 1.1.1.1 1997/09/04 06:04:32 markm Exp $ .\" Copyright 1989 by the Massachusetts Institute of Technology. .\" .\" For copying and distribution information, @@ -97,8 +97,8 @@ with the result should always give a usable keyfile, although the resulting keyfile will have some out of date keys in it. .Sh SEE ALSO -.Xr kadmin 8 , -.Xr ksrvtgt 1 +.Xr ksrvtgt 1 , +.Xr kadmin 8 .Sh AUTHOR Emanuel Jay Berkenbilt, MIT Project Athena diff --git a/lib/csu/i386/dlopen.3 b/lib/csu/i386/dlopen.3 index efd59be557f2..530d58ebbbe4 100644 --- a/lib/csu/i386/dlopen.3 +++ b/lib/csu/i386/dlopen.3 @@ -231,5 +231,6 @@ retrieved via a call to .Fn dlerror . .Sh SEE ALSO .Xr ld 1 , -.Xr link 5 , -.Xr rtld 1 +.Xr rtld 1 , +.Xr link 5 + diff --git a/lib/libc/gen/siginterrupt.3 b/lib/libc/gen/siginterrupt.3 index b60540e4e1dd..6693b794a480 100644 --- a/lib/libc/gen/siginterrupt.3 +++ b/lib/libc/gen/siginterrupt.3 @@ -101,9 +101,9 @@ A \-1 value indicates that an invalid signal number has been supplied. .Sh SEE ALSO .Xr sigaction 2 , .Xr sigblock 2 , -.Xr signal 3 , .Xr sigpause 2 , -.Xr sigsetmask 2 . +.Xr sigsetmask 2 , +.Xr signal 3 .Sh HISTORY The .Fn siginterrupt diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3 index 6b3d23f6e082..ede3ef687836 100644 --- a/lib/libc/gen/sleep.3 +++ b/lib/libc/gen/sleep.3 @@ -81,10 +81,10 @@ needed to be passed to a subsequent sleep to complete the necessary delay. repeatedly until it returns zero may busy-wait until a timer is available. .Sh SEE ALSO -.Xr alarm 3 , .Xr setitimer 2 , -.Xr signal 3 , .Xr signanosleep 2 , +.Xr alarm 3 , +.Xr signal 3 , .Xr ualarm 3 , .Xr usleep 3 .Sh HISTORY diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index bad7e102b662..e6b14f55395e 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)ualarm.3 8.2 (Berkeley) 4/19/94 -.\" $Id: ualarm.3,v 1.6 1997/08/14 06:32:25 ache Exp $ +.\" $Id: ualarm.3,v 1.7 1997/08/14 07:44:56 ache Exp $ .\" .Dd April 19, 1994 .Dt UALARM 3 @@ -84,11 +84,11 @@ returns the amount of time left on the clock. .Pp A microsecond is 0.000001 seconds. .Sh SEE ALSO -.Xr alarm 3 , .Xr getitimer 2 , .Xr setitimer 2 , .Xr sigpause 2 , .Xr sigvec 2 , +.Xr alarm 3 , .Xr signal 3 , .Xr sleep 3 , .Xr usleep 3 diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3 index cf8fec0b1fa8..997ee76ef152 100644 --- a/lib/libc/gen/usleep.3 +++ b/lib/libc/gen/usleep.3 @@ -71,10 +71,10 @@ of time or until SIGALRM signal occurse (if not blocked). .Pp A microsecond is 0.000001 seconds. .Sh SEE ALSO -.Xr alarm 3 , .Xr setitimer 2 , -.Xr signal 3 , .Xr signanosleep 2 , +.Xr alarm 3 , +.Xr signal 3 , .Xr sleep 3 , .Xr ualarm 3 .Sh HISTORY diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2 index 420d553a93ad..e797c7adfef5 100644 --- a/lib/libc/sys/getpgrp.2 +++ b/lib/libc/sys/getpgrp.2 @@ -74,8 +74,8 @@ and calls are used to get/set the process group of the control terminal. .Sh SEE ALSO -.Xr setpgid 2 , .Xr getsid 2 , +.Xr setpgid 2 , .Xr termios 4 .Sh HISTORY The diff --git a/lib/libc/sys/getsid.2 b/lib/libc/sys/getsid.2 index a1bb99992220..a08290a2e87f 100644 --- a/lib/libc/sys/getsid.2 +++ b/lib/libc/sys/getsid.2 @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: getsid.2,v 1.1 1997/08/19 07:19:43 peter Exp $ .\" .Dd August 19, 1997 .Dt GETSID 2 @@ -61,8 +61,8 @@ if there is no process with a process ID equal to Note that an implementation may restrict this function call to processes within the same session ID as the calling process. .Sh SEE ALSO -.Xr getpgrp 2 , .Xr getpgid 2 , +.Xr getpgrp 2 , .Xr setpgid 2 , .Xr setsid 2 , .Xr termios 4 diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2 index 943aa7db8d71..551ac435d84d 100644 --- a/lib/libc/sys/issetugid.2 +++ b/lib/libc/sys/issetugid.2 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: issetugid.2,v 1.3 1997/04/01 18:45:57 mpp Exp $ +.\" $Id: issetugid.2,v 1.4 1997/04/01 18:50:56 mpp Exp $ .\" .Dd August, 25 1996 .Dt ISSETUGID 2 @@ -79,9 +79,9 @@ indicate an error. .Sh SEE ALSO .Xr execve 2 , .Xr fork 2 , -.Xr setgid 2 , .Xr setegid 2 , .Xr seteuid 2 , +.Xr setgid 2 , .Xr setregid 2 , .Xr setreuid 2 , .Xr setuid 2 diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2 index b39bf9cd87d8..0cdb7ffcdf1b 100644 --- a/lib/libc/sys/mkfifo.2 +++ b/lib/libc/sys/mkfifo.2 @@ -113,7 +113,7 @@ points outside the process's allocated address space. .El .Sh SEE ALSO .Xr chmod 2 , -.Xr mknod 2, +.Xr mknod 2 , .Xr stat 2 , .Xr umask 2 .Sh STANDARDS diff --git a/lib/libc/sys/nanosleep.2 b/lib/libc/sys/nanosleep.2 index e1f0dec616ec..0cbcc0812e52 100644 --- a/lib/libc/sys/nanosleep.2 +++ b/lib/libc/sys/nanosleep.2 @@ -1,4 +1,4 @@ -.\" $Id: nanosleep.2,v 1.2 1997/06/01 09:47:05 peter Exp $ +.\" $Id: nanosleep.2,v 1.3 1997/08/21 19:44:41 bde Exp $ .\" $OpenBSD: nanosleep.2,v 1.1 1997/04/20 20:56:20 tholo Exp $ .\" $NetBSD: nanosleep.2,v 1.1 1997/04/17 18:12:02 jtc Exp $ .\" @@ -106,7 +106,7 @@ or greater than or equal to 1000 million. is not supported by this implementation. .El .Sh SEE ALSO -.Xr sigsuspend 2 +.Xr sigsuspend 2 , .Xr sleep 3 .Sh STANDARDS The diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3 index b2858f6a7a95..fc399733985f 100644 --- a/lib/libedit/editline.3 +++ b/lib/libedit/editline.3 @@ -507,10 +507,10 @@ Save the history list to .\"XXX.Sh EXAMPLES .\"XXX: provide some examples .Sh SEE ALSO -.Xr editrc 5 , .Xr sh 1 , .Xr signal 3 , -.Xr termcap 3 +.Xr termcap 3 , +.Xr editrc 5 .Sh HISTORY The .Nm diff --git a/lib/libutil/uucplock.3 b/lib/libutil/uucplock.3 index 5be50a38962a..c65e141d4c0e 100644 --- a/lib/libutil/uucplock.3 +++ b/lib/libutil/uucplock.3 @@ -23,7 +23,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: uucplock.3,v 1.7 1997/05/12 10:36:14 brian Exp $ +.\" $Id: uucplock.3,v 1.8 1997/08/10 18:42:38 ache Exp $ .\" " .Dd March 30, 1997 .Os @@ -146,9 +146,9 @@ Refer to the description of .Xr unlink 2 for further details. .Sh SEE ALSO +.Xr lseek 2 , .Xr open 2 , .Xr read 2 , -.Xr lseek 2 , .Xr write 2 .Sh BUGS Locking is not atomic. Should a race condition occur, it's diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index da7d95a2202c..355676f7bf68 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -468,14 +468,14 @@ This rule diverts all incoming packets from 192.168.2.0/24 to divert port 5000: .Pp .Dl ipfw divert 5000 all from 192.168.2.0/24 to any in .Sh SEE ALSO +.Xr divert 4 , .Xr ip 4 , .Xr ipfirewall 4 , -.Xr divert 4 , .Xr protocols 5 , .Xr services 5 , .Xr reboot 8 , -.Xr syslogd 8 , -.Xr sysctl 8 +.Xr sysctl 8 , +.Xr syslogd 8 .Sh BUGS .Pp .Em WARNING!!WARNING!!WARNING!!WARNING!!WARNING!!WARNING!!WARNING!! diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index ccf112d11b42..f99842bb96fd 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -364,8 +364,8 @@ the script in the background should be enough to prevent this disaster. .El .Sh SEE ALSO -.Xr socket 2 , .Xr getservbyname 2 , +.Xr socket 2 , .Xr divert 4 , .Xr services 5 , .Xr ipfw 8 diff --git a/sys/i386/boot/netboot/netboot.8 b/sys/i386/boot/netboot/netboot.8 index 3467c39e036a..094d47fda4ec 100644 --- a/sys/i386/boot/netboot/netboot.8 +++ b/sys/i386/boot/netboot/netboot.8 @@ -1,4 +1,4 @@ -.\" $Id: netboot.8,v 1.2 1997/05/15 19:04:33 tegge Exp $ +.\" $Id: netboot.8,v 1.3 1997/05/31 18:29:58 tegge Exp $ .Dd May 15, 1997 .Dt NETBOOT 8 .\".Os BSD 4 @@ -93,8 +93,8 @@ rom image for 3C509 cards DOS executable for 3C509 cards .Sh SEE ALSO -.Xr bootpd 8 , -.Xr bootptab 5 +.Xr bootptab 5 , +.Xr bootpd 8 .Sh BUGS To use netboot with Western Digital/SMC cards or 3C503 cards, a recompile diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index a0955ae3d0ae..04bafbecf2b8 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $Id: limits.1,v 1.3 1997/07/16 11:35:18 davidn Exp $ +.\" $Id: limits.1,v 1.4 1997/07/21 12:06:17 charnier Exp $ .\" .Dd January 15, 1996 .Dt LIMITS 1 @@ -291,8 +291,8 @@ will be whatever the executed program returns. .Xr sh 1 , .Xr ulimit 1 , .Xr getrlimit 3 , -.Xr setrlimit 3 , .Xr login_cap 3 , +.Xr setrlimit 3 , .Xr login.conf 5 .Sh BUGS .Nm Limits diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 4607e46adf65..8c6fab80835a 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -206,11 +206,11 @@ QIC-02/QIC-36 magnetic tape interface SCSI magnetic tape interface .El .Sh SEE ALSO +.Xr dd 1 , +.Xr ioctl 2 , .Xr mtio 4 , .Xr st 4 , .Xr wt 4 , -.Xr dd 1 , -.Xr ioctl 2 , .Xr environ 7 .Sh HISTORY The diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 1ae87cd042fc..fd7717fa782e 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -458,13 +458,13 @@ Display information about the drives indicated. Multiple drives may be specified, separated by spaces. .El .Sh SEE ALSO -.Xr icmp 4 , .Xr iostat 1 , -.Xr ip 4 , .Xr netstat 1 , +.Xr vmstat 1 , +.Xr icmp 4 , +.Xr ip 4 , .Xr tcp 4 , -.Xr udp 4 , -.Xr vmstat 1 +.Xr udp 4 .Sh FILES .Bl -tag -width /etc/networks -compact .It Pa /kernel diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 5b1191b0a870..cf43525801df 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.5,v 1.4 1997/02/22 16:04:52 peter Exp $ +.\" $Id: crontab.5,v 1.5 1997/09/15 06:39:14 charnier Exp $ .\" .Dd January 24, 1994 .Dt CRONTAB 5 @@ -198,8 +198,8 @@ MAILTO=paul 5 4 * * sun echo "run at 5 after 4 every sunday" .Ed .Sh SEE ALSO -.Xr cron 8 , -.Xr crontab 1 +.Xr crontab 1 , +.Xr cron 8 .Sh EXTENSIONS When specifying day of week, both day 0 and day 7 will be considered Sunday. BSD and ATT seem to disagree about this. diff --git a/usr.sbin/natd/natd.8 b/usr.sbin/natd/natd.8 index ccf112d11b42..f99842bb96fd 100644 --- a/usr.sbin/natd/natd.8 +++ b/usr.sbin/natd/natd.8 @@ -364,8 +364,8 @@ the script in the background should be enough to prevent this disaster. .El .Sh SEE ALSO -.Xr socket 2 , .Xr getservbyname 2 , +.Xr socket 2 , .Xr divert 4 , .Xr services 5 , .Xr ipfw 8 diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8 index ec5da2eee870..3ac852cd803e 100644 --- a/usr.sbin/periodic/periodic.8 +++ b/usr.sbin/periodic/periodic.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: periodic.8,v 1.4 1997/08/16 17:08:35 pst Exp $ +.\" $Id: periodic.8,v 1.5 1997/08/19 16:49:35 pst Exp $ .\" .Dd 13 August 1997 .Os FreeBSD 3.0 @@ -112,10 +112,10 @@ Additionally, the system registry will typically have a variable reading: .Dl local_cron="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # cron script dirs. .Sh SEE ALSO -.Xr cron 8 , +.Xr sh 1 , .Xr crontab 5 , .Xr rc.conf 5 , -.Xr sh 1 +.Xr cron 8 .Rs .Sh DIAGNOSTICS Exit status is 0 on success, and 1 if the command diff --git a/usr.sbin/pppctl/pppctl.8 b/usr.sbin/pppctl/pppctl.8 index 211d0e63941a..80ec04207885 100644 --- a/usr.sbin/pppctl/pppctl.8 +++ b/usr.sbin/pppctl/pppctl.8 @@ -1,4 +1,4 @@ -.\" $Id: pppctl.8,v 1.1 1997/06/28 01:04:52 brian Exp $ +.\" $Id: pppctl.8,v 1.2 1997/07/28 22:17:46 brian Exp $ .Dd 26 June 1997 .Os FreeBSD .Dt PPPCTL 8 @@ -70,8 +70,8 @@ will prompt for a password once it has successfully connected to .El .Sh SEE ALSO -.Xr ppp 8 , -.Xr services 5 +.Xr services 5 , +.Xr ppp 8 .Sh HISTORY The diff --git a/usr.sbin/sendmail/mailstats/mailstats.8 b/usr.sbin/sendmail/mailstats/mailstats.8 index 9da1b5dc1b70..b23396979be3 100644 --- a/usr.sbin/sendmail/mailstats/mailstats.8 +++ b/usr.sbin/sendmail/mailstats/mailstats.8 @@ -29,7 +29,7 @@ .\" * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" * SUCH DAMAGE. .\" */ -.\" $Id$ +.\" $Id: mailstats.8,v 1.4 1997/02/22 16:13:25 peter Exp $ .Dd August 13, 1996 .Dt MAILSTATS 8 .Os @@ -73,5 +73,6 @@ sendmail configuration file sendmail statistics file .El .Sh SEE ALSO -.Xr sendmail 8 , -.Xr mail.local 8 +.Xr mail.local 8 , +.Xr sendmail 8 + diff --git a/usr.sbin/sendmail/src/aliases.5 b/usr.sbin/sendmail/src/aliases.5 index 351946750f66..845a9cae714e 100644 --- a/usr.sbin/sendmail/src/aliases.5 +++ b/usr.sbin/sendmail/src/aliases.5 @@ -82,8 +82,8 @@ command should be executed each time the aliases file is changed for the change to take effect. .Sh SEE ALSO .Xr newaliases 1 , -.Xr dbopen 3 , .Xr dbm 3 , +.Xr dbopen 3 , .Xr sendmail 8 .Rs .%T "SENDMAIL Installation and Operation Guide" diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4 index b34fd08755f4..f9aadb3c8722 100644 --- a/usr.sbin/stallion/bootcode/stl.4 +++ b/usr.sbin/stallion/bootcode/stl.4 @@ -310,12 +310,12 @@ the ttyEi and cuei tags for the .Nm stli driver. .Sh SEE ALSO -.Xr tty 4 , -.Xr termios 4 , .Xr stty 1 , +.Xr termios 4 , +.Xr tty 4 , .Xr comcontrol 8 , +.Xr MAKEDEV 8 , .Xr stlload 8 , -.Xr stlstats 8 , -.Xr MAKEDEV 8 +.Xr stlstats 8 .Sh HISTORY This driver was originally developed by Greg Ungerer (gerg@stallion.com). diff --git a/usr.sbin/stallion/bootcode/stli.4 b/usr.sbin/stallion/bootcode/stli.4 index b34fd08755f4..9b80442b98b8 100644 --- a/usr.sbin/stallion/bootcode/stli.4 +++ b/usr.sbin/stallion/bootcode/stli.4 @@ -310,12 +310,12 @@ the ttyEi and cuei tags for the .Nm stli driver. .Sh SEE ALSO -.Xr tty 4 , -.Xr termios 4 , .Xr stty 1 , +.Xr termios 4 , +.Xr tty 4 , .Xr comcontrol 8 , +.Xr MAKEDEV 8 , .Xr stlload 8 , -.Xr stlstats 8 , -.Xr MAKEDEV 8 +.Xr stlstats 8 .Sh HISTORY This driver was originally developed by Greg Ungerer (gerg@stallion.com). diff --git a/usr.sbin/wlconfig/wlconfig.8 b/usr.sbin/wlconfig/wlconfig.8 index a16db4e94103..1309a3f346dc 100644 --- a/usr.sbin/wlconfig/wlconfig.8 +++ b/usr.sbin/wlconfig/wlconfig.8 @@ -122,7 +122,7 @@ Print a scaled version of the signal strength cache : # wlconfig wl0 cache scale .Ed .Sh SEE ALSO -.Xr wl 4, +.Xr wl 4 , .Xr sysctl 8 . .Sh HISTORY This implementation of the