summaryrefslogtreecommitdiffstats
path: root/man2/getpriority.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getpriority.2')
-rw-r--r--man2/getpriority.222
1 files changed, 11 insertions, 11 deletions
diff --git a/man2/getpriority.2 b/man2/getpriority.2
index 111b591b5..6f97ae3b5 100644
--- a/man2/getpriority.2
+++ b/man2/getpriority.2
@@ -40,7 +40,7 @@ call and set with the
call.
The process attribute dealt with by these system calls is
the same attribute (also known as the "nice" value) that is dealt with by
-.BR nice (2).
+.MR nice 2 .
.P
The value
.I which
@@ -89,7 +89,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,
@@ -153,19 +153,19 @@ POSIX.1-2001,
SVr4, 4.4BSD (these interfaces first appeared in 4.2BSD).
.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 .
.P
A child created by
-.BR fork (2)
+.MR fork 2
inherits its parent's nice value.
The nice value is preserved across
-.BR execve (2).
+.MR execve 2 .
.P
The details on the condition for
.B EPERM
@@ -199,11 +199,11 @@ different threads in the same process can have different nice values.
Portable applications should avoid relying on the Linux behavior,
which may be made standards conformant in the future.
.SH SEE ALSO
-.BR nice (1),
-.BR renice (1),
-.BR fork (2),
-.BR capabilities (7),
-.BR sched (7)
+.MR nice 1 ,
+.MR renice 1 ,
+.MR fork 2 ,
+.MR capabilities 7 ,
+.MR sched 7
.P
.I Documentation/scheduler/sched\-nice\-design.txt
in the Linux kernel source tree (since Linux 2.6.23)