From: Thomas Tanner Date: Thu, 8 Apr 1999 22:55:45 +0000 (+0000) Subject: * doc/libtool.texi: some cleanups in the libltdl documentation X-Git-Tag: release-1-3b~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c12b26e574d828378b6cde76a93d5a107664f80;p=thirdparty%2Flibtool.git * doc/libtool.texi: some cleanups in the libltdl documentation --- diff --git a/ChangeLog b/ChangeLog index bf0760305..802f738f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-09 Thomas Tanner + + * doc/libtool.texi: some cleanups in the libltdl documentation + 1999-04-07 Alexandre Oliva * ltconfig.in (--fallback-echo): Do not put an inline document and diff --git a/doc/libtool.texi b/doc/libtool.texi index fe971f7d8..b97d77f2d 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2665,18 +2665,19 @@ certainly welcome. @noindent The following types are defined in @file{ltdl.h}: -@table @code -@item lt_ptr_t +@deftp {Type} lt_ptr_t @code{lt_ptr_t} is a generic pointer. +@end deftp -@item lt_dlhandle +@deftp {Type} lt_dlhandle @code{lt_dlhandle} is a module "handle". Every dlopened module has a handle associated with it. +@end deftp -@item lt_dlsymlist +@deftp {Type} lt_dlsymlist @code{lt_dlsymlist} is a symbol list for dlpreopened modules. This structure is described in @pxref{Dlpreopening}. -@end table +@end deftp @page @noindent @@ -2769,7 +2770,7 @@ by the null terminated string @var{name} is loaded. If the symbol cannot be found, NULL is returned. @end deftypefun -@deftypefun const char *lt_dlerror (void) +@deftypefun {const char *} lt_dlerror (void) Return a human readable string describing the most recent error that occurred from any of libltdl's functions. Return NULL if no errors have occurred since initialization @@ -2821,18 +2822,18 @@ Replace the current user-defined library search path with directories. Return 0 on success. @end deftypefun -@deftypefun const char *lt_dlgetsearchpath (void) +@deftypefun {const char *} lt_dlgetsearchpath (void) Return the current user-defined library search path. @end deftypefun -@defvar lt_ptr_t (*lt_dlmalloc) (size_t size) -@defvarx void (*lt_dlfree) (lt_ptr_t ptr) +@deftypevar {lt_ptr_t (*} lt_dlmalloc ) (size_t size) +@deftypevarx {void (*} lt_dlfree ) (lt_ptr_t ptr) These variables are set to @code{malloc} and @code{free}, by default, but you can set them to any other functions that provides equivalent functionality. However, you must not modify their values after calling any libltdl function other than @code{lt_dlpreopen_default} or the macro @code{LTDL_SET_PRELOADED_SYMBOLS}. -@end defvar +@end deftypevar @node Modules for libltdl @section Creating modules that can be @code{dlopen}ed