Documentation: kselftest: fix codeblock
authorYo-Jung (Leo) Lin <0xff07@gmail.com>
Mon, 29 Apr 2024 16:50:47 +0000 (00:50 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 6 May 2024 19:57:21 +0000 (13:57 -0600)
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>
Documentation/dev-tools/kselftest.rst

index ff10dc6eef5d91a8698f6caae7db96a38df940e3..dcf634e411bd903967e63b71f50fba1aef525776 100644 (file)
@@ -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