Module Name: src
Committed By: wiz
Date: Fri Aug 5 08:55:29 UTC 2016
Modified Files:
src/lib/librt: sched.3
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/librt/sched.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librt/sched.3
diff -u src/lib/librt/sched.3:1.15 src/lib/librt/sched.3:1.16
--- src/lib/librt/sched.3:1.15 Thu Aug 4 07:09:15 2016
+++ src/lib/librt/sched.3 Fri Aug 5 08:55:28 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: sched.3,v 1.15 2016/08/04 07:09:15 christos Exp $
+.\" $NetBSD: sched.3,v 1.16 2016/08/05 08:55:28 wiz Exp $
.\"
.\" Copyright (c) 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -160,12 +160,12 @@ Performs priority protection using the
.Dv PTHREAD_PRIO_PROTECT
protocol.
This function will increase the protected priority of the caller thread to
-.Fa priority
+.Fa priority
if the current thread's protected priority is smaller than
.Fa priority .
Multiple calls to
.Fn sched_protect
-with a positive priority will
+with a positive priority will
.Dq push
a priority level to the current thread, whereas calling
.Fn sched_protect
@@ -177,7 +177,7 @@ will
.Dq pop
a priority level.
When the level reaches
-.Dv 0
+.Dv 0
(the same number of
.Dq pushes
and