diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-04-23 10:24:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 10:24:39 +0900 |
commit | 80f00482037501782e4d64a7a2f6cb920670b658 (patch) | |
tree | b1a0fb3f2d2e1cf60c88e0f13f8d7bcf91839ec0 /man | |
parent | d6b87637c52148f5861aca557de2711dcd0c2efd (diff) | |
parent | 60e9682a800b93886da362162e949cdc8c064c21 (diff) | |
download | systemd-80f00482037501782e4d64a7a2f6cb920670b658.tar.gz systemd-80f00482037501782e4d64a7a2f6cb920670b658.tar.bz2 systemd-80f00482037501782e4d64a7a2f6cb920670b658.zip |
Merge pull request #8769 from keszybz/followups
Three trivial followups for recent patches
Diffstat (limited to 'man')
-rw-r--r-- | man/coredumpctl.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index c6b0f142bc..1f880d7f70 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -300,6 +300,18 @@ </refsect1> <refsect1> + <title>Environment</title> + + <variablelist class='environment-variables'> + <varlistentry> + <term><varname>$SYSTEMD_DEBUGGER</varname></term> + <listitem><para>Use the given debugger for the <command>debug</command> + command. See the <option>--debugger=</option> option.</para></listitem> + </varlistentry> + </variablelist> + </refsect1> + + <refsect1> <title>Examples</title> <example> |