Fix typo: dclose.3 -> dlclose.3

This commit is contained in:
thorpej 1995-10-06 07:21:58 +00:00
parent 918b8dd77e
commit ce359acdb0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 1995/10/01 18:47:21 pk Exp $
# $NetBSD: Makefile,v 1.10 1995/10/06 07:21:58 thorpej Exp $
# @(#)Makefile 8.2 (Berkeley) 12/13/93
MAN= assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3
@ -16,7 +16,7 @@ MLINKS+=queue.3 circleq_insert_before.3 queue.3 circleq_insert_head.3
MLINKS+=queue.3 circleq_insert_tail.3 queue.3 circleq_remove.3
MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3
MLINKS+=stdarg.3 va_start.3
MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \
MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \
dlfcn.3 dlerror.3
.include <bsd.prog.mk>