diff mbox series

ref-manual: variables: fix spurious parenthesis

Message ID 20250123-spurious-parenthesis-v1-1-8bfe09dbe895@cherry.de
State Under Review
Headers show
Series ref-manual: variables: fix spurious parenthesis | expand

Commit Message

Quentin Schulz Jan. 23, 2025, 2:33 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

There's no opening parenthesis, so let's remove the spurious closing
parenthesis.

Fixes: ea638e85316d ("ref-manual/variables: document the KERNEL_CONSOLE variable")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/ref-manual/variables.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 8bd2bc3c00ca80f4c000a2a8d618a9f8ea3aa54b
change-id: 20250123-spurious-parenthesis-d6fe0340d8e1

Best regards,
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 702a6caf8723b04a12092f88f70d93c255bbbc10..e4256344f404e12cb748c280f16ecdf48570d1bb 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4602,7 +4602,7 @@  system and gives an overview of their function and contents.
 
      The default value of this variable is extracted from the first console
      device and setting in :term:`SERIAL_CONSOLES`. If nothing is found in
-     :term:`SERIAL_CONSOLES`, the default value is set to ``ttyS0,115200``).
+     :term:`SERIAL_CONSOLES`, the default value is set to ``ttyS0,115200``.
 
      For more information, see the `Kernel command-line documentation
      <https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html>`__.