Skip to content

Commit dff3b1f

Browse files
0xff07shuahkh
authored andcommitted
Documentation: kselftest: fix codeblock
Add extra colon to mark command in the next paragraph as codeblock Signed-off-by: Yo-Jung (Leo) Lin <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent eb116f8 commit dff3b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/dev-tools/kselftest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ expected time it takes to run a test. If you have control over the systems
183183
which will run the tests you can configure a test runner on those systems to
184184
use a greater or lower timeout on the command line as with the `-o` or
185185
the `--override-timeout` argument. For example to use 165 seconds instead
186-
one would use:
186+
one would use::
187187

188188
$ ./run_kselftest.sh --override-timeout 165
189189

0 commit comments

Comments
 (0)