diff options
Diffstat (limited to 'binutils/doc/binutils.texi')
-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 d3285a5..4cba111 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -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 |