This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: PR binutils/12306: typos in elfedit documentation


Hi,

I checked in this patch to fix typos in elfedit documentation.

H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/binutils/ChangeLog,v
retrieving revision 1.1730
diff -u -p -r1.1730 ChangeLog
--- ChangeLog	10 Dec 2010 08:51:42 -0000	1.1730
+++ ChangeLog	12 Dec 2010 15:28:14 -0000
@@ -1,3 +1,8 @@
+2010-12-12  Peter Breitenlohner  <peb@mppmu.mpg.de>
+
+	PR binutils/12306
+	* doc/binutils.texi: Fix typo.
+
 2010-12-10  Alan Modra  <amodra@gmail.com>
 
 	* binemul.h (do_ar_emul_append): Declare.
Index: doc/binutils.texi
===================================================================
RCS file: /cvs/src/src/binutils/doc/binutils.texi,v
retrieving revision 1.174
diff -u -p -r1.174 binutils.texi
--- doc/binutils.texi	3 Dec 2010 17:07:20 -0000	1.174
+++ doc/binutils.texi	12 Dec 2010 15:28:15 -0000
@@ -4160,10 +4160,10 @@ objdump(1), and the Info entries for @fi
 @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 head
 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{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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]