summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Rosin <peda@lysator.liu.se>2010-09-07 11:07:10 +0200
committerPeter Rosin <peda@lysator.liu.se>2010-09-07 11:07:10 +0200
commit4faba0449e5abe8d136bbcd30544888b4b9dcdd3 (patch)
tree6d7e63eb4e9b60518c8dfbc67166273ad263d0d4 /doc
parent25d44a7ae02548f1cc834e5a251fa3611643cf7d (diff)
downloadlibtool-4faba0449e5abe8d136bbcd30544888b4b9dcdd3.tar.gz
Fixup texi typo in previous.
* doc/libtool.texi (libtool script content) <postlink_cmds>: Add missing 'code' command. Signed-off-by: Peter Rosin <peda@lysator.liu.se>
Diffstat (limited to 'doc')
-rw-r--r--doc/libtool.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 7d7eb76b..93146128 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