Skip to content

Commit

Permalink
[doc] Fix rendering for objcopy's --remove-symbol-prefix option text (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bd1976bris authored Oct 4, 2024
1 parent 3c98d8c commit 097379a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/CommandGuide/llvm-objcopy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 097379a

Please sign in to comment.