From 1fa2d68de31bbfe9e53ce1b3281091d76dc7c4d5 Mon Sep 17 00:00:00 2001 From: James Henderson Date: Fri, 5 Jul 2019 11:57:07 +0000 Subject: [PATCH] [docs][llvm-objcopy] Improve some wording. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365187 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-objcopy.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/CommandGuide/llvm-objcopy.rst b/docs/CommandGuide/llvm-objcopy.rst index 0119280625d..bccdccd24f2 100644 --- a/docs/CommandGuide/llvm-objcopy.rst +++ b/docs/CommandGuide/llvm-objcopy.rst @@ -150,10 +150,10 @@ them. .. option:: --add-symbol =[
:][,] - Add to the output a new symbol called ```` to the symbol table, in the - section named ``
``, with value ````. If ``
`` is not - specified, the symbol is added as an absolute symbol. The ```` affect - the symbol properties. Accepted values are: + Add a new symbol called ```` to the output symbol table, in the section + named ``
``, with value ````. If ``
`` is not specified, + the symbol is added as an absolute symbol. The ```` affect the symbol + properties. Accepted values are: - `global` = the symbol will have global binding. - `local` = the symbol will have local binding. -- 2.50.1