[llvm] r365187 - [docs][llvm-objcopy] Improve some wording.

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 04:57:07 PDT 2019


Author: jhenderson
Date: Fri Jul  5 04:57:07 2019
New Revision: 365187

URL: http://llvm.org/viewvc/llvm-project?rev=365187&view=rev
Log:
[docs][llvm-objcopy] Improve some wording.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-objcopy.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-objcopy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-objcopy.rst?rev=365187&r1=365186&r2=365187&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-objcopy.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-objcopy.rst Fri Jul  5 04:57:07 2019
@@ -150,10 +150,10 @@ them.
 
 .. option:: --add-symbol <name>=[<section>:]<value>[,<flags>]
 
- Add to the output a new symbol called ``<name>`` to the symbol table, in the
- section named ``<section>``, with value ``<value>``. If ``<section>`` is not
- specified, the symbol is added as an absolute symbol. The ``<flags>`` affect
- the symbol properties. Accepted values are:
+ Add a new symbol called ``<name>`` to the output symbol table, in the section
+ named ``<section>``, with value ``<value>``. If ``<section>`` is not specified,
+ the symbol is added as an absolute symbol. The ``<flags>`` affect the symbol
+ properties. Accepted values are:
 
  - `global` = the symbol will have global binding.
  - `local` = the symbol will have local binding.




More information about the llvm-commits mailing list