[binutils-gdb] Typo fixes in binutils doc

Alan Modra amodra@sourceware.org
Tue Dec 21 06:51:54 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5ab88688f0651c6eafbbd8071888d2c213368c86

commit 5ab88688f0651c6eafbbd8071888d2c213368c86
Author: Alan Modra <amodra@gmail.com>
Date:   Tue Dec 21 16:57:28 2021 +1030

    Typo fixes in binutils doc
    
            * doc/binutils.texi: Fix typos.

Diff:
---
 binutils/doc/binutils.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 1f3e6c7bc85..9e98f878d25 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


More information about the Binutils-cvs mailing list