[llvm] 88a733f - [llvm-objcopy][docs] Use "Mark" rather than "Make" in the objcopy docs for consistency (#90080)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 26 01:13:22 PDT 2024
Author: bd1976bris
Date: 2024-04-26T09:13:17+01:00
New Revision: 88a733f8e6ca42de8c7818cc404e38cbc8f497c9
URL: https://github.com/llvm/llvm-project/commit/88a733f8e6ca42de8c7818cc404e38cbc8f497c9
DIFF: https://github.com/llvm/llvm-project/commit/88a733f8e6ca42de8c7818cc404e38cbc8f497c9.diff
LOG: [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.
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 57d6280d57c8bd..a62acfc8fdcd80 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -366,12 +366,12 @@ them.
.. option:: --keep-global-symbol <symbol>, -G
- Make all symbols local in the output, except for symbols with the name
+ Mark all symbols local in the output, except for symbols with the name
``<symbol>``. Can be specified multiple times to ignore multiple symbols.
.. option:: --keep-global-symbols <filename>
- Make all symbols local in the output, except for symbols named in the file
+ Mark all symbols local in the output, except for symbols named in the file
``<filename>``. In the file, each line represents a single symbol, with leading
and trailing whitespace ignored, as is anything following a '#'. Can be
specified multiple times to read names from multiple files.
@@ -395,7 +395,7 @@ them.
.. option:: --localize-hidden
- Make all symbols with hidden or internal visibility local in the output.
+ Mark all symbols with hidden or internal visibility local in the output.
.. option:: --localize-symbol <symbol>, -L
More information about the llvm-commits
mailing list