Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/nice.3,v retrieving revision 1.7.12.3 retrieving revision 1.7.12.4 diff -u -p -r1.7.12.3 -r1.7.12.4 --- src/lib/libc/gen/nice.3 2002/03/22 20:42:11 1.7.12.3 +++ src/lib/libc/gen/nice.3 2002/09/17 21:32:49 1.7.12.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: nice.3,v 1.7.12.3 2002/03/22 20:42:11 nathanw Exp $ +.\" $NetBSD: nice.3,v 1.7.12.4 2002/09/17 21:32:49 nathanw Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,11 +63,11 @@ Only the super-user may lower priorities Children inherit the priority of their parent processes via .Xr fork 2 . .Sh RETURN VALUES -Upon successful completition, +Upon successful completion, .Fn nice returns the new nice value minus .Dv NZERO . -Otherwise, -1 is returned, the process' nice value is not changed, and +Otherwise, \-1 is returned, the process' nice value is not changed, and .Va errno is set to indicate the error. .Sh ERRORS