Install dlfcn.3 and links.

This commit is contained in:
pk 1995-10-01 18:47:21 +00:00
parent 1f494d0265
commit bb4bce0db3
2 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 1994/12/22 10:48:16 cgd Exp $
# $NetBSD: Makefile,v 1.9 1995/10/01 18:47:21 pk Exp $
# @(#)Makefile 8.2 (Berkeley) 12/13/93
MAN= assert.3 bitstring.3 end.3 intro.3 queue.3 stdarg.3
MAN= assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3
MLINKS+=end.3 edata.3 end.3 etext.3
MLINKS+=queue.3 list_entry.3 queue.3 list_head.3 queue.3 list_init.3
MLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_before.3
@ -16,5 +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 \
dlfcn.3 dlerror.3
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
.\" $NetBSD: dlfcn.3,v 1.1 1995/09/30 21:25:24 pk Exp $
.\" $NetBSD: dlfcn.3,v 1.2 1995/10/01 18:47:23 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
.\" All rights reserved.
@ -110,10 +110,9 @@ occurred while processing one of the other functions described here.
.Xr rtld 1 ,
.Xr link 5
.Sh HISTORY
The
Some of the
.Nm dl*
functions appeared in
.Nx 1.0
functions first appeared in SunOS 4.
.Sh BUGS
An error that occurs while processing a
.Fn dlopen