summaryrefslogtreecommitdiffstats
path: root/lib/libc
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/libc
parent95f8f1e08906224cb7baf7d920a0142b89d31df9 (diff)
downloadFreeBSD-src-6651f20e0daee8d4c1fee0a632e7652f47a704a7.zip
FreeBSD-src-6651f20e0daee8d4c1fee0a632e7652f47a704a7.tar.gz
Sort SEE ALSO references (in dictionary order, ignoring case).
Diffstat (limited to 'lib/libc')
-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
7 files changed, 7 insertions, 7 deletions
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
OpenPOWER on IntegriCloud