summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/execve.22
-rw-r--r--lib/libc/sys/fhopen.26
-rw-r--r--lib/libc/sys/modfind.22
-rw-r--r--lib/libc/sys/modstat.22
-rw-r--r--lib/libc/sys/sched_get_priority_max.26
-rw-r--r--lib/libc/sys/sched_setparam.22
-rw-r--r--lib/libc/sys/sched_setscheduler.22
-rw-r--r--lib/libc/sys/vfork.22
-rw-r--r--lib/libc/sys/wait.22
9 files changed, 13 insertions, 13 deletions
diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2
index ccc4d66..6406276 100644
--- a/lib/libc/sys/execve.2
+++ b/lib/libc/sys/execve.2
@@ -277,8 +277,8 @@ is ``root'', then the program has some of the powers
of a super-user as well.
.Sh SEE ALSO
.Xr ktrace 1 ,
-.Xr _exit 2 ,
.Xr fork 2 ,
+.Xr _exit 2 ,
.Xr execl 3 ,
.Xr exit 3 ,
.Xr sysctl 3 ,
diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2
index dbe10a7..7f91490 100644
--- a/lib/libc/sys/fhopen.2
+++ b/lib/libc/sys/fhopen.2
@@ -120,10 +120,10 @@ The file handle
is no longer valid.
.El
.Sh SEE ALSO
-.Xr getfh 2 ,
-.Xr open 2 ,
.Xr fstat 2 ,
-.Xr fstatfs 2
+.Xr fstatfs 2 ,
+.Xr getfh 2 ,
+.Xr open 2
.Sh HISTORY
The
.Fn fhopen ,
diff --git a/lib/libc/sys/modfind.2 b/lib/libc/sys/modfind.2
index 362a606..9f8b7c9 100644
--- a/lib/libc/sys/modfind.2
+++ b/lib/libc/sys/modfind.2
@@ -69,8 +69,8 @@ The file specified is not loaded in the kernel.
.Xr kldnext 2 ,
.Xr kldstat 2 ,
.Xr kldunload 2 ,
-.Xr modnext 2 ,
.Xr modfnext 2 ,
+.Xr modnext 2 ,
.Xr modstat 2 ,
.Xr kld 4
.Sh HISTORY
diff --git a/lib/libc/sys/modstat.2 b/lib/libc/sys/modstat.2
index e185ec6..b36701f 100644
--- a/lib/libc/sys/modstat.2
+++ b/lib/libc/sys/modstat.2
@@ -113,9 +113,9 @@ function.
.Xr kldload 2 ,
.Xr kldnext 2 ,
.Xr kldunload 2 ,
-.Xr modnext 2 ,
.Xr modfind 2 ,
.Xr modfnext 2 ,
+.Xr modnext 2 ,
.Xr kld 4 ,
.Xr kldstat 8
.Sh HISTORY
diff --git a/lib/libc/sys/sched_get_priority_max.2 b/lib/libc/sys/sched_get_priority_max.2
index 50097bd..db06f57 100644
--- a/lib/libc/sys/sched_get_priority_max.2
+++ b/lib/libc/sys/sched_get_priority_max.2
@@ -112,10 +112,10 @@ No process can be found corresponding to that specified by
.Fa pid .
.El
.Sh SEE ALSO
-.Xr sched_get_scheduler 2 ,
.Xr sched_getparam 2 ,
-.Xr sched_set_scheduler 2 ,
-.Xr sched_setparam 2
+.Xr sched_get_scheduler 2 ,
+.Xr sched_setparam 2 ,
+.Xr sched_set_scheduler 2
.Sh STANDARDS
The
.Fn sched_setscheduler
diff --git a/lib/libc/sys/sched_setparam.2 b/lib/libc/sys/sched_setparam.2
index 4377373..69d193e 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/sched_setscheduler.2 b/lib/libc/sys/sched_setscheduler.2
index 6e376b8..0341f16 100644
--- a/lib/libc/sys/sched_setscheduler.2
+++ b/lib/libc/sys/sched_setscheduler.2
@@ -154,9 +154,9 @@ parameter is invalid, or one or more of the parameters contained in
is outside the valid range for the specified scheduling policy.
.El
.Sh SEE ALSO
+.Xr sched_getparam 2 ,
.Xr sched_get_priority_max 2 ,
.Xr sched_get_priority_min 2 ,
-.Xr sched_getparam 2 ,
.Xr sched_rr_get_interval 2 ,
.Xr sched_setparam 2 ,
.Xr sched_yield 2
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index a532d59..838fdc5 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -92,12 +92,12 @@ it is wrong to call
.Xr exit 3
since buffered data would then be flushed twice.)
.Sh SEE ALSO
-.Xr _exit 2 ,
.Xr execve 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 c1c0ed0..598597e 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -290,9 +290,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
A
OpenPOWER on IntegriCloud