projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ed9b2d1
)
condvar.9: Remove trailing whitespace.
author
Sascha Wildner <saw@online.de>
Mon, 22 Oct 2012 16:30:12 +0000 (18:30 +0200)
committer
Sascha Wildner <saw@online.de>
Mon, 22 Oct 2012 16:30:12 +0000 (18:30 +0200)
share/man/man9/condvar.9
patch
|
blob
|
blame
|
history
diff --git
a/share/man/man9/condvar.9
b/share/man/man9/condvar.9
index
5993016
..
e48eff1
100644
(file)
--- a/
share/man/man9/condvar.9
+++ b/
share/man/man9/condvar.9
@@
-129,7
+129,7
@@
unblock, their calling threads are made runnable.
and
.Fn cv_timedwait_sig
wait for at most
-.Fa timo
+.Fa timo
/ hz seconds before being unblocked and returning
.Er EWOULDBLOCK ;
otherwise, they return 0.
@@
-148,7
+148,7
@@
or
Condition variables exist primarily for code imported from other systems; for
.Dx
code, the
-.Fn tsleep
+.Fn tsleep
/
.Fn wakeup
family of functions should be used instead.