summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2004-12-15 16:37:58 +0000
committerwiz <wiz@NetBSD.org>2004-12-15 16:37:58 +0000
commitc53d75fdd8c46691e283a95876cd293fd32bd75e (patch)
tree7e00e4bdf8b1f3ad3d7a6f38ec76f54fcd367c80 /lib/libpthread
parentdd4b29f9a33b0447fa91d47fed98c60b14923cb2 (diff)
Grammar improvements.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/sched_yield.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libpthread/sched_yield.3 b/lib/libpthread/sched_yield.3
index 5d882b8e27c..28fa290ad24 100644
--- a/lib/libpthread/sched_yield.3
+++ b/lib/libpthread/sched_yield.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: sched_yield.3,v 1.1 2004/12/14 01:47:13 yamt Exp $
+.\" $NetBSD: sched_yield.3,v 1.2 2004/12/15 16:37:58 wiz Exp $
.\"
.\" Copyright (c)2004 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -43,7 +43,7 @@
.Sh DESCRIPTION
.Fn sched_yield
yields a processor voluntarily and gives other threads a chance
-to run without waiting involuntary preemptive switch.
+to run without waiting for an involuntary preemptive switch.
.\" ------------------------------------------------------------
.Sh RETURN VALUES
On success,
@@ -59,5 +59,5 @@ is set to indicate the error.
.Sh CAVEATS
This implementation of
.Fn sched_yield
-gives processor to threads which belong to the same process.
-In other words, it's no-op in a single threaded application.
+gives the processor to threads which belong to the same process.
+In other words, it's a no-op in a single threaded application.