diff options
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> |