Fix typos in elfedit documentation.

2010-12-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

	PR binutils/12306
	* doc/binutils.texi: Fix typos in elfedit documentation.
This commit is contained in:
H.J. Lu 2010-12-12 15:29:31 +00:00
parent db0ca79ff4
commit 08ebfb8c18
2 changed files with 9 additions and 4 deletions

View 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.

View 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