diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-01-28 19:24:04 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-01-28 19:24:04 +0000 |
commit | 7370b57376c64ef47f24f52e87992c763ad681a1 (patch) | |
tree | 69997063b2971840c437f53a02cec4c3b7de16a6 /lib/libpthread/man/Makefile.inc | |
parent | 1411a11af37b66389e5df82044a067854843a1c1 (diff) |
sem_XXX(3) manpages; better now that never.
From FreeBSD.
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index a2bebc43b48..b1d5c870444 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2001/12/07 15:47:44 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2002/01/28 19:24:03 fgsch Exp $ # $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $ # POSIX thread man files @@ -52,10 +52,16 @@ MAN+= \ pthread_single_np.3 \ pthread_suspend_np.3 \ pthread_testcancel.3 + sem_destroy.3 \ + sem_getvalue.3 \ + sem_init.3 \ + sem_open.3 \ + sem_post.3 \ + sem_wait.3 \ MAN+= pthreads.3 \ - flockfile.3 \ sigwait.3 \ + flockfile.3 \ getc_unlocked.3 \ putc_unlocked.3 @@ -84,5 +90,8 @@ MLINKS+=flockfile.3 funlockfile.3 \ pthread_schedparam.3 pthread_getschedparam.3 \ pthread_schedparam.3 pthread_setschedparam.3 \ pthread_testcancel.3 pthread_setcancelstate.3 \ - pthread_testcancel.3 pthread_setcanceltype.3 + pthread_testcancel.3 pthread_setcanceltype.3 \ + sem_open.3 sem_close.3 \ + sem_open.3 sem_unlink.3 \ + sem_wait.3 sem_trywait.3 |