[PATCH] serial-console.rst: break up code chunks

From: Nick Black
Date: Tue Mar 03 2020 - 04:02:25 EST


Trivial: there are two code sections here, not one.
Break up the RST backticks.

Signed-off-by: Nick Black <dankamongmen@xxxxxxxxx>

---
Documentation/admin-guide/serial-console.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git Documentation/admin-guide/serial-console.rst Documentation/admin-guide/serial-console.rst
index a8d1e36b627a..b8c803afae2f 100644
--- Documentation/admin-guide/serial-console.rst
+++ Documentation/admin-guide/serial-console.rst
@@ -96,7 +96,7 @@ Replace the sample values as needed.
open ``/dev/console``. If you have created the new ``/dev/console`` device,
and your console is NOT the virtual console some programs will fail.
Those are programs that want to access the VT interface, and use
- ``/dev/console instead of /dev/tty0``. Some of those programs are::
+ ``/dev/console`` instead of ``/dev/tty0``. Some of those programs are::

Xfree86, svgalib, gpm, SVGATextMode

--
2.25.1