Fixed disassembler data/addr options note on man page

Message ID CAJhd=U2X+Z=F5ohD4MvHXSq2GdMBR25o68J1bM0F37O8GrMVww@mail.gmail.com
State New, archived
Headers

Commit Message

Christophe Vidal July 6, 2019, 3:43 a.m. UTC
  (resending since was not attached in previous message)

This patch fixed a notice message disassembler options section of the
man page, which currently reads:

[...]
"addr64"
"addr32"
"addr16"
"data32"
"data16"
   Specify the default address size and operand size.  These four
options will be overridden if "x86-64", "i386" or "i8086" appear later
in the option string.
[...]

In this notice message, "four" is inaccurate because 5 options are
documented just above.

ChangeLog:


2019-07-06  Christophe Vidal <support@krizalys.com>

* docs/binutils.texi: Fixed notice message disassembler options
section of the man page.
  

Comments

Tom Tromey July 8, 2019, 2:16 p.m. UTC | #1
>>>>> "Christophe" == Christophe Vidal <christophe.vidal.82@gmail.com> writes:

Thank you for the patch.

Christophe> 2019-07-06  Christophe Vidal <support@krizalys.com>

Christophe> * docs/binutils.texi: Fixed notice message disassembler options
Christophe> section of the man page.

Christophe> diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi

Patches to binutils should go to the binutils list instead.

thanks,
Tom
  

Patch

diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index f3c4eaea4f..dac48e7a05 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -2448,7 +2448,7 @@  Note: @code{intel-mnemonic} implies @code{intel} and
 @itemx addr16
 @itemx data32
 @itemx data16
-Specify the default address size and operand size.  These four options
+Specify the default address size and operand size.  These five options
 will be overridden if @code{x86-64}, @code{i386} or @code{i8086}
 appear later in the option string.