summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2011-09-16 08:42:40 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2011-09-16 08:42:40 +0200
commit5d2e0a1870923767cd1fa47ec6154a006a606b3e (patch)
tree704d131b72841ea15a84aab1b7194c2b0fdf7383
parentd9146d17f1734607a41a28de4afb6bdb6005f679 (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/mlock.22
-rw-r--r--man2/sched_setscheduler.22
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"