From 06c00e8bfdb66a60e4ca4e2eaace4ed2fe7117e7 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 26 Apr 2015 10:56:06 +0000 Subject: [PATCH] mdoc: remove end of line whitespace --- lib/libc/gen/nice.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index 8ce13af9d97..b04c8f4596b 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -87,7 +87,7 @@ The function conforms to .St -p1003.1-2008 except for the return value. -This implementation returns 0 upon successful completion but +This implementation returns 0 upon successful completion but the standard requires returning the new nice value, which could be \-1. .Sh HISTORY