Penguin

Differences between current version and previous revision of nice(2).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Wednesday, June 15, 2005 4:55:16 pm by SidSwami
Older page: version 7 Last edited on Tuesday, June 7, 2005 12:07:13 am by SidSwami Revert
@@ -9,9 +9,9 @@
 nice(2) adds ''inc'' to the nice value for the calling pid. (A large nice value means a low priority.) Only the super- user may specify a negative increment, or 
 priority increase. 
  
 !!RETURN VALUE 
-On success, the new nice variable is returned. On failure -1 is returned. Since -1 is a valid return for nice(2), set errno(3) to 0 before calling nice(2), and check its value afterwards. 
+On success, the new nice variable is returned. On failure -1 is returned. Since -1 is a valid return for nice(2), set errno(3) to 0 before calling nice(2), and check its value afterwards if nice(2) returns a value of -1
  
 !!ERRORS 
 ;[EPERM]: A non-super user attempts to do a priority increase by supplying a negative ''inc''. 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.