From: James Henderson Date: Mon, 8 Jul 2019 15:46:26 +0000 (+0000) Subject: [docs][llvm-readobj][llvm-readelf] Improve wording X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb4bacbd3d971d5b65957832cc2fa00120cff5f9;p=llvm [docs][llvm-readobj][llvm-readelf] Improve wording git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365335 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llvm-readelf.rst b/docs/CommandGuide/llvm-readelf.rst index 7a66bea6918..0faad07e417 100644 --- a/docs/CommandGuide/llvm-readelf.rst +++ b/docs/CommandGuide/llvm-readelf.rst @@ -66,7 +66,7 @@ OPTIONS .. option:: --elf-output-style= - 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/docs/CommandGuide/llvm-readobj.rst b/docs/CommandGuide/llvm-readobj.rst index 4999b224e5c..d15a6739b8d 100644 --- a/docs/CommandGuide/llvm-readobj.rst +++ b/docs/CommandGuide/llvm-readobj.rst @@ -178,7 +178,7 @@ The following options are implemented only for the ELF file format. .. option:: --elf-output-style= - 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