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: Fix a typo in doc/binutils.texi


Hi,

I checked in this patch to fix a typo.


H.J.
---
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index fb7adc1..bbe4ec2 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,9 @@
 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* doc/binutils.texi: Fix a typo.
+
+2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* elfedit.c (update_elf_header): Don't change input_elf_class
 	nor input_elf_machine if they are -1.
 
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index 53a8ce0..4d9a23f 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -4107,7 +4107,7 @@ objdump(1), and the Info entries for @file{binutils}.
 @smallexample
 @c man begin SYNOPSIS elfedit
 elfedit [@option{--input-mach=}@var{machine}]
-        @option{--output-machine=}@var{machine}
+        @option{--output-mach=}@var{machine}
         [@option{-v}|@option{--version}]
         [@option{-h}|@option{--help}]
         @var{elffile}@dots{}


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