]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Libltdl interface): Typos.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 19 Nov 2004 11:34:09 +0000 (11:34 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 19 Nov 2004 11:34:09 +0000 (11:34 +0000)
ChangeLog
doc/libtool.texi

index 51f3de679925cf338537256edacf8d20d9fd65db..301d1e469e523eb2bfab1c32a634b0397875db21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-11-19  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * doc/libtool.texi (Libltdl interface): Typos.
+
        * doc/libtool.texi (Libltdl interface): Document public macros
        LT_PATHSEP_CHAR, LT_DIRSEP_CHAR, use in path descriptions.
 
index a7a8f594f21bd28469abf82a278f3271b838b3e8..5db2acddf2350c30c8fcaa007db3b0c96e4b059c 100644 (file)
@@ -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