summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-25 10:04:44 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-25 10:04:44 +0000
commit68b300bfe60cb22aa8e23d47de9c5217107e9f99 (patch)
treeeae7c6c645cca7e51bdb6e90cd054322df69b241 /lib/libc/stdio
parentdbd49a2ef9754bac29f9714903965b6ca28f0681 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index 514ab31c15bc..f4a9f329cb9e 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -17,7 +17,7 @@ SRCS+= _flock_stub.c \
vsscanf.c wbuf.c wsetup.c
.if ${LIB} == "c"
-MAN3+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fopen.3 fputs.3 \
+MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fopen.3 fputs.3 \
fread.3 fseek.3 funopen.3 getc.3 mktemp.3 printf.3 putc.3 remove.3 \
scanf.3 setbuf.3 stdio.3 tmpnam.3 ungetc.3