Skip to content

Commit 88a733f

Browse files
authored
[llvm-objcopy][docs] Use "Mark" rather than "Make" in the objcopy docs for consistency (#90080)
llvm-objcopy --help uses the term "Mark" rather than "Make". e.g. "Mark all symbols local" Change llvm/docs to align.
1 parent 2b2c66c commit 88a733f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/CommandGuide/llvm-objcopy.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,12 @@ them.
366366

367367
.. option:: --keep-global-symbol <symbol>, -G
368368

369-
Make all symbols local in the output, except for symbols with the name
369+
Mark all symbols local in the output, except for symbols with the name
370370
``<symbol>``. Can be specified multiple times to ignore multiple symbols.
371371

372372
.. option:: --keep-global-symbols <filename>
373373

374-
Make all symbols local in the output, except for symbols named in the file
374+
Mark all symbols local in the output, except for symbols named in the file
375375
``<filename>``. In the file, each line represents a single symbol, with leading
376376
and trailing whitespace ignored, as is anything following a '#'. Can be
377377
specified multiple times to read names from multiple files.
@@ -395,7 +395,7 @@ them.
395395

396396
.. option:: --localize-hidden
397397

398-
Make all symbols with hidden or internal visibility local in the output.
398+
Mark all symbols with hidden or internal visibility local in the output.
399399

400400
.. option:: --localize-symbol <symbol>, -L
401401

0 commit comments

Comments
 (0)