diff options
author | Nick Clifton <nickc@redhat.com> | 2010-02-23 13:01:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-02-23 13:01:48 +0000 |
commit | 826fec2f76149616a3c9a50bdc44c331d6dcd6ec (patch) | |
tree | 6a48b322ff2068309c0f01b5fa053f800ecf0218 /binutils/doc | |
parent | 17e57237251c3d20ba1cea0192d7dcc078ea32e2 (diff) | |
download | ppe42-binutils-826fec2f76149616a3c9a50bdc44c331d6dcd6ec.tar.gz ppe42-binutils-826fec2f76149616a3c9a50bdc44c331d6dcd6ec.zip |
PR binutils/11298
* doc/binutils.texi (windmc): Fix synopsis and description of
ASCII options.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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 |