]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sched.7: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 18 Apr 2015 10:18:02 +0000 (12:18 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 24 Jul 2015 07:32:12 +0000 (09:32 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/sched.7

index aa512917cbac1644601beb82c657a49800cc10eb..ac518b23b12cf78d18553320333a5695ce7e14f3 100644 (file)
@@ -103,7 +103,7 @@ Processes scheduled under one of the real-time policies
 \fIsched_priority\fP value in the range 1 (low) to 99 (high).
 (As the numbers imply, real-time threads always have higher priority
 than normal threads.)
-Note well: POSIX.1-2001 requires an implementation to support only a
+Note well: POSIX.1 requires an implementation to support only a
 minimum 32 distinct priority levels for the real-time policies,
 and some systems supply just this minimum.
 Portable programs should use
@@ -157,7 +157,7 @@ will put the
 \fIpid\fP at the start of the list if it was runnable.
 As a consequence, it may preempt the currently running thread if
 it has the same priority.
-(POSIX.1-2001 specifies that the thread should go to the end
+(POSIX.1 specifies that the thread should go to the end
 of the list.)
 .\" In 2.2.x and 2.4.x, the thread is placed at the front of the queue
 .\" In 2.0.x, the Right Thing happened: the thread went to the back -- MTK