summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-06-08 10:11:13 +0000
committercharnier <charnier@FreeBSD.org>2003-06-08 10:11:13 +0000
commit948b0d8311c65c1e9774f53f0ce1243f015d7ba9 (patch)
tree4cb1234bc3ace98db754917ced3b182dc80f3b60 /lib
parent019b3e7b40da4bdfb5d2ec605f3ea6153aba3c6c (diff)
downloadFreeBSD-src-948b0d8311c65c1e9774f53f0ce1243f015d7ba9.zip
FreeBSD-src-948b0d8311c65c1e9774f53f0ce1243f015d7ba9.tar.gz
.Xr p1003_1b moved to .St -p1003.1b-93
Diffstat (limited to 'lib')
-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