summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man
diff options
context:
space:
mode:
authorpvalchev <pvalchev@openbsd.org>2002-01-28 22:53:54 +0000
committerpvalchev <pvalchev@openbsd.org>2002-01-28 22:53:54 +0000
commitb7bf649fb23120177635596a9a7f73c0520e93c1 (patch)
treed9b1d27aa92410d9d0b9bb75f6ea5ce03166d36e /lib/libpthread/man
parentadd NFS_VER4 (diff)
downloadwireguard-openbsd-b7bf649fb23120177635596a9a7f73c0520e93c1.tar.xz
wireguard-openbsd-b7bf649fb23120177635596a9a7f73c0520e93c1.zip
fix after fgs
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
index b1d5c870444..507098ec357 100644
--- a/lib/libpthread/man/Makefile.inc
+++ b/lib/libpthread/man/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.13 2002/01/28 19:24:03 fgsch Exp $
+# $OpenBSD: Makefile.inc,v 1.14 2002/01/28 22:53:54 pvalchev Exp $
# $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $
# POSIX thread man files
@@ -51,13 +51,13 @@ MAN+= \
pthread_sigmask.3 \
pthread_single_np.3 \
pthread_suspend_np.3 \
- pthread_testcancel.3
+ pthread_testcancel.3 \
sem_destroy.3 \
sem_getvalue.3 \
sem_init.3 \
sem_open.3 \
sem_post.3 \
- sem_wait.3 \
+ sem_wait.3
MAN+= pthreads.3 \
sigwait.3 \