From 5fb699af176903bd8221cee1d03f52d32afa24cf Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Fri, 5 Jun 2009 23:42:52 +0100 Subject: [PATCH] Escape non-texinfo { and }s * doc/ld-output-def.texi (Visual Studio Compatibility): Fix markup error. Signed-off-by: Eric Blake --- ChangeLog | 6 ++++++ doc/ld-output-def.texi | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8455916f..009c6ea3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-06-06 Neil Jerram (tiny change) + + Escape non-texinfo { and }s. + * doc/ld-output-def.texi (Visual Studio Compatibility): Fix + markup error. + 2009-06-04 Jim Meyering gitlog-to-changelog: don't infloop on an empty commit log diff --git a/doc/ld-output-def.texi b/doc/ld-output-def.texi index db48ee0d4..526ccb042 100644 --- a/doc/ld-output-def.texi +++ b/doc/ld-output-def.texi @@ -19,9 +19,9 @@ This is explained in @url{http://support.microsoft.com/kb/131313/en-us}. The tool does not generate DEF files directly, so its output needs to be post processed manually: @smallexample -$ { echo EXPORTS; \ - dumpbin /EXPORTS libfoo-0.dll | tail -n+20 | awk '{ print $4 }'; \ - } > libfoo-0.def +$ @{ echo EXPORTS; \ + dumpbin /EXPORTS libfoo-0.dll | tail -n+20 | awk '@{ print $4 @}'; \ + @} > libfoo-0.def $ lib /def:libfoo-0.def @end smallexample -- 2.11.0