]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PR binutils/11298
authorNick Clifton <nickc@redhat.com>
Tue, 23 Feb 2010 13:01:48 +0000 (13:01 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 23 Feb 2010 13:01:48 +0000 (13:01 +0000)
        * doc/binutils.texi (windmc): Fix synopsis and description of
        ASCII options.

binutils/ChangeLog
binutils/doc/binutils.texi

index 0bab9978ebf56a9f7bb3fb53067758a49ddc8e06..44da9c478993ebbc8d02a77c9b545a98e7600cc5 100644 (file)
@@ -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.
index b0df698226ed5564259b4af7b194f016eccee717..fd2c9a8614db529ebe6ec425529ac0e201aac528 100644 (file)
@@ -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