aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2003-06-08 10:11:13 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2003-06-08 10:11:13 +0000
commit7712c6658be6c99b7478078aca01bb1b93504f91 (patch)
tree4cb1234bc3ace98db754917ced3b182dc80f3b60 /lib
parentfe71ab1cf4c2d19e8149c136837621adcf3a333b (diff)
downloadsrc-7712c6658be6c99b7478078aca01bb1b93504f91.tar.gz
src-7712c6658be6c99b7478078aca01bb1b93504f91.zip
.Xr p1003_1b moved to .St -p1003.1b-93
Notes
Notes: svn path=/head/; revision=116023
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 7f3dfbbc75b2..bfd91154cecf 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 cd47aaa3147f..15a1ab780222 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 .