aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-02-02 09:13:08 +0000
committerNick Clifton <nickc@redhat.com>1999-02-02 09:13:08 +0000
commit624578b61bc1c979fccbc7867917768c437b59c6 (patch)
treef9d5c876d3fae235f9b6ada657bd4036c7b92754
parent9aff0cd7971a8a5c9eaf76b543311d1a5f7e906b (diff)
downloadfsf-binutils-gdb-624578b61bc1c979fccbc7867917768c437b59c6.zip
fsf-binutils-gdb-624578b61bc1c979fccbc7867917768c437b59c6.tar.gz
fsf-binutils-gdb-624578b61bc1c979fccbc7867917768c437b59c6.tar.bz2
Replace {...} with [...]
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/binutils.texi6
2 files changed, 7 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 83ce59d..b50f204 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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.
diff --git a/binutils/binutils.texi b/binutils/binutils.texi
index 27f33fb..8fa3219 100644
--- a/binutils/binutils.texi
+++ b/binutils/binutils.texi
@@ -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.