From ff47464de5e68e9c49fe312c953f54b2e90f546c Mon Sep 17 00:00:00 2001 From: David Leonard Date: Mon, 9 Nov 1998 03:13:22 +0000 Subject: sync with FreeBSD (rwlock, gc thread, man pages) add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out) --- lib/libc_r/man/pthread_cond_timedwait.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/libc_r/man/pthread_cond_timedwait.3') diff --git a/lib/libc_r/man/pthread_cond_timedwait.3 b/lib/libc_r/man/pthread_cond_timedwait.3 index 111a3fb117a..ab0184a7c58 100644 --- a/lib/libc_r/man/pthread_cond_timedwait.3 +++ b/lib/libc_r/man/pthread_cond_timedwait.3 @@ -73,12 +73,11 @@ The system time has reached or exceeded the time specified in .El .Pp .Sh SEE ALSO -.Xr pthreads 3 , -.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 -- cgit v1.2.3