aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-12-05 07:51:38 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-12-07 14:22:41 +0100
commitf7667ba788f2600c75abc3eec7963b5f51ad4b46 (patch)
tree325f81222970c6e941181d36f5dc9dfea2021b23
parent0d52850f1bfc47e679b755ca9ecee124d31a409d (diff)
downloadutil-linux-doc_fixes.tar.gz
docs: renice(1): Typo fixdoc_fixes
s/systemcall//system call/ Signed-off-by: Michael Kerrisk <mtk.man-pages@gmail.com>
-rw-r--r--sys-utils/renice.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/renice.1 b/sys-utils/renice.1
index 076d07c9b7..3b27a6c151 100644
--- a/sys-utils/renice.1
+++ b/sys-utils/renice.1
@@ -107,7 +107,7 @@ Non-superusers cannot increase scheduling priorities of their own processes,
even if they were the ones that decreased the priorities in the first place.
.PP
The Linux kernel (at least version 2.0.0) and linux libc (at least version
-5.2.18) does not agree entirely on what the specifics of the systemcall
+5.2.18) does not agree entirely on what the specifics of the system call
interface to set nice values is. Thus causes renice to report bogus previous
nice values.
.SH HISTORY