Fixed missing backslash in previous commit.

This commit is contained in:
Bruce Evans 2002-01-11 16:08:49 +00:00
parent 3cd675111b
commit 614acf2fad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89264

View File

@ -38,7 +38,7 @@ SRCS+= __xuname.c _pthread_stubs.c _rand48.c _spinlock_stub.c _thread_init.c \
.endif
.if ${LIB} == "c"
MAN+= alarm.3 arc4random.3
MAN+= alarm.3 arc4random.3 \
basename.3 clock.3 \
confstr.3 ctermid.3 daemon.3 \
devname.3 directory.3 dirname.3 dladdr.3 dllockinit.3 dlopen.3 \