From 1ad008e71ed50a9474e6dc8d7de05eb48e377256 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 17 Sep 2011 05:45:55 +0200 Subject: [PATCH] Removed trailing white space at end of lines --- man2/mlock.2 | 2 +- man2/sched_setscheduler.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/mlock.2 b/man2/mlock.2 index 8afef4b3c..a76690ce7 100644 --- a/man2/mlock.2 +++ b/man2/mlock.2 @@ -160,7 +160,7 @@ Some or all of the specified address range could not be locked. The result of the addition .IR start + len was less than -.IR start +.IR start (e.g., the addition may have resuled in an overflow). .TP .B EINVAL diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index 4e473bf7f..3eae33649 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -45,7 +45,7 @@ .\" Worth looking at: http://rt.wiki.kernel.org/index.php .\" .\" FIXME: Linux 2.6.39: a thread operating under the SCHED_IDLE policy -.\" is now allowed to upgrade itself to the SCHED_BATCH or SCHED_OTHER +.\" is now allowed to upgrade itself to the SCHED_BATCH or SCHED_OTHER .\" policy if its RLIMIT_NICE resource limit is adequate. .\" .TH SCHED_SETSCHEDULER 2 2010-10-04 "Linux" "Linux Programmer's Manual"