diff options
author | David Leonard <d@cvs.openbsd.org> | 1998-11-09 03:13:22 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1998-11-09 03:13:22 +0000 |
commit | ff47464de5e68e9c49fe312c953f54b2e90f546c (patch) | |
tree | 4ec0e7f13d619e1b5bf6abfd7125a4ec17569568 /lib/libpthread/man/pthread_cond_signal.3 | |
parent | 1b2b2c2386c6cc5ebffc769b8a39b80d47e4e0d0 (diff) |
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)
Diffstat (limited to 'lib/libpthread/man/pthread_cond_signal.3')
-rw-r--r-- | lib/libpthread/man/pthread_cond_signal.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libpthread/man/pthread_cond_signal.3 b/lib/libpthread/man/pthread_cond_signal.3 index ebfd6561f4c..679e46fb2ed 100644 --- a/lib/libpthread/man/pthread_cond_signal.3 +++ b/lib/libpthread/man/pthread_cond_signal.3 @@ -56,12 +56,11 @@ is invalid. .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_timedwait 3 , -.Xr pthread_cond_broadcast 3 +.Xr pthread_cond_wait 3 .Sh STANDARDS .Fn pthread_cond_signal conforms to ISO/IEC 9945-1 ANSI/IEEE |