]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Replace {...} with [...]
authorNick Clifton <nickc@redhat.com>
Tue, 2 Feb 1999 09:13:08 +0000 (09:13 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 2 Feb 1999 09:13:08 +0000 (09:13 +0000)
binutils/ChangeLog
binutils/binutils.texi

index 83ce59db670c1804224379f446b3da8cf528879d..b50f2047932ac95e5dd56bde562527e435e71414 100644 (file)
@@ -1,3 +1,7 @@
+1999-02-02  Nick Clifton  <nickc@cygnus.com>
+
+       * binutils.texi: Fixed bug in readefl documentation.
+
 Mon Feb  1 12:38:01 1999  Catherine Moore  <clm@cygnus.com>
     
         * readelf.c (dump_relocations):  Handle EM_ARM as REL.
index 27f33fb756161e11855ff82804c02c041c2f85ac..8fa32194101761693aec527f32f1da915c770124 100644 (file)
@@ -2321,7 +2321,7 @@ readelf [ -a | --all ]
         [ -V | --version-info]
         [ -D | --use-dynamic]
         [ -x <number> | --hex-dump=<number>]
-        [ -w{liap} | --debug-dump{=info,=line,=abbrev,=pubnames}]
+        [ -w[liap] | --debug-dump[=info,=line,=abbrev,=pubnames]]
         [      --histogram]
         [ -v | --version]
         [ -H | --help]
@@ -2403,8 +2403,8 @@ symbols section.
 @itemx --hex-dump=<number>
 Displays the contents of the indicated section as a hexadecimal dump.
 
-@item -w{lia}
-@itemx --debug-dump{=line,=info,=abbrev}
+@item -w[lia]
+@itemx --debug-dump[=line,=info,=abbrev]
 Displays the contents of the debug sections in the file, if any are
 present.  If one of the optional letters or words follows the switch
 then only data found in those specific sections will be dumped.