summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-02-23 13:01:47 +0000
committerNick Clifton <nickc@redhat.com>2010-02-23 13:01:47 +0000
commit322b847a9bf0fa42b89ddd73ecdd925bf4df3cc0 (patch)
treecce3235d7f6ebba6eaba2a29e8704ea16ff564eb /binutils
parent86d5c8023ea294c9090a96f3a5b4513b2284a7bb (diff)
downloadbinutils-redhat-322b847a9bf0fa42b89ddd73ecdd925bf4df3cc0.tar.gz
PR binutils/11298
* doc/binutils.texi (windmc): Fix synopsis and description of ASCII options.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog6
-rw-r--r--binutils/doc/binutils.texi6
2 files changed, 9 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0bab9978eb..44da9c4789 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ PR binutils/11298
+ * doc/binutils.texi (windmc): Fix synopsis and description of
+ ASCII options.
+
2010-02-19 Alan Modra <amodra@gmail.com>
* readelf.c (get_group_flags): Return empty string when flags zero.
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index b0df698226..fd2c9a8614 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -3147,7 +3147,7 @@ utilities, since it is only useful for Windows targets.
@c man title windmc generates Windows message resources.
@smallexample
-@c man begin SYNOPSIS windres
+@c man begin SYNOPSIS windmc
windmc [options] input-file
@c man end
@end smallexample
@@ -3187,12 +3187,12 @@ Windows Message Compiler.
@table @env
@item -a
@itemx --ascii_in
-Specifies that the input file specified is ANSI. This is the default
+Specifies that the input file specified is ASCII. This is the default
behaviour.
@item -A
@itemx --ascii_out
-Specifies that messages in the output @code{bin} files should be in ANSI
+Specifies that messages in the output @code{bin} files should be in ASCII
format.
@item -b