[docs] Make --version text more correct
authorJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 17 Sep 2019 11:43:42 +0000 (11:43 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Tue, 17 Sep 2019 11:43:42 +0000 (11:43 +0000)
Follow-up to r371983. Referring to "this program" in the description of
the --version option in the documentation isn't exactly correct, because
the docs are not part of the program, and so "this program" doesn't
really refer to anything. This patch brings the other users of this
terminology into line with the new updates to llvm-size and
llvm-strings.

Reviewed by: alexshap, MaskRay

Differential Revision: https://reviews.llvm.org/D67618

llvm-svn: 372107

llvm/docs/CommandGuide/llvm-cxxfilt.rst
llvm/docs/CommandGuide/llvm-nm.rst
llvm/docs/CommandGuide/llvm-objcopy.rst
llvm/docs/CommandGuide/llvm-objdump.rst
llvm/docs/CommandGuide/llvm-readelf.rst
llvm/docs/CommandGuide/llvm-readobj.rst
llvm/docs/CommandGuide/llvm-strip.rst

index 1b6f9c6..5d257b9 100644 (file)
@@ -63,7 +63,7 @@ OPTIONS
 
 .. option:: --version
 
-  Display the version of this program.
+  Display the version of the :program:`llvm-cxxfilt` executable.
 
 .. option:: @<FILE>
 
index 1efa15e..71efac7 100644 (file)
@@ -227,7 +227,8 @@ OPTIONS
 
 .. option:: --version
 
- Display the version of this program. Does not stack with other commands.
+ Display the version of the :program:`llvm-nm` executable. Does not stack with
+ other commands.
 
 .. option:: --without-aliases
 
index f392680..df51f2e 100644 (file)
@@ -131,11 +131,11 @@ multiple file formats.
 
 .. option:: --version, -V
 
 Display the version of this program.
Display the version of the :program:`llvm-objcopy` executable.
 
 .. option:: @<FILE>
 
 Read command-line options and commands from response file `<FILE>`.
+ Read command-line options and commands from response file `<FILE>`.
 
 COFF-SPECIFIC OPTIONS
 ---------------------
index d65e490..1b8273b 100644 (file)
@@ -91,7 +91,8 @@ combined with other commands:
 
 .. option:: --version
 
-  Display the version of this program. Does not stack with other commands.
+  Display the version of the :program:`llvm-objdump` executable. Does not stack
+  with other commands.
 
 .. option:: -x, --all-headers
 
index 6aa9047..efb3f6a 100644 (file)
@@ -181,7 +181,7 @@ OPTIONS
 
 .. option:: --version
 
- Display the version of this program.
+ Display the version of the :program:`llvm-readelf` executable.
 
 .. option:: --version-info, -V
 
index 30f7976..ece7979 100644 (file)
@@ -133,7 +133,7 @@ file formats.
 
 .. option:: --version
 
- Display the version of this program.
+ Display the version of the :program:`llvm-readobj` executable.
 
 .. option:: @<FILE>
 
index 546a0a2..779c67c 100644 (file)
@@ -102,11 +102,11 @@ multiple file formats.
 
 .. option:: --version, -V
 
- Display the version of this program.
+ Display the version of the :program:`llvm-strip` executable.
 
 .. option:: @<FILE>
 
 Read command-line options and commands from response file `<FILE>`.
+ Read command-line options and commands from response file `<FILE>`.
 
 COFF-SPECIFIC OPTIONS
 ---------------------