Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Note that the dl*() functions are not in a li...



details:   https://anonhg.NetBSD.org/src/rev/91c2704e56f4
branches:  trunk
changeset: 474790:91c2704e56f4
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jul 20 22:38:49 1999 +0000

description:
Note that the dl*() functions are not in a library per se but are
available in every dynamically linked program automatically.

diffstat:

 share/man/man3/dlfcn.3 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 773bd81e9533 -r 91c2704e56f4 share/man/man3/dlfcn.3
--- a/share/man/man3/dlfcn.3    Tue Jul 20 22:25:18 1999 +0000
+++ b/share/man/man3/dlfcn.3    Tue Jul 20 22:38:49 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dlfcn.3,v 1.9 1998/09/05 13:45:46 pk Exp $
+.\"    $NetBSD: dlfcn.3,v 1.10 1999/07/20 22:38:49 perry Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -44,6 +44,9 @@
 .Nm dlctl ,
 .Nm dlerror
 .Nd dynamic link interface
+.Sh LIBRARY
+(These functions are not in a library.  They are included in every
+dynamically linked program automatically.)
 .Sh SYNOPSIS
 .Fd #include <dlfcn.h>
 .Ft "void *"



Home | Main Index | Thread Index | Old Index