diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index fd8579a043..3c9a61554d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -7334,9 +7334,9 @@ system and gives an overview of their function and contents. :term:`SERIAL_CONSOLES` Defines a serial console (TTY) to enable using - `getty `__. Provide a - value that specifies the baud rate followed by the TTY device name - separated by a semicolon. Use spaces to separate multiple devices:: + :wikipedia:`getty `. Provide a value that specifies the + baud rate followed by the TTY device name separated by a semicolon. + Use spaces to separate multiple devices:: SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" @@ -8265,12 +8265,10 @@ system and gives an overview of their function and contents. will be silently ignored. :term:`SYSVINIT_ENABLED_GETTYS` - When using - :ref:`SysVinit `, + When using :ref:`SysVinit `, specifies a space-separated list of the virtual terminals that should - run a `getty `__ - (allowing login), assuming :term:`USE_VT` is not set to - "0". + run a :wikipedia:`getty ` (allowing login), assuming + :term:`USE_VT` is not set to "0". The default value for :term:`SYSVINIT_ENABLED_GETTYS` is "1" (i.e. only run a getty on the first virtual terminal). @@ -9177,9 +9175,8 @@ system and gives an overview of their function and contents. :term:`USE_VT` When using :ref:`SysVinit `, - determines whether or not to run a - `getty `__ on any - virtual terminals in order to enable logging in through those + determines whether or not to run a :wikipedia:`getty ` + on any virtual terminals in order to enable logging in through those terminals. The default value used for :term:`USE_VT` is "1" when no default value is