* [PATCH] Documentation: serial-console: Fix literal block marker
@ 2023-08-25 9:16 Andrei Emeltchenko
2023-08-28 18:42 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Andrei Emeltchenko @ 2023-08-25 9:16 UTC (permalink / raw)
To: linux-doc, trivial
From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Make rendered text readable by fixing literal block marker, changing
":" to "::".
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
---
Documentation/admin-guide/serial-console.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: serial-console: Fix literal block marker
2023-08-25 9:16 [PATCH] Documentation: serial-console: Fix literal block marker Andrei Emeltchenko
@ 2023-08-28 18:42 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2023-08-28 18:42 UTC (permalink / raw)
To: Andrei Emeltchenko, linux-doc, trivial
Andrei Emeltchenko <Andrei.Emeltchenko.news@gmail.com> writes:
> From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
>
> Make rendered text readable by fixing literal block marker, changing
> ":" to "::".
>
> Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
> ---
> Documentation/admin-guide/serial-console.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-28 18:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 9:16 [PATCH] Documentation: serial-console: Fix literal block marker Andrei Emeltchenko
2023-08-28 18:42 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).