fixed missing trailing \

Submitted by:	Thimble Smith <tim@mysql.com>
This commit is contained in:
Bill Swingle 2000-02-18 05:31:26 +00:00
parent 276d5ee851
commit 9969b45007
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57309
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \