]> granicus.if.org Git - llvm/commitdiff
[docs][llvm-readobj][llvm-readelf] Improve wording
authorJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 8 Jul 2019 15:46:26 +0000 (15:46 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 8 Jul 2019 15:46:26 +0000 (15:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365335 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-readelf.rst
docs/CommandGuide/llvm-readobj.rst

index 7a66bea69186d411b2f9dfacbf5e1d6a1a1fa1a6..0faad07e417b3cd0b048c2a87d2ef48f8fc422b4 100644 (file)
@@ -66,7 +66,7 @@ OPTIONS
 
 .. option:: --elf-output-style=<value>
 
Specify the style to dump ELF information in. Valid options are ``LLVM`` and
Format ELF information in the specified style. Valid options are ``LLVM`` and
  ``GNU``. ``LLVM`` output is an expanded and structured format, whilst ``GNU``
  (the default) output mimics the equivalent GNU :program:`readelf` output.
 
@@ -89,7 +89,7 @@ OPTIONS
 
 .. option:: --hash-symbols
 
- Display the dynamic symbols derived from the hash table.
+ Display the expanded hash table with dynamic symbol data.
 
 .. option:: --hash-table
 
index 4999b224e5cd8c6d5bf28d1be7a1ec946addc3b8..d15a6739b8da90b63ee2eb85757c30285f2ac684 100644 (file)
@@ -178,7 +178,7 @@ The following options are implemented only for the ELF file format.
 
 .. option:: --elf-output-style=<value>
 
Specify the style to dump ELF information in. Valid options are ``LLVM`` and
Format ELF information in the specified style. Valid options are ``LLVM`` and
  ``GNU``. ``LLVM`` output (the default) is an expanded and structured format,
  whilst ``GNU`` output mimics the equivalent GNU :program:`readelf` output.
 
@@ -192,7 +192,7 @@ The following options are implemented only for the ELF file format.
 
 .. option:: --hash-symbols
 
- Display the dynamic symbols derived from the hash table.
+ Display the expanded hash table with dynamic symbol data.
 
 .. option:: --hash-table