Module Name: src
Committed By: wiz
Date: Thu Mar 8 22:13:05 UTC 2012
Modified Files:
src/lib/librt: sem_post.3
Log Message:
Whitespace nits.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/librt/sem_post.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/sem_post.3
diff -u src/lib/librt/sem_post.3:1.2 src/lib/librt/sem_post.3:1.3
--- src/lib/librt/sem_post.3:1.2 Thu Mar 8 21:59:29 2012
+++ src/lib/librt/sem_post.3 Thu Mar 8 22:13:05 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: sem_post.3,v 1.2 2012/03/08 21:59:29 joerg Exp $
+.\" $NetBSD: sem_post.3,v 1.3 2012/03/08 22:13:05 wiz Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <[email protected]>.
.\" All rights reserved.
@@ -48,9 +48,9 @@ If there are threads blocked on the sema
.Fn sem_post
is called, then the highest priority thread that has been blocked the longest on
the semaphore will be allowed to return from
-.Fn sem_wait
+.Fn sem_wait
or
-.Fn sem_timedwait.
+.Fn sem_timedwait .
.Pp
.Fn sem_post
is signal-reentrant and may be called within signal handlers.