From da1ff3cb8a9c6b67357d6019ce7a51509de643ba Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 15 Jan 1997 23:25:55 +0000 Subject: [PATCH] Sort cross references. --- usr.bin/checknr/checknr.1 | 4 ++-- usr.bin/chpass/chpass.1 | 2 +- usr.bin/colcrt/colcrt.1 | 4 ++-- usr.bin/fetch/fetch.1 | 4 ++-- usr.bin/fmt/fmt.1 | 4 ++-- usr.bin/gprof/gprof.1 | 6 +++--- usr.bin/mkfifo/mkfifo.1 | 2 +- usr.bin/mkstr/mkstr.1 | 4 ++-- usr.bin/msgs/msgs.1 | 6 +++--- usr.bin/nice/nice.1 | 2 +- usr.bin/nm/nm.1 | 2 +- usr.bin/nm/nm.1aout | 2 +- usr.bin/rdist/rdist.1 | 2 +- usr.bin/rlogin/rlogin.1 | 6 +++--- usr.bin/rsh/rsh.1 | 6 +++--- usr.bin/rusers/rusers.1 | 2 +- usr.bin/rwall/rwall.1 | 2 +- usr.bin/sgmlfmt/sgmlfmt.1 | 6 +++--- usr.bin/shar/shar.1 | 4 ++-- usr.bin/su/su.1 | 8 ++++---- usr.bin/telnet/telnet.1 | 2 +- usr.bin/tip/tip/tip.1 | 4 ++-- usr.bin/tn3270/tn3270/tn3270.1 | 2 +- usr.bin/true/true.1 | 4 ++-- usr.bin/ul/ul.1 | 4 ++-- usr.bin/uname/uname.1 | 4 ++-- usr.bin/uuencode/uuencode.format.5 | 6 +++--- usr.bin/vgrind/vgrindefs.5 | 4 ++-- usr.bin/w/w.1 | 4 ++-- 29 files changed, 56 insertions(+), 56 deletions(-) diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1 index 28e3980869d6..5cdcc9cf3082 100644 --- a/usr.bin/checknr/checknr.1 +++ b/usr.bin/checknr/checknr.1 @@ -137,9 +137,9 @@ macro packages. .Sh SEE ALSO .Xr nroff 1 , .Xr troff 1 , +.Xr me 7 , +.Xr ms 7 .\" .Xr checkeq 1 , -.Xr ms 7 , -.Xr me 7 .Sh DIAGNOSTICS .Bd -ragged -compact Complaints about unmatched delimiters. diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 2ba9be08a204..0a0d0c7a8860 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -389,8 +389,8 @@ Temporary copy of the password file The list of approved shells .El .Sh SEE ALSO -.Xr login 1 , .Xr finger 1 , +.Xr login 1 , .Xr passwd 1 , .Xr getusershell 3 , .Xr passwd 5 , diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index a9447af611a4..8c4a88aeab53 100644 --- a/usr.bin/colcrt/colcrt.1 +++ b/usr.bin/colcrt/colcrt.1 @@ -76,10 +76,10 @@ would be tbl exum2.n \&| nroff \-ms \&| colcrt \- \&| more .Ed .Sh SEE ALSO -.Xr nroff 1 , -.Xr troff 1 , .Xr col 1 , .Xr more 1 , +.Xr nroff 1 , +.Xr troff 1 , .Xr ul 1 .Sh BUGS Should fold underlines onto blanks even with the diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 55c1a3bba3c3..1f3ae01fc0a6 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -128,8 +128,8 @@ it specifies the address of a http proxy. The proxy will be used for all ftp and http requests. This is useful if you are behind an application firewall. .Sh SEE ALSO -.Xr tftp 1 , -.Xr ftp 1 +.Xr ftp 1 , +.Xr tftp 1 .Sh HISTORY The .Nm fetch diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index 791939fb0e1f..0fceda35e949 100644 --- a/usr.bin/fmt/fmt.1 +++ b/usr.bin/fmt/fmt.1 @@ -79,8 +79,8 @@ the command will reformat a paragraph, evening the lines. .Sh SEE ALSO -.Xr nroff 1 , -.Xr mail 1 +.Xr mail 1 , +.Xr nroff 1 .Sh HISTORY The .Nm fmt diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index fa24c3b2f9b2..76b554378365 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -233,10 +233,10 @@ Dynamic call graph and profile. Summarized dynamic call graph and profile. .El .Sh SEE ALSO -.\" .Xr monitor 3 , -.Xr clocks 7 , +.Xr cc 1 , .Xr profil 2 , -.Xr cc 1 +.Xr clocks 7 +.\" .Xr monitor 3 , .\" .Xr prof 1 .Rs .%T "An Execution Profiler for Modular Programs" diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index c603aa84f670..eb8e5dc48b46 100644 --- a/usr.bin/mkfifo/mkfifo.1 +++ b/usr.bin/mkfifo/mkfifo.1 @@ -63,7 +63,7 @@ compliant. .Sh SEE ALSO .Xr mkdir 1 , .Xr rm 1 , -.Xr mkfifo 2 +.Xr mkfifo 2 , .Xr mknod 2 , .Xr mknod 8 .Sh HISTORY diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index 730a9daf22a0..7a53af9db928 100644 --- a/usr.bin/mkstr/mkstr.1 +++ b/usr.bin/mkstr/mkstr.1 @@ -119,8 +119,8 @@ oops: } .Ed .Sh SEE ALSO -.Xr lseek 2 , -.Xr xstr 1 +.Xr xstr 1 , +.Xr lseek 2 .Sh HISTORY .Nm Mkstr appeared in diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 63ce7aee0f90..2a763c2892d8 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -203,10 +203,10 @@ database number of next message to be presented .El .Sh SEE ALSO -.Xr aliases 5 , -.\".Xr crontab 5 , .Xr mail 1 , -.Xr more 1 +.Xr more 1 , +.Xr aliases 5 +.\".Xr crontab 5 , .Sh HISTORY The .Nm msgs diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index 25231bd2bc3f..f6887bcde6a3 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -89,9 +89,9 @@ Execute command at priority -19 assuming the priority of the shell is 0 and you are the super-user. .Sh SEE ALSO +.Xr csh 1 , .Xr getpriority 2 , .Xr setpriority 2 , -.Xr csh 1 , .Xr renice 8 .Sh HISTORY A diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index e3e8c583a325..5f3e38d636ab 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -116,8 +116,8 @@ If the symbol is local (non-external) the type letter is in lower case. The output is sorted alphabetically. .Sh SEE ALSO .Xr ar 1 , -.Xr ar 5 , .Xr a.out 5 , +.Xr ar 5 , .Xr stab 5 .Sh HISTORY An diff --git a/usr.bin/nm/nm.1aout b/usr.bin/nm/nm.1aout index e3e8c583a325..5f3e38d636ab 100644 --- a/usr.bin/nm/nm.1aout +++ b/usr.bin/nm/nm.1aout @@ -116,8 +116,8 @@ If the symbol is local (non-external) the type letter is in lower case. The output is sorted alphabetically. .Sh SEE ALSO .Xr ar 1 , -.Xr ar 5 , .Xr a.out 5 , +.Xr ar 5 , .Xr stab 5 .Sh HISTORY An diff --git a/usr.bin/rdist/rdist.1 b/usr.bin/rdist/rdist.1 index 72ab58726666..087690a2f4d8 100644 --- a/usr.bin/rdist/rdist.1 +++ b/usr.bin/rdist/rdist.1 @@ -388,8 +388,8 @@ input command file temporary file for update lists .El .Sh SEE ALSO -.Xr sh 1 , .Xr csh 1 , +.Xr sh 1 , .Xr stat 2 , .Xr re_format 7 .Sh HISTORY diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index e7bf5ae54a34..eea0c59f55f2 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -175,13 +175,13 @@ Determines the user's terminal type. .Xr telnet 1 , .Xr setsockopt 2 , .Xr kerberos 3 , -.Xr krb_sendauth 3 , .Xr krb_realmofhost 3 , +.Xr krb_sendauth 3 , .Xr ruserok 3 , .Xr tty 4 , .Xr hosts 5 , -.Xr rshd 8 , -.Xr rlogind 8 . +.Xr rlogind 8 , +.Xr rshd 8 .Sh FILES .Bl -tag -width /etc/hosts -compact diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index d19f38177f35..0fab930a9e0c 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -149,13 +149,13 @@ to .Xr rlogin 1 , .Xr setsockopt 2 , .Xr kerberos 3 , -.Xr krb_sendauth 3 , .Xr krb_realmofhost 3 , +.Xr krb_sendauth 3 , .Xr rcmd 3 , .Xr ruserok 3 , .Xr hosts 5 , -.Xr rshd 8 , -.Xr rlogind 8 . +.Xr rlogind 8 , +.Xr rshd 8 .Sh HISTORY The .Nm rsh diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index c745c592cab0..c8953df73793 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -80,8 +80,8 @@ The remote host is not running the portmapper (see and cannot accommodate any RPC-based services. The host may be down. .El .Sh SEE ALSO -.Xr portmap 8 , .Xr who 1 , +.Xr portmap 8 , .Xr rpc.rusersd 8 .Sh HISTORY The diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 925a226ecb29..ae0b06e04de8 100644 --- a/usr.bin/rwall/rwall.1 +++ b/usr.bin/rwall/rwall.1 @@ -66,8 +66,8 @@ The remote host is not running the portmapper (see and cannot accomodate any RPC-based services. The host may be down. .El .Sh SEE ALSO -.Xr portmap 8 , .Xr who 1 , +.Xr portmap 8 , .Xr rpc.rwalld 8 .Sh HISTORY The diff --git a/usr.bin/sgmlfmt/sgmlfmt.1 b/usr.bin/sgmlfmt/sgmlfmt.1 index e75151fd9c54..cd5ef28f2ebf 100644 --- a/usr.bin/sgmlfmt/sgmlfmt.1 +++ b/usr.bin/sgmlfmt/sgmlfmt.1 @@ -159,10 +159,10 @@ directory. .Fl f Ar latex format option. .Sh SEE ALSO -.Xr sgmls 1 , +.Xr groff 1 , .Xr instant 1 , -.Xr transpec 5 , -.Xr groff 1 +.Xr sgmls 1 , +.Xr transpec 5 .Sh HISTORY The .Nm diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index 71202ee5de07..9084a7e33521 100644 --- a/usr.bin/shar/shar.1 +++ b/usr.bin/shar/shar.1 @@ -58,8 +58,8 @@ or .Sh SEE ALSO .Xr compress 1 , .Xr mail 1 , -.Xr uuencode 1 , -.Xr tar 1 +.Xr tar 1 , +.Xr uuencode 1 .Sh BUGS .Nm Shar makes no provisions for special types of files or files containing diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 7d563b354424..22457cb32d6f 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -162,13 +162,13 @@ prompt is set to to remind one of its awesome power. .Sh SEE ALSO .Xr csh 1 , +.Xr kerberos 1 , +.Xr kinit 1 , .Xr login 1 , .Xr sh 1 , -.Xr kinit 1 , -.Xr kerberos 1 , -.Xr passwd 5 , -.Xr login.conf 5 , .Xr group 5 , +.Xr login.conf 5 , +.Xr passwd 5 , .Xr environ 7 .Sh ENVIRONMENT Environment variables used by diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index 457f7f315571..ea476cd599b6 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1340,8 +1340,8 @@ to the other side via the option. .Sh SEE ALSO -.Xr rsh 1 , .Xr rlogin 1 , +.Xr rsh 1 , .Xr hosts 5 , .Xr nologin 5 , .Xr telnetd 8 diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index f9074d757b8f..0718f891c9e6 100644 --- a/usr.bin/tip/tip/tip.1 +++ b/usr.bin/tip/tip/tip.1 @@ -430,8 +430,8 @@ Lock file to avoid conflicts with Diagnostics are, hopefully, self explanatory. .Sh SEE ALSO .Xr cu 1 , -.Xr remote 5 , -.Xr phones 5 +.Xr phones 5 , +.Xr remote 5 .Sh HISTORY The .Nm tip diff --git a/usr.bin/tn3270/tn3270/tn3270.1 b/usr.bin/tn3270/tn3270/tn3270.1 index 778302eba466..a2aba2f3d76d 100644 --- a/usr.bin/tn3270/tn3270/tn3270.1 +++ b/usr.bin/tn3270/tn3270/tn3270.1 @@ -316,8 +316,8 @@ and .Xr telnet 1 , .Xr curses 3 , .Xr termcap 3 , -.Xr termcap 5 , .Xr map3270 5 , +.Xr termcap 5 .Rs .%T "Yale ASCII Terminal Communication" .%B "System II Program Description/Operator's Manual" diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index fc15a4e125ba..cbdb1036ebf5 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -50,8 +50,8 @@ tests for the appropriate status "false" before running (or failing to run) a list of commands. .Sh SEE ALSO .Xr csh 1 , -.Xr sh 1 , -.Xr false 1 +.Xr false 1 , +.Xr sh 1 .Sh DIAGNOSTICS The .Nm true diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index 4ee0ff8398dd..953dd1721cea 100644 --- a/usr.bin/ul/ul.1 +++ b/usr.bin/ul/ul.1 @@ -92,9 +92,9 @@ file (see .Xr environ 7 ) . .El .Sh SEE ALSO +.Xr colcrt 1 , .Xr man 1 , -.Xr nroff 1 , -.Xr colcrt 1 +.Xr nroff 1 .Sh BUGS The .Xr nroff 1 diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index fa54bfc4f820..1bcfc8e1867e 100644 --- a/usr.bin/uname/uname.1 +++ b/usr.bin/uname/uname.1 @@ -82,9 +82,9 @@ The .Nm uname utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO -.Xr sysctl 8 , .Xr sysctl 3 , -.Xr uname 3 +.Xr uname 3 , +.Xr sysctl 8 .Sh HISTORY The .Nm uname diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index 30456791bdc3..1b1ed7340e59 100644 --- a/usr.bin/uuencode/uuencode.format.5 +++ b/usr.bin/uuencode/uuencode.format.5 @@ -89,10 +89,10 @@ The trailer line consists of .Dq end on a line by itself. .Sh SEE ALSO -.Xr uuencode 1 , -.Xr uudecode 1 , +.Xr mail 1 , .Xr uucp 1 , -.Xr mail 1 +.Xr uudecode 1 , +.Xr uuencode 1 .Sh HISTORY The .Nm uuencode diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index c2060a214881..9b65c2c1ad5f 100644 --- a/usr.bin/vgrind/vgrindefs.5 +++ b/usr.bin/vgrind/vgrindefs.5 @@ -160,8 +160,8 @@ specified in lower case. File containing terminal descriptions. .El .Sh SEE ALSO -.Xr vgrind 1 , -.Xr troff 1 +.Xr troff 1 , +.Xr vgrind 1 .Sh HISTORY The .Nm diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 4b1bc24048f9..b9696f4d7bb7 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -89,10 +89,10 @@ name is specified, the output is restricted to that user. list of users on the system .El .Sh SEE ALSO -.Xr who 1 , .Xr finger 1 , .Xr ps 1 , -.Xr uptime 1 +.Xr uptime 1 , +.Xr who 1 .Sh BUGS The notion of the .Dq current process