Commit dff3b1f5 authored by Yo-Jung (Leo) Lin's avatar Yo-Jung (Leo) Lin Committed by Shuah Khan
Browse files

Documentation: kselftest: fix codeblock



Add extra colon to mark command in the next paragraph as codeblock

Signed-off-by: default avatarYo-Jung (Leo) Lin <0xff07@gmail.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent eb116f80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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