Fix typos in elfedit documentation.
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 12 Dec 2010 15:29:31 +0000 (15:29 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 12 Dec 2010 15:29:31 +0000 (15:29 +0000)
2010-12-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

PR binutils/12306
* doc/binutils.texi: Fix typos in elfedit documentation.

binutils/ChangeLog
binutils/doc/binutils.texi

index 803d7b6..eb02c5e 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
+
+       PR binutils/12306
+       * doc/binutils.texi: Fix typos in elfedit documentation.
+
 2010-12-10  Alan Modra  <amodra@gmail.com>
 
        * binemul.h (do_ar_emul_append): Declare.
index d3285a5..4cba111 100644 (file)
@@ -4160,10 +4160,10 @@ objdump(1), and the Info entries for @file{binutils}.
 @c man begin SYNOPSIS elfedit
 elfedit [@option{--input-mach=}@var{machine}]
         [@option{--input-type=}@var{type}]
-        [@option{--input-osabi=}@var{osbi}]
+        [@option{--input-osabi=}@var{osabi}]
         @option{--output-mach=}@var{machine}
         @option{--output-type=}@var{type}
-        @option{--output-osabi=}@var{osbi}
+        @option{--output-osabi=}@var{osabi}
         [@option{-v}|@option{--version}]
         [@option{-h}|@option{--help}]
         @var{elffile}@dots{}
@@ -4210,7 +4210,7 @@ Change the ELF file type in the ELF header to @var{type}.  The
 supported ELF types are the same as @option{--input-type}.
 
 @itemx --input-osabi=@var{osabi}
-Set the matching input ELF file OSABI to @var{osbi}.  If
+Set the matching input ELF file OSABI to @var{osabi}.  If
 @option{--input-osabi} isn't specified, it will match any ELF OSABIs.
 
 The supported ELF OSABIs are, @var{none}, @var{HPUX}, @var{NetBSD},
@@ -4219,7 +4219,7 @@ The supported ELF OSABIs are, @var{none}, @var{HPUX}, @var{NetBSD},
 @var{NSK}, @var{AROS} and @var{FenixOS}.
 
 @itemx --output-osabi=@var{osabi}
-Change the ELF OSABI in the ELF header to @var{type}.  The
+Change the ELF OSABI in the ELF header to @var{osabi}.  The
 supported ELF OSABI are the same as @option{--input-osabi}.
 
 @item -v