summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2025-01-23 15:33:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-29 10:41:59 +0000
commitfc3e3399c5686b08c59b50d6b63ced52c2231dc1 (patch)
treedbbc51c4ee1be7bd940db4f0623e6fe5c3581ae3
parentdfab86d2f4bdc131529d7e1705fc4b095afa8b54 (diff)
downloadpoky-fc3e3399c5686b08c59b50d6b63ced52c2231dc1.tar.gz
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 <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
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.
4631 4631
4632 The default value of this variable is extracted from the first console 4632 The default value of this variable is extracted from the first console
4633 device and setting in :term:`SERIAL_CONSOLES`. If nothing is found in 4633 device and setting in :term:`SERIAL_CONSOLES`. If nothing is found in
4634 :term:`SERIAL_CONSOLES`, the default value is set to ``ttyS0,115200``). 4634 :term:`SERIAL_CONSOLES`, the default value is set to ``ttyS0,115200``.
4635 4635
4636 For more information, see the `Kernel command-line documentation 4636 For more information, see the `Kernel command-line documentation
4637 <https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html>`__. 4637 <https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html>`__.