Skip to content

Commit 5d48d70

Browse files
committed
Adjust the doc description, make it similar to --keep-symbols
1 parent 251e820 commit 5d48d70

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

llvm/docs/CommandGuide/llvm-objcopy.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -466,15 +466,16 @@ them.
466466

467467
.. option:: --skip-symbol <symbol>
468468

469-
Do not change parameters of symbol <symbol> when executing other options that
470-
can change the symbol's name, binding or visibility.
469+
Do not change the parameters of symbol ``<symbol>`` when executing other
470+
options that can change the symbol's name, binding or visibility.
471471

472472
.. option:: --skip-symbols <filename>
473473

474-
Read a list of symbols from <filename> and run as if --skip-symbol=<symbol>
475-
is set for each one. <filename> contains one symbol per line and may contain
476-
comments beginning with '#'. Leading and trailing whitespace is stripped from
477-
each line. May be repeated to read symbols from many files.
474+
Do not change the parameters of symbols named in the file ``<filename>`` when
475+
executing other options that can change the symbol's name, binding or
476+
visibility. In the file, each line represents a single symbol, with leading
477+
and trailing whitespace ignored, as is anything following a '#'.
478+
Can be specified multiple times to read names from multiple files.
478479

479480
.. option:: --split-dwo <dwo-file>
480481

0 commit comments

Comments
 (0)