1 From e02bf9359f6ef7fe4d341aa5ac4f397f541b9ac3 Mon Sep 17 00:00:00 2001
2 From: Andreas Schwab <schwab@linux-m68k.org>
3 Date: Fri, 4 Jan 2013 22:27:57 +0000
4 Subject: [PATCH] * doc/binutils.texi (elfedit): Fix use of @itemx in @table.
7 binutils/ChangeLog | 4 ++++
8 binutils/doc/binutils.texi | 14 +++++++-------
9 2 files changed, 11 insertions(+), 7 deletions(-)
11 Upstream-Status: Backport
12 Index: binutils-2.23.1/binutils/doc/binutils.texi
13 ===================================================================
14 --- binutils-2.23.1.orig/binutils/doc/binutils.texi 2012-05-11 11:18:34.000000000 -0700
15 +++ binutils-2.23.1/binutils/doc/binutils.texi 2013-02-26 12:41:51.785114224 -0800
17 @c man begin COPYRIGHT
18 Copyright @copyright{} 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
19 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
21 +2010, 2011, 2012, 2013
22 Free Software Foundation, Inc.
24 Permission is granted to copy, distribute and/or modify this document
29 -@itemx --input-mach=@var{machine}
30 +@item --input-mach=@var{machine}
31 Set the matching input ELF machine type to @var{machine}. If
32 @option{--input-mach} isn't specified, it will match any ELF
34 @@ -4383,21 +4383,21 @@
35 The supported ELF machine types are, @var{L1OM}, @var{K1OM} and
38 -@itemx --output-mach=@var{machine}
39 +@item --output-mach=@var{machine}
40 Change the ELF machine type in the ELF header to @var{machine}. The
41 supported ELF machine types are the same as @option{--input-mach}.
43 -@itemx --input-type=@var{type}
44 +@item --input-type=@var{type}
45 Set the matching input ELF file type to @var{type}. If
46 @option{--input-type} isn't specified, it will match any ELF file types.
48 The supported ELF file types are, @var{rel}, @var{exec} and @var{dyn}.
50 -@itemx --output-type=@var{type}
51 +@item --output-type=@var{type}
52 Change the ELF file type in the ELF header to @var{type}. The
53 supported ELF types are the same as @option{--input-type}.
55 -@itemx --input-osabi=@var{osabi}
56 +@item --input-osabi=@var{osabi}
57 Set the matching input ELF file OSABI to @var{osabi}. If
58 @option{--input-osabi} isn't specified, it will match any ELF OSABIs.
61 @var{FreeBSD}, @var{TRU64}, @var{Modesto}, @var{OpenBSD}, @var{OpenVMS},
62 @var{NSK}, @var{AROS} and @var{FenixOS}.
64 -@itemx --output-osabi=@var{osabi}
65 +@item --output-osabi=@var{osabi}
66 Change the ELF OSABI in the ELF header to @var{osabi}. The
67 supported ELF OSABI are the same as @option{--input-osabi}.