Message ID | 20250123-spurious-parenthesis-v1-1-8bfe09dbe895@cherry.de |
---|---|
State | Accepted |
Headers | show |
Series | ref-manual: variables: fix spurious parenthesis | expand |
On Thu, 23 Jan 2025 15:33:24 +0100, Quentin Schulz wrote: > There's no opening parenthesis, so let's remove the spurious closing > parenthesis. > > Applied, thanks! [1/1] ref-manual: variables: fix spurious parenthesis commit: 6f0e150179db2a2a8e9ad879167e0d84137190dc Best regards,
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>`__.