Andrei Emeltchenko <Andrei.Emeltchenko.news@xxxxxxxxx> writes: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > Make rendered text readable by fixing literal block marker, changing > ":" to "::". > > Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > --- > 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