[llvm] 42bf075 - [docs] Fix :option: links
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 25 15:19:24 PDT 2020
Author: Jon Roelofs
Date: 2020-04-25T16:19:02-06:00
New Revision: 42bf0756d42661ca7e3f4d599f3c9417e03660c6
URL: https://github.com/llvm/llvm-project/commit/42bf0756d42661ca7e3f4d599f3c9417e03660c6
DIFF: https://github.com/llvm/llvm-project/commit/42bf0756d42661ca7e3f4d599f3c9417e03660c6.diff
LOG: [docs] Fix :option: links
Added:
Modified:
llvm/docs/CommandGuide/lit.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index ce3c43b19aac..4fad853db57e 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -165,7 +165,7 @@ SELECTION OPTIONS
.. option:: --max-time=N
Spend at most ``N`` seconds (approximately) running tests and then terminate.
- Note that this is not an alias for :option:``--timeout``; the two are
+ Note that this is not an alias for :option:`--timeout`; the two are
diff erent kinds of maximums.
.. option:: --num-shards=M
@@ -193,7 +193,7 @@ SELECTION OPTIONS
Spend at most ``N`` seconds (approximately) running each individual test.
``0`` means no time limit, and ``0`` is the default. Note that this is not an
- alias for :option:``--max-time``; the two are
diff erent kinds of maximums.
+ alias for :option:`--max-time`; the two are
diff erent kinds of maximums.
.. option:: --filter=REGEXP
More information about the llvm-commits
mailing list