diff options
Diffstat (limited to 'man/coredumpctl.xml')
-rw-r--r-- | man/coredumpctl.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index 71eee17..6179d6b 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -1,6 +1,6 @@ <?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="coredumpctl" conditional='ENABLE_COREDUMP' @@ -226,7 +226,7 @@ <varlistentry> <term><option>-F</option> <replaceable>FIELD</replaceable></term> - <term><option>--field=</option><replaceable>FIELD</replaceable></term> + <term><option>--field=<replaceable>FIELD</replaceable></option></term> <listitem><para>Print all possible data values the specified field takes in matching core dump entries of the @@ -237,7 +237,7 @@ <varlistentry> <term><option>-o</option> <replaceable>FILE</replaceable></term> - <term><option>--output=</option><replaceable>FILE</replaceable></term> + <term><option>--output=<replaceable>FILE</replaceable></option></term> <listitem><para>Write the core to <option>FILE</option>. </para> @@ -246,7 +246,7 @@ </varlistentry> <varlistentry> - <term><option>--debugger=</option><replaceable>DEBUGGER</replaceable></term> + <term><option>--debugger=<replaceable>DEBUGGER</replaceable></option></term> <listitem><para>Use the given debugger for the <command>debug</command> command. If not given and <varname>$SYSTEMD_DEBUGGER</varname> is unset, then @@ -258,7 +258,7 @@ <varlistentry> <term><option>-A</option> <replaceable>ARGS</replaceable></term> - <term><option>--debugger-arguments=</option><replaceable>ARGS</replaceable></term> + <term><option>--debugger-arguments=<replaceable>ARGS</replaceable></option></term> <listitem><para>Pass the given <replaceable>ARGS</replaceable> as extra command line arguments to the debugger. Quote as appropriate when <replaceable>ARGS</replaceable> contain whitespace. @@ -282,7 +282,7 @@ <varlistentry> <term><option>-D</option> <replaceable>DIR</replaceable></term> - <term><option>--directory=</option><replaceable>DIR</replaceable></term> + <term><option>--directory=<replaceable>DIR</replaceable></option></term> <listitem><para>Use the journal files in the specified <option>DIR</option>. </para> @@ -489,12 +489,12 @@ Fri … 552351 1000 1000 SIGSEGV present /usr/lib64/firefox/firefox 28.7M <refsect1> <title>See Also</title> - <para> - <citerefentry><refentrytitle>systemd-coredump</refentrytitle><manvolnum>8</manvolnum></citerefentry>, - <citerefentry><refentrytitle>coredump.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, - <citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>, - <citerefentry project='man-pages'><refentrytitle>gdb</refentrytitle><manvolnum>1</manvolnum></citerefentry> - </para> + <para><simplelist type="inline"> + <member><citerefentry><refentrytitle>systemd-coredump</refentrytitle><manvolnum>8</manvolnum></citerefentry></member> + <member><citerefentry><refentrytitle>coredump.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry></member> + <member><citerefentry><refentrytitle>systemd-journald.service</refentrytitle><manvolnum>8</manvolnum></citerefentry></member> + <member><citerefentry project='man-pages'><refentrytitle>gdb</refentrytitle><manvolnum>1</manvolnum></citerefentry></member> + </simplelist></para> </refsect1> </refentry> |