[llvm] 097379a - [doc] Fix rendering for objcopy's --remove-symbol-prefix option text (#111131)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 06:04:28 PDT 2024
Author: bd1976bris
Date: 2024-10-04T14:04:24+01:00
New Revision: 097379ac9b0bd06d2437803fc7b1d00664b21383
URL: https://github.com/llvm/llvm-project/commit/097379ac9b0bd06d2437803fc7b1d00664b21383
DIFF: https://github.com/llvm/llvm-project/commit/097379ac9b0bd06d2437803fc7b1d00664b21383.diff
LOG: [doc] Fix rendering for objcopy's --remove-symbol-prefix option text (#111131)
Added:
Modified:
llvm/docs/CommandGuide/llvm-objcopy.rst
Removed:
################################################################################
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
More information about the llvm-commits
mailing list