diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2023-08-25 12:16:26 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-08-28 12:42:03 -0600 |
commit | ac6804fbf425a161840c0c99737cb87ff88692a6 (patch) | |
tree | 3f1b26e44ddd2545c5448c2a84ab2c64992451ec /Documentation | |
parent | 090a7f1009b8447565a03b649189e6ff83e8e5e7 (diff) | |
download | lwn-ac6804fbf425a161840c0c99737cb87ff88692a6.tar.gz lwn-ac6804fbf425a161840c0c99737cb87ff88692a6.zip |
Documentation: serial-console: Fix literal block marker
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
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/serial-console.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/serial-console.rst b/Documentation/admin-guide/serial-console.rst index 8c8b94e54e26..a3dfc2c66e01 100644 --- a/Documentation/admin-guide/serial-console.rst +++ b/Documentation/admin-guide/serial-console.rst @@ -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 |