libtool-patches
[Top][All Lists]
Advanced

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

[PATCH] Fixup texi typo in previous.


From: Peter Rosin
Subject: [PATCH] Fixup texi typo in previous.
Date: Tue, 07 Sep 2010 11:09:38 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Hi!

I noticed a silly bug in the texi-hunk of the previous commit.
Pushing the below as obvious.

Cheers,
Peter

>From 4faba0449e5abe8d136bbcd30544888b4b9dcdd3 Mon Sep 17 00:00:00 2001
From: Peter Rosin <address@hidden>
Date: Tue, 7 Sep 2010 11:07:10 +0200
Subject: [PATCH] Fixup texi typo in previous.

* doc/libtool.texi (libtool script content) <postlink_cmds>:
Add missing 'code' command.

Signed-off-by: Peter Rosin <address@hidden>
---
 ChangeLog        |    4 ++++
 doc/libtool.texi |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5af41fb..65d0a8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-09-07  Peter Rosin  <address@hidden>
 
+       Fixup texi typo in previous.
+       * doc/libtool.texi (libtool script content) <postlink_cmds>:
+       Add missing 'code' command.
+
        Convert POSIX file names to toolchain format for MSVC
        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
        [cygwin, mingw, pw32, cegcc] <cl*, postlink_cmds>: Make
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 7d7eb76..9314612 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -6751,7 +6751,7 @@ are executed immediately after the program is linked.  
Any occurrence of
 the string @code{@@OUTPUT@@} in @code{postlink_cmds} is replaced by the
 name of the created executable (i.e.@: not the wrapper, if a wrapper is
 generated) prior to execution.  Similarly, @code{@@TOOL_OUTPUT@@} is
-replaced by the toolchain format of @{@@OUTPUT@@}.  Normally disabled
+replaced by the toolchain format of @code{@@OUTPUT@@}.  Normally disabled
 (i.e.@: @code{postlink_cmds} empty).
 @end defvar
 
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]