nice.2: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 07:56:32 +02:00
parent 67651ee6b3
commit fa8def73b7
1 changed files with 2 additions and 2 deletions

View File

@ -73,14 +73,14 @@ capability is required.
resource limit in resource limit in
.BR setrlimit (2).) .BR setrlimit (2).)
.SH CONFORMING TO .SH CONFORMING TO
SVr4, 4.3BSD, POSIX.1-2001. POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
However, the Linux and (g)libc However, the Linux and (g)libc
(earlier than glibc 2.2.4) return value is nonstandard, see below. (earlier than glibc 2.2.4) return value is nonstandard, see below.
SVr4 documents an additional SVr4 documents an additional
.B EINVAL .B EINVAL
error code. error code.
.SH NOTES .SH NOTES
SUSv2 and POSIX.1-2001 specify that SUSv2 and POSIX.1 specify that
.BR nice () .BR nice ()
should return the new nice value. should return the new nice value.
However, the Linux system call and the However, the Linux system call and the