diff options
author | Alan Modra <amodra@gmail.com> | 2021-12-21 16:57:28 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-12-21 16:58:57 +1030 |
commit | 5ab88688f0651c6eafbbd8071888d2c213368c86 (patch) | |
tree | ee15357a9cf45863c7b25f04d236dd915dd94c51 /binutils | |
parent | 443279aa9c5f3f0b3151b4799ec0eecf1b40b03b (diff) | |
download | gdb-5ab88688f0651c6eafbbd8071888d2c213368c86.zip gdb-5ab88688f0651c6eafbbd8071888d2c213368c86.tar.gz gdb-5ab88688f0651c6eafbbd8071888d2c213368c86.tar.bz2 |
Typo fixes in binutils doc
* doc/binutils.texi: Fix typos.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/doc/binutils.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 1f3e6c7..9e98f87 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1135,7 +1135,7 @@ Display only undefined symbols (those external to each object file). @item -U @var{[d|i|l|e|x|h]} @itemx --unicode=@var{[default|invalid|locale|escape|hex|highlight]} -Controls the display of UTF-8 encoded mulibyte characters in strings. +Controls the display of UTF-8 encoded multibyte characters in strings. The default (@option{--unicode=default}) is to give them no special treatment. The @option{--unicode=locale} option displays the sequence in the current locale, which may or may not support them. The options @@ -2940,7 +2940,7 @@ user. @item -U @var{[d|i|l|e|x|h]} @itemx --unicode=@var{[default|invalid|locale|escape|hex|highlight]} -Controls the display of UTF-8 encoded mulibyte characters in strings. +Controls the display of UTF-8 encoded multibyte characters in strings. The default (@option{--unicode=default}) is to give them no special treatment. The @option{--unicode=locale} option displays the sequence in the current locale, which may or may not support them. The options @@ -3233,7 +3233,7 @@ strings [@option{-afovV}] [@option{-}@var{min-len}] [@option{-}] [@option{--all}] [@option{--print-file-name}] [@option{-T} @var{bfdname}] [@option{--target=}@var{bfdname}] [@option{-w}] [@option{--include-all-whitespace}] - [@option{-s}] [@option{--output-separator}@var{sep_string}] + [@option{-s}] [@option{--output-separator} @var{sep_string}] [@option{--help}] [@option{--version}] @var{file}@dots{} @c man end @end smallexample @@ -3328,7 +3328,7 @@ and @samp{b} apply to, for example, Unicode UTF-16/UCS-2 encodings). @item -U @var{[d|i|l|e|x|h]} @itemx --unicode=@var{[default|invalid|locale|escape|hex|highlight]} -Controls the display of UTF-8 encoded mulibyte characters in strings. +Controls the display of UTF-8 encoded multibyte characters in strings. The default (@option{--unicode=default}) is to give them no special treatment, and instead rely upon the setting of the @option{--encoding} option. The other values for this option |