summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYo-Jung (Leo) Lin <0xff07@gmail.com>2024-04-30 00:50:47 +0800
committerShuah Khan <skhan@linuxfoundation.org>2024-05-06 13:57:21 -0600
commitdff3b1f5ec6d15c2e25dd24c97da1a05d4d1b568 (patch)
tree354a0f58aed5b813396794d9979c5033f49e095e
parenteb116f80002a402fa3ebb8da48023b39cb471c97 (diff)
downloadlinux-dff3b1f5ec6d15c2e25dd24c97da1a05d4d1b568.tar.gz
linux-dff3b1f5ec6d15c2e25dd24c97da1a05d4d1b568.tar.bz2
linux-dff3b1f5ec6d15c2e25dd24c97da1a05d4d1b568.zip
Documentation: kselftest: fix codeblock
Add extra colon to mark command in the next paragraph as codeblock Signed-off-by: Yo-Jung (Leo) Lin <0xff07@gmail.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-rw-r--r--Documentation/dev-tools/kselftest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
index ff10dc6eef5d..dcf634e411bd 100644
--- a/Documentation/dev-tools/kselftest.rst
+++ b/Documentation/dev-tools/kselftest.rst
@@ -183,7 +183,7 @@ expected time it takes to run a test. If you have control over the systems
which will run the tests you can configure a test runner on those systems to
use a greater or lower timeout on the command line as with the `-o` or
the `--override-timeout` argument. For example to use 165 seconds instead
-one would use:
+one would use::
$ ./run_kselftest.sh --override-timeout 165