summaryrefslogtreecommitdiff
path: root/lib/libc_r/man
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2002-01-28 22:53:55 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2002-01-28 22:53:55 +0000
commit0ea7ce0e19c8f5479e6afa6de28f615621fb28dd (patch)
treeec1cf164a99f0ab048aabbbd92f0707e56704bb5 /lib/libc_r/man
parent25c0c4a98aa43601dfcdba1a95b7841881369348 (diff)
fix after fgs
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r--lib/libc_r/man/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc
index b1d5c870444..507098ec357 100644
--- a/lib/libc_r/man/Makefile.inc
+++ b/lib/libc_r/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 \