Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Add missing link for dladdr.3



details:   https://anonhg.NetBSD.org/src/rev/92e53a566d1c
branches:  trunk
changeset: 474122:92e53a566d1c
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Jun 28 18:22:22 1999 +0000

description:
Add missing link for dladdr.3

diffstat:

 share/man/man3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f7b0e92bd988 -r 92e53a566d1c share/man/man3/Makefile
--- a/share/man/man3/Makefile   Mon Jun 28 17:28:56 1999 +0000
+++ b/share/man/man3/Makefile   Mon Jun 28 18:22:22 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 1999/03/16 07:49:54 mycroft Exp $
+#      $NetBSD: Makefile,v 1.17 1999/06/28 18:22:22 ad Exp $
 #      @(#)Makefile    8.2 (Berkeley) 12/13/93
 
 MAN=   assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3
@@ -26,7 +26,7 @@
 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 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \
-       dlfcn.3 dlerror.3
+       dlfcn.3 dlerror.3 dlfcn.3 dladdr.3
 
 SUBDIR=        man3.i386
 



Home | Main Index | Thread Index | Old Index