[llvm] 9683d2a - [docs] Fix --filter typo in SymbolizerMarkupFormat.rst
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 18:09:03 PDT 2023
Author: Fangrui Song
Date: 2023-04-12T18:08:58-07:00
New Revision: 9683d2a5e68e7a75a323cb7b92eaacd7b4cc28a8
URL: https://github.com/llvm/llvm-project/commit/9683d2a5e68e7a75a323cb7b92eaacd7b4cc28a8
DIFF: https://github.com/llvm/llvm-project/commit/9683d2a5e68e7a75a323cb7b92eaacd7b4cc28a8.diff
LOG: [docs] Fix --filter typo in SymbolizerMarkupFormat.rst
Added:
Modified:
llvm/docs/SymbolizerMarkupFormat.rst
Removed:
################################################################################
diff --git a/llvm/docs/SymbolizerMarkupFormat.rst b/llvm/docs/SymbolizerMarkupFormat.rst
index 88c1939c16aff..1cf1d64ada8d0 100644
--- a/llvm/docs/SymbolizerMarkupFormat.rst
+++ b/llvm/docs/SymbolizerMarkupFormat.rst
@@ -33,7 +33,7 @@ text. It's specifically intended not to require sanitizing plain text, such as
the HTML/XML requirement to replace ``<`` with ``<`` and the like.
:doc:`llvm-symbolizer <CommandGuide/llvm-symbolizer>` includes a symbolizing
-filter via its ``--filter`` option.
+filter via its ``--filter-markup`` option.
Scope and assumptions
=====================
More information about the llvm-commits
mailing list