OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / nice.2
index 407145b..8ff4cf5 100644 (file)
@@ -1,7 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (c) 1992 Drew Eckhardt <drew@cs.colorado.edu>, March 28, 1992
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" Modified by Michael Haardt <michael@moria.de>
 .\" Modified 1993-07-24 by Rik Faith <faith@cs.unc.edu>
@@ -28,7 +28,7 @@
 .\" Modified 2001-06-04 by aeb
 .\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
-.TH NICE 2 2007-07-26 "Linux" "Linux Programmer's Manual"
+.TH NICE 2 2014-04-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 nice \- change process priority
 .SH SYNOPSIS
@@ -53,7 +53,7 @@ Only the super\%user may specify a negative increment,
 or priority increase.
 The range for nice values is described in
 .BR getpriority (2).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, the new nice value is returned (but see NOTES below).
 On error, \-1 is returned, and
 .I errno
@@ -65,14 +65,14 @@ The calling process attempted to increase its priority by
 supplying a negative
 .I inc
 but has insufficient privileges.
-Under Linux the
+Under Linux, the
 .B CAP_SYS_NICE
 capability is required.
 (But see the discussion of the
 .B RLIMIT_NICE
 resource limit in
 .BR setrlimit (2).)
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 SVr4, 4.3BSD, POSIX.1-2001.
 However, the Linux and (g)libc
 (earlier than glibc 2.2.4) return value is nonstandard, see below.
@@ -102,10 +102,20 @@ To reliably detect an error, set
 to 0 before the call, and check its value when
 .BR nice ()
 returns \-1.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR nice (1),
+.BR renice (1),
 .BR fork (2),
 .BR getpriority (2),
 .BR setpriority (2),
 .BR capabilities (7),
-.BR renice (8)
+.BR sched (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.