summaryrefslogtreecommitdiffstats
path: root/man2/nice.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/nice.2')
-rw-r--r--man2/nice.228
1 files changed, 14 insertions, 14 deletions
diff --git a/man2/nice.2 b/man2/nice.2
index 20d8d8ec1..64c4974f3 100644
--- a/man2/nice.2
+++ b/man2/nice.2
@@ -23,7 +23,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR nice ():
@@ -48,7 +48,7 @@ However, since Linux 2.6.12, an unprivileged process can decrease
the nice value of a target process that has a suitable
.B RLIMIT_NICE
soft limit; see
-.BR getrlimit (2)
+.MR getrlimit 2
for details.
.SH RETURN VALUE
On success, the new nice value is returned (but see NOTES below).
@@ -75,7 +75,7 @@ capability is required.
(But see the discussion of the
.B RLIMIT_NICE
resource limit in
-.BR setrlimit (2).)
+.MR setrlimit 2 .)
.SH VERSIONS
.SS C library/kernel differences
POSIX.1 specifies that
@@ -89,7 +89,7 @@ wrapper function provided in glibc 2.2.3 and earlier returns 0 on success.
Since glibc 2.2.4, the
.BR nice ()
wrapper function provided by glibc provides conformance to POSIX.1 by calling
-.BR getpriority (2)
+.MR getpriority 2
to obtain the new nice value, which is then returned to the caller.
.SH STANDARDS
POSIX.1-2008.
@@ -100,19 +100,19 @@ POSIX.1-2001, SVr4, 4.3BSD.
.\" error code.
.SH NOTES
For further details on the nice value, see
-.BR sched (7).
+.MR sched 7 .
.P
.IR Note :
the addition of the "autogroup" feature in Linux 2.6.38 means that
the nice value no longer has its traditional effect in many circumstances.
For details, see
-.BR sched (7).
+.MR sched 7 .
.SH SEE ALSO
-.BR nice (1),
-.BR renice (1),
-.BR fork (2),
-.BR getpriority (2),
-.BR getrlimit (2),
-.BR setpriority (2),
-.BR capabilities (7),
-.BR sched (7)
+.MR nice 1 ,
+.MR renice 1 ,
+.MR fork 2 ,
+.MR getpriority 2 ,
+.MR getrlimit 2 ,
+.MR setpriority 2 ,
+.MR capabilities 7 ,
+.MR sched 7