summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/sched_setparam.26
-rw-r--r--lib/libc/sys/sched_setscheduler.26
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/sched_setparam.2 b/lib/libc/sys/sched_setparam.2
index 7f3dfbb..bfd9115 100644
--- a/lib/libc/sys/sched_setparam.2
+++ b/lib/libc/sys/sched_setparam.2
@@ -72,7 +72,7 @@ is zero, the scheduling parameters are set for the calling process.
.Pp
In this implementation, the policy of when a process can affect
the scheduling parameters of another process is specified in
-.Xr p1003_1b
+.St -p1003.1b-93
as a write-style operation.
.Pp
The target process, whether it is running or not running, will resume
@@ -122,7 +122,7 @@ are returned.
.Pp
In this implementation, the policy of when a process can obtain the
scheduling parameters of another process are detailed in
-.Xr p1003_1b
+.St -p1003.1b-93
as a read-style operation.
.Pp
If
@@ -144,7 +144,7 @@ will be set to the corresponding value:
The system is not configured to support this functionality.
.It Bq Er EPERM
The requesting process doesn not have permission as detailed in
-.Xr p1003_1b .
+.St -p1003.1b-93 .
.It Bq Er ESRCH
No process can be found corresponding to that specified by
.Fa pid .
diff --git a/lib/libc/sys/sched_setscheduler.2 b/lib/libc/sys/sched_setscheduler.2
index cd47aaa..15a1ab7 100644
--- a/lib/libc/sys/sched_setscheduler.2
+++ b/lib/libc/sys/sched_setscheduler.2
@@ -77,7 +77,7 @@ parameters are set for the calling process.
.Pp
In this implementation, the policy of when a process can affect
the scheduling parameters of another process is specified in
-.Xr p1003_1b
+.St -p1003.1b-93
as a write-style operation.
.Pp
The scheduling policies are in
@@ -117,7 +117,7 @@ are returned.
.Pp
In this implementation, the policy of when a process can obtain the
scheduling parameters of another process are detailed in
-.Xr p1003_1b
+.St -p1003.1b-93
as a read-style operation.
.Pp
If
@@ -139,7 +139,7 @@ will be set to the corresponding value:
The system is not configured to support this functionality.
.It Bq Er EPERM
The requesting process doesn not have permission as detailed in
-.Xr p1003_1b .
+.St -p1003.1b-93 .
.It Bq Er ESRCH
No process can be found corresponding to that specified by
.Fa pid .
OpenPOWER on IntegriCloud