diff options
author | Christophe Vidal <support@krizalys.com> | 2019-08-15 14:38:31 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-08-15 14:40:51 +0100 |
commit | 9177214a228f7d0eb8543725287a6163993fbebf (patch) | |
tree | b1e531f8359dfde9612c7608b1bc155cfc5e83ad /binutils/doc | |
parent | 05192282ca19f8f5c201f630caed68b1632e2619 (diff) | |
download | gdb-9177214a228f7d0eb8543725287a6163993fbebf.zip gdb-9177214a228f7d0eb8543725287a6163993fbebf.tar.gz gdb-9177214a228f7d0eb8543725287a6163993fbebf.tar.bz2 |
Correct a typo in the documentation for the disassembler.
* docs/binutils.texi: Fixed notice message disassembler options
section of the man page.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index e0e6288..f6d07f7 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. |