Documentation: serial-console: Fix literal block marker
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Fri, 25 Aug 2023 09:16:26 +0000 (12:16 +0300)
committerJonathan Corbet <corbet@lwn.net>
Mon, 28 Aug 2023 18:42:03 +0000 (12:42 -0600)
Make rendered text readable by fixing literal block marker, changing
":" to "::".

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230825091626.354352-1-Andrei.Emeltchenko.news@gmail.com
Documentation/admin-guide/serial-console.rst

index 8c8b94e..a3dfc2c 100644 (file)
@@ -59,7 +59,7 @@ times. In this case, there are the following two rules:
    the hardware is not available.
 
 The result might be surprising. For example, the following two command
-lines have the same result:
+lines have the same result::
 
        console=ttyS1,9600 console=tty0 console=tty1
        console=tty0 console=ttyS1,9600 console=tty1