Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librt Whitespace nits.



details:   https://anonhg.NetBSD.org/src/rev/2c384df1c000
branches:  trunk
changeset: 777910:2c384df1c000
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Mar 08 22:13:05 2012 +0000

description:
Whitespace nits.

diffstat:

 lib/librt/sem_post.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 6bcbcd0c2aeb -r 2c384df1c000 lib/librt/sem_post.3
--- a/lib/librt/sem_post.3      Thu Mar 08 22:12:52 2012 +0000
+++ b/lib/librt/sem_post.3      Thu Mar 08 22:13:05 2012 +0000
@@ -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 <jasone%FreeBSD.org@localhost>.
 .\" All rights reserved.
@@ -48,9 +48,9 @@
 .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.



Home | Main Index | Thread Index | Old Index