Differences between version 3 and previous revision of nice(2).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Sunday, March 16, 2003 5:54:09 pm | by PerryLorier | Revert |
Older page: | version 2 | Last edited on Sunday, March 16, 2003 5:53:48 pm | by PerryLorier | Revert |
@@ -22,5 +22,5 @@
Note that the routine is documented in SUSv2 to return the new nice value, while the Linux syscall and (g)libc (earlier than glibc 2.2.4) routines return 0 on success. The new nice value can be found using getpriority(2). Note that an implementation in which __nice__ returns the new nice value can legitimately return -1. To reliably detect an
error, set ''errno'' to 0 before the call, and check its value when __nice__ returns -1.
!!SEE ALSO
-nice(1), getpriority(2), setpriority(2), fork(2), renice(8
)
+nice(1), getpriority(2), setpriority(2), fork(2), renice(1
)