From 4e66320e0689ed18a2b946316d85515fc6adb2e2 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 4 Jan 2017 00:36:51 +0100 Subject: [PATCH] getrlimit.2: tfix Signed-off-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- man2/getrlimit.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index 2ee56ae24..dd99bb2f8 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -299,7 +299,7 @@ The actual ceiling for the nice value is calculated as The useful range for this limit is thus from 1 (corresponding to a nice value of 19) to 40 (corresponding to a nice value of -20). -This unusual choice of range is was necessary +This unusual choice of range was necessary because negative numbers cannot be specified as resource limit values, since they typically have special meanings. For example,