From fc3e3399c5686b08c59b50d6b63ced52c2231dc1 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 23 Jan 2025 15:33:24 +0100 Subject: ref-manual: variables: fix spurious parenthesis There's no opening parenthesis, so let's remove the spurious closing parenthesis. Fixes: ea638e85316d ("ref-manual/variables: document the KERNEL_CONSOLE variable") (From yocto-docs rev: 6f0e150179db2a2a8e9ad879167e0d84137190dc) Signed-off-by: Quentin Schulz Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/ref-manual/variables.rst') diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 8b996f216b..47d4e814fd 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -4631,7 +4631,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 `__. -- cgit v1.2.3-54-g00ecf