[llvm] r365335 - [docs][llvm-readobj][llvm-readelf] Improve wording
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 08:46:26 PDT 2019
Author: jhenderson
Date: Mon Jul 8 08:46:26 2019
New Revision: 365335
URL: http://llvm.org/viewvc/llvm-project?rev=365335&view=rev
Log:
[docs][llvm-readobj][llvm-readelf] Improve wording
Modified:
llvm/trunk/docs/CommandGuide/llvm-readelf.rst
llvm/trunk/docs/CommandGuide/llvm-readobj.rst
Modified: llvm/trunk/docs/CommandGuide/llvm-readelf.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-readelf.rst?rev=365335&r1=365334&r2=365335&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-readelf.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-readelf.rst Mon Jul 8 08:46:26 2019
@@ -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
Modified: llvm/trunk/docs/CommandGuide/llvm-readobj.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-readobj.rst?rev=365335&r1=365334&r2=365335&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-readobj.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-readobj.rst Mon Jul 8 08:46:26 2019
@@ -178,7 +178,7 @@ The following options are implemented on
.. 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 on
.. option:: --hash-symbols
- Display the dynamic symbols derived from the hash table.
+ Display the expanded hash table with dynamic symbol data.
.. option:: --hash-table
More information about the llvm-commits
mailing list