summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-01-11 16:08:49 +0000
committerbde <bde@FreeBSD.org>2002-01-11 16:08:49 +0000
commit6c6aee2cdc239ea1f8d86f6210c6d471d71362dd (patch)
tree42222827084ed14dc98a2fd6d5008a1e5ce5bea9 /lib/libc
parent927db04f533d2fdbd84db7aa769260149c96f1a4 (diff)
downloadFreeBSD-src-6c6aee2cdc239ea1f8d86f6210c6d471d71362dd.zip
FreeBSD-src-6c6aee2cdc239ea1f8d86f6210c6d471d71362dd.tar.gz
Fixed missing backslash in previous commit.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index 9327a26..6f18368 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -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 \
OpenPOWER on IntegriCloud