Added cross-reference to setrlimit(2) for discussion on RLIMIT_NICE.

This commit is contained in:
Michael Kerrisk 2005-09-20 17:42:39 +00:00
parent afdee10dbc
commit 8ba10b3e91
1 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,7 @@
.\" Modified 2001-06-04 by aeb
.\" Modified 2004-05-27 by Michael Kerrisk <mtk-manpages@gmx.net>
.\"
.TH NICE 2 2005-06-16 "Linux 2.6.12" "Linux Programmer's Manual"
.TH NICE 2 2005-09-20 "Linux 2.6.12" "Linux Programmer's Manual"
.SH NAME
nice \- change process priority
.SH SYNOPSIS
@ -59,6 +59,10 @@ but has insufficient privileges.
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"
SVr4, SVID EXT, AT&T, X/OPEN, 4.3BSD. However, the Linux and (g)libc
(earlier than glibc 2.2.4) return value is nonstandard, see below.