diff options
author | 2002-05-01 08:03:29 +0000 | |
---|---|---|
committer | 2002-05-01 08:03:29 +0000 | |
commit | ee997aea819580341aee10df113db886cac4a60f (patch) | |
tree | bc9dda5eb363d6052f48626ddd3c19b14321f792 /lib/libpthread/man/pthread_cond_timedwait.3 | |
parent | Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibss (diff) | |
download | wireguard-openbsd-ee997aea819580341aee10df113db886cac4a60f.tar.xz wireguard-openbsd-ee997aea819580341aee10df113db886cac4a60f.zip |
o) start new sentence on a new line;
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
Diffstat (limited to 'lib/libpthread/man/pthread_cond_timedwait.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_timedwait.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_cond_timedwait.3 b/lib/libpthread/man/pthread_cond_timedwait.3 index 22c2df147a0..dc0db2b463b 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/pthread_cond_timedwait.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_cond_timedwait.3,v 1.7 2002/02/21 20:12:19 fgsch Exp $ +.\" $OpenBSD: pthread_cond_timedwait.3,v 1.8 2002/05/01 08:03:30 mpech Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -59,8 +59,8 @@ and the current thread reaquires the lock on .Sh RETURN VALUES If successful, the .Fn pthread_cond_timedwait -function will return zero. Otherwise an error number will be returned to -indicate the error. +function will return zero. +Otherwise an error number will be returned to indicate the error. .Sh ERRORS .Fn pthread_cond_timedwait will fail if: |