diff options
author | wosch <wosch@FreeBSD.org> | 1998-08-31 16:41:09 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-08-31 16:41:09 +0000 |
commit | 68cda92e4a0af0935407074f90fc00b96cee6f23 (patch) | |
tree | 64abab98aac0f70ff617b3200b2e663292ef7fc2 /lib/libpthread/man/pthread_cond_timedwait.3 | |
parent | e8396430fbd509920306a84bd6578f58570e0b1b (diff) | |
download | FreeBSD-src-68cda92e4a0af0935407074f90fc00b96cee6f23.zip FreeBSD-src-68cda92e4a0af0935407074f90fc00b96cee6f23.tar.gz |
Sort cross references.
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 bf98e77..ab0184a 100644 --- a/lib/libpthread/man/pthread_cond_timedwait.3 +++ b/lib/libpthread/man/pthread_cond_timedwait.3 @@ -73,11 +73,11 @@ The system time has reached or exceeded the time specified in .El .Pp .Sh SEE ALSO -.Xr pthread_cond_init 3 , +.Xr pthread_cond_broadcast 3 , .Xr pthread_cond_destroy 3 , -.Xr pthread_cond_wait 3 , +.Xr pthread_cond_init 3 , .Xr pthread_cond_signal 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_timedwait conforms to ISO/IEC 9945-1 ANSI/IEEE |