diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-26 10:56:06 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-26 10:56:06 +0000 |
commit | ba13e29db00f013a05021c15aa9e8d278116e5c0 (patch) | |
tree | 158eca0433dd863de66a89cf50e5c47350985318 /lib | |
parent | 0eea96b3d2f4761a63ba04a5518a922bd3013487 (diff) | |
download | FreeBSD-src-ba13e29db00f013a05021c15aa9e8d278116e5c0.zip FreeBSD-src-ba13e29db00f013a05021c15aa9e8d278116e5c0.tar.gz |
mdoc: remove end of line whitespace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/nice.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index 8ce13af..b04c8f4 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 |