summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2019-07-08 15:46:26 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2019-07-08 15:46:26 +0000
commitb52a0c0cc88f0d66ae8ea770f92ed3448aee88a7 (patch)
treec9d3ded883e2e473e015fb5acea63f4542c602a5 /llvm/docs/CommandGuide
parenta914888b49590a38f4571434ddf951c687889e56 (diff)
downloadbcm5719-llvm-b52a0c0cc88f0d66ae8ea770f92ed3448aee88a7.tar.gz
bcm5719-llvm-b52a0c0cc88f0d66ae8ea770f92ed3448aee88a7.zip
[docs][llvm-readobj][llvm-readelf] Improve wording
llvm-svn: 365335
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-readelf.rst4
-rw-r--r--llvm/docs/CommandGuide/llvm-readobj.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-readelf.rst b/llvm/docs/CommandGuide/llvm-readelf.rst
index 7a66bea6918..0faad07e417 100644
--- a/llvm/docs/CommandGuide/llvm-readelf.rst
+++ b/llvm/docs/CommandGuide/llvm-readelf.rst
@@ -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
diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst
index 4999b224e5c..d15a6739b8d 100644
--- a/llvm/docs/CommandGuide/llvm-readobj.rst
+++ b/llvm/docs/CommandGuide/llvm-readobj.rst
@@ -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
OpenPOWER on IntegriCloud