[llvm] [doc] Fix rendering for objcopy's --remove-symbol-prefix option text (PR #111131)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 03:30:08 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-llvm-binary-utilities

Author: bd1976bris (bd1976bris)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/111131.diff


1 Files Affected:

- (modified) llvm/docs/CommandGuide/llvm-objcopy.rst (+2-2) 


``````````diff
diff --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst
index 7f20a76550c833..e6af47ce9710a6 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -119,8 +119,8 @@ multiple file formats.
 
 .. option:: --remove-symbol-prefix <prefix>
 
-Remove ``<prefix>`` from the start of every symbol name. No-op for symbols that do
-not start with ``<prefix>``.
+ Remove ``<prefix>`` from the start of every symbol name. No-op for symbols that do
+ not start with ``<prefix>``.
 
 .. option:: --remove-section <section>, -R
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/111131


More information about the llvm-commits mailing list