[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:29:33 PDT 2024
https://github.com/bd1976bris created https://github.com/llvm/llvm-project/pull/111131
None
>From 83b594d04f0e8a9b743d71c29fddca769a38f062 Mon Sep 17 00:00:00 2001
From: bd1976bris <bd1976llvm at gmail.com>
Date: Fri, 4 Oct 2024 11:27:07 +0100
Subject: [PATCH] [doc] Fix rendering for objcopy's --remove-symbol-prefix
option text
---
llvm/docs/CommandGuide/llvm-objcopy.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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