diff options
author | unfurl <unfurl@FreeBSD.org> | 2000-02-18 05:31:26 +0000 |
---|---|---|
committer | unfurl <unfurl@FreeBSD.org> | 2000-02-18 05:31:26 +0000 |
commit | 3e33e82f1d19bab7ec51b607c3b66786a554b465 (patch) | |
tree | eeceee82a1d57d89f198e3baf685c77466080081 /lib | |
parent | b5faf349c6ddc1cb788296517e4141b177d4562d (diff) | |
download | FreeBSD-src-3e33e82f1d19bab7ec51b607c3b66786a554b465.zip FreeBSD-src-3e33e82f1d19bab7ec51b607c3b66786a554b465.tar.gz |
fixed missing trailing \
Submitted by: Thimble Smith <tim@mysql.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/man/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc index e0f22ac..d69f059 100644 --- a/lib/libc_r/man/Makefile.inc +++ b/lib/libc_r/man/Makefile.inc @@ -39,7 +39,7 @@ MAN3+= pthread_cancel.3 \ pthread_self.3 \ MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3 -MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 +MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \ pthread_setspecific.3 \ pthread_testcancel.3 \ sem_destroy.3 \ diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index e0f22ac..d69f059 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -39,7 +39,7 @@ MAN3+= pthread_cancel.3 \ pthread_self.3 \ MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3 -MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 +MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \ pthread_setspecific.3 \ pthread_testcancel.3 \ sem_destroy.3 \ |