diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:50:42 +0000 |
commit | 78e9bb837c258ac0ec7712b3d612cc2f407e731e (patch) | |
tree | f515d16b6efd858a9aeb5b0ef5d6f90bf288283d /man/systemd-bsod.service.xml | |
parent | Adding debian version 255.5-1. (diff) | |
download | systemd-78e9bb837c258ac0ec7712b3d612cc2f407e731e.tar.xz systemd-78e9bb837c258ac0ec7712b3d612cc2f407e731e.zip |
Merging upstream version 256.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/systemd-bsod.service.xml')
-rw-r--r-- | man/systemd-bsod.service.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/man/systemd-bsod.service.xml b/man/systemd-bsod.service.xml index 502d239..5ef10c2 100644 --- a/man/systemd-bsod.service.xml +++ b/man/systemd-bsod.service.xml @@ -1,9 +1,10 @@ <?xml version='1.0'?> <!--*-nxml-*--> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> <!-- SPDX-License-Identifier: LGPL-2.1-or-later --> -<refentry id="systemd-bsod.service" conditional='HAVE_QRENCODE' xmlns:xi="http://www.w3.org/2001/XInclude"> +<refentry id="systemd-bsod.service" conditional='HAVE_QRENCODE ENABLE_INITRD' + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>systemd-bsod</title> @@ -24,7 +25,7 @@ <refsynopsisdiv> <para><filename>systemd-bsod.service</filename></para> <cmdsynopsis> - <command>systemd-bsod</command> + <command>/usr/lib/systemd/systemd-bsod</command> <arg choice="opt" rep="repeat">OPTIONS</arg> </cmdsynopsis> </refsynopsisdiv> @@ -55,6 +56,17 @@ <xi:include href="version-info.xml" xpointer="v255"/></listitem> </varlistentry> + + <varlistentry> + <term><option>--tty=<replaceable></replaceable></option></term> + + <listitem><para>Specify the TTY to output to. By default <command>systemd-bsod</command> will + automatically find a free VT to display the message on. If this option is specified a TTY may be + selected explicitly. Use <option>--tty=/dev/tty</option> to direct output to the terminal the command + is invoked on.</para> + + <xi:include href="version-info.xml" xpointer="v256"/></listitem> + </varlistentry> </variablelist> </refsect1> |