summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-04 20:55:50 +0000
committerru <ru@FreeBSD.org>2004-07-04 20:55:50 +0000
commit6651f20e0daee8d4c1fee0a632e7652f47a704a7 (patch)
treeed33b065b7476cddbae2c50bb2ebf1b07a385df6 /lib
parent95f8f1e08906224cb7baf7d920a0142b89d31df9 (diff)
downloadFreeBSD-src-6651f20e0daee8d4c1fee0a632e7652f47a704a7.zip
FreeBSD-src-6651f20e0daee8d4c1fee0a632e7652f47a704a7.tar.gz
Sort SEE ALSO references (in dictionary order, ignoring case).
Diffstat (limited to 'lib')
-rw-r--r--lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.34
-rw-r--r--lib/libc/locale/isideogram.32
-rw-r--r--lib/libc/locale/mbstowcs.32
-rw-r--r--lib/libc/stdlib/exit.32
-rw-r--r--lib/libc/sys/execve.22
-rw-r--r--lib/libc/sys/sched_setparam.22
-rw-r--r--lib/libc/sys/vfork.22
-rw-r--r--lib/libc/sys/wait.22
-rw-r--r--lib/libpam/modules/pam_guest/pam_guest.82
-rw-r--r--lib/libufs/libufs.32
10 files changed, 11 insertions, 11 deletions
diff --git a/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 b/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3
index 81cdd74..11e8b48 100644
--- a/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3
+++ b/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3
@@ -430,7 +430,7 @@ The description of the MIB tree implemented by
.It Pa /usr/share/bsnmp/mibs/BEGEMOT-NETGRAPH.txt
This is the MIB that is implemented by this module.
.Sh SEE ALSO
-.Xr snmpmod 3 ,
-.Xr gensnmptree 1
+.Xr gensnmptree 1 ,
+.Xr snmpmod 3
.Sh AUTHORS
.An Hartmut Brandt Aq harti@freebsd.org
diff --git a/lib/libc/locale/isideogram.3 b/lib/libc/locale/isideogram.3
index 4570466..cbaa625 100644
--- a/lib/libc/locale/isideogram.3
+++ b/lib/libc/locale/isideogram.3
@@ -49,7 +49,7 @@ returns non-zero if the character tests true.
.Sh SEE ALSO
.Xr ctype 3 ,
.Xr isphonogram 3 ,
-.Xr iswideogram 3 ,
+.Xr iswideogram 3
.Sh HISTORY
The
.Fn isideogram
diff --git a/lib/libc/locale/mbstowcs.3 b/lib/libc/locale/mbstowcs.3
index f0e3a9f..d412b4d 100644
--- a/lib/libc/locale/mbstowcs.3
+++ b/lib/libc/locale/mbstowcs.3
@@ -78,8 +78,8 @@ An invalid multibyte sequence was detected.
The conversion state is invalid.
.El
.Sh SEE ALSO
-.Xr mbtowc 3 ,
.Xr mbsrtowcs 3 ,
+.Xr mbtowc 3 ,
.Xr multibyte 3
.Sh STANDARDS
The
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3
index 0d4a0a2..8a5231b 100644
--- a/lib/libc/stdlib/exit.3
+++ b/lib/libc/stdlib/exit.3
@@ -119,8 +119,8 @@ and
functions
never return.
.Sh SEE ALSO
-.Xr wait 2 ,
.Xr _exit 2 ,
+.Xr wait 2 ,
.Xr atexit 3 ,
.Xr intro 3 ,
.Xr sysexits 3 ,
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index 561f36a..45d4bae 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -283,8 +283,8 @@ is ``root'', then the program has some of the powers
of a super-user as well.
.Sh SEE ALSO
.Xr ktrace 1 ,
-.Xr fork 2 ,
.Xr _exit 2 ,
+.Xr fork 2 ,
.Xr execl 3 ,
.Xr exit 3 ,
.Xr sysctl 3 ,
diff --git a/lib/libc/sys/sched_setparam.2 b/lib/libc/sys/sched_setparam.2
index dfc2ac0..315fd82 100644
--- a/lib/libc/sys/sched_setparam.2
+++ b/lib/libc/sys/sched_setparam.2
@@ -159,9 +159,9 @@ is outside the range defined for the scheduling policy of the specified
.Fa pid .
.El
.Sh SEE ALSO
-.Xr sched_getscheduler 2 ,
.Xr sched_get_priority_max 2 ,
.Xr sched_get_priority_min 2 ,
+.Xr sched_getscheduler 2 ,
.Xr sched_rr_get_interval 2 ,
.Xr sched_setscheduler 2 ,
.Xr sched_yield 2
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index b299923..a1f74cb 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -102,11 +102,11 @@ it is wrong to call
since buffered data would then be flushed twice.)
.Sh SEE ALSO
.Xr execve 2 ,
+.Xr _exit 2 ,
.Xr fork 2 ,
.Xr rfork 2 ,
.Xr sigvec 2 ,
.Xr wait 2 ,
-.Xr _exit 2 ,
.Xr exit 3
.Sh RETURN VALUES
Same as for
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index 35a2818..ab734fc 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -314,9 +314,9 @@ and the ability to restart a pending
.Fn wait
call are extensions to the POSIX interface.
.Sh SEE ALSO
+.Xr _exit 2 ,
.Xr ptrace 2 ,
.Xr sigaction 2 ,
-.Xr _exit 2 ,
.Xr exit 3
.Sh HISTORY
The
diff --git a/lib/libpam/modules/pam_guest/pam_guest.8 b/lib/libpam/modules/pam_guest/pam_guest.8
index 90fe3bd..cc9c061 100644
--- a/lib/libpam/modules/pam_guest/pam_guest.8
+++ b/lib/libpam/modules/pam_guest/pam_guest.8
@@ -82,8 +82,8 @@ password.
Requires the guest user to type in the guest account name as password.
.El
.Sh SEE ALSO
-.Xr pam_get_item 3 ,
.Xr pam_getenv 3 ,
+.Xr pam_get_item 3 ,
.Xr pam.conf 5 ,
.Xr pam 8
.Sh AUTHORS
diff --git a/lib/libufs/libufs.3 b/lib/libufs/libufs.3
index 4fd0ce5..72d5c45 100644
--- a/lib/libufs/libufs.3
+++ b/lib/libufs/libufs.3
@@ -63,7 +63,7 @@ to a string describing the error.
.Xr ufs_disk_fillout 3 ,
.Xr ufs_disk_fillout_blank 3 ,
.Xr ufs_disk_write 3 ,
-.Xr ffs 7 .
+.Xr ffs 7
.Sh HISTORY
The
.Xr libufs 3
OpenPOWER on IntegriCloud