From cbeaa70fb0cccd08bc8206b189d4d2e943f71b1c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 19 Apr 2020 22:22:32 +0200 Subject: [PATCH] nice.2: wfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- man2/nice.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/nice.2 b/man2/nice.2 index 317d39c06..20bab74e7 100644 --- a/man2/nice.2 +++ b/man2/nice.2 @@ -50,7 +50,7 @@ _XOPEN_SOURCE adds .I inc to the nice value for the calling thread. -(A higher nice value means a low priority.) +(A higher nice value means a lower priority.) .PP The range of the nice value is +19 (low priority) to \-20 (high priority). Attempts to set a nice value outside the range are clamped to the range.