From: Ralf Wildenhues Date: Fri, 19 Nov 2004 11:34:09 +0000 (+0000) Subject: * doc/libtool.texi (Libltdl interface): Typos. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b877fa6c8132b2eb902b1d384f0f3b8f0b86c044;p=thirdparty%2Flibtool.git * doc/libtool.texi (Libltdl interface): Typos. --- diff --git a/ChangeLog b/ChangeLog index 51f3de679..301d1e469 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-11-19 Ralf Wildenhues + * doc/libtool.texi (Libltdl interface): Typos. + * doc/libtool.texi (Libltdl interface): Document public macros LT_PATHSEP_CHAR, LT_DIRSEP_CHAR, use in path descriptions. diff --git a/doc/libtool.texi b/doc/libtool.texi index a7a8f594f..5db2acddf 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -3356,15 +3356,15 @@ welcome. @noindent The following macros are defined by including @file{ltdl.h}: -@defmac {Macro} LT_PATHSEP_CHAR +@defmac LT_PATHSEP_CHAR @code{LT_PATHSEP_CHAR} is the system-dependent path separator, -that is, @code{;} on Windows and @code{:} everywhere else. +that is, @samp{;} on Windows and @samp{:} everywhere else. @end defmac -@defmac {Macro} LT_DIRSEP_CHAR +@defmac LT_DIRSEP_CHAR If @code{LT_DIRSEP_CHAR} is defined, it can be used as directory -separator in addition to @code{/}. On Windows, this contains -@code{\}. +separator in addition to @samp{/}. On Windows, this contains +@samp{\}. @end defmac