summaryrefslogtreecommitdiff
path: root/man/coredumpctl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-19 17:36:39 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-19 17:36:39 +0200
commiteca8701ae7adb7a89badc37d4233ea450436f14c (patch)
tree509d8f507ef2c0cba46e9acb25dbab94640a6cd9 /man/coredumpctl.xml
parent31a020ced371fcf2a30c795c0f8ed1361e70904d (diff)
man: document new coredumpctl commands
Diffstat (limited to 'man/coredumpctl.xml')
-rw-r--r--man/coredumpctl.xml44
1 files changed, 32 insertions, 12 deletions
diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml
index 159fabb840..5ea865eaa2 100644
--- a/man/coredumpctl.xml
+++ b/man/coredumpctl.xml
@@ -72,6 +72,22 @@
<variablelist>
<varlistentry>
+ <term><option>--no-legend</option></term>
+
+ <listitem><para>Do not print the column headers.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-1</option></term>
+
+ <listitem><para>Show information of a
+ single coredump only, instead of
+ listing all known coredumps.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-F</option></term>
<term><option>--field=</option></term>
@@ -89,16 +105,10 @@
<option>FILE</option>.</para></listitem>
</varlistentry>
- <varlistentry>
- <term><option>--no-legend</option></term>
-
- <listitem><para>Do not print the column headers.
- </para></listitem>
- </varlistentry>
-
<xi:include href="standard-options.xml" xpointer="help" />
<xi:include href="standard-options.xml" xpointer="version" />
<xi:include href="standard-options.xml" xpointer="no-pager" />
+
</variablelist>
<para>The following commands are understood:</para>
@@ -107,8 +117,19 @@
<varlistentry>
<term><command>list</command></term>
- <listitem><para>List coredumps captured in the journal
- matching specified characteristics.</para></listitem>
+ <listitem><para>List coredumps
+ captured in the journal matching
+ specified characteristics. If no
+ command is specified this is the
+ implied default.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><command>info</command></term>
+
+ <listitem><para>Show detailed
+ information about coredumps captured
+ in the journal.</para></listitem>
</varlistentry>
<varlistentry>
@@ -122,7 +143,6 @@
</para></listitem>
</varlistentry>
-
<varlistentry>
<term><command>gdb</command></term>
@@ -139,7 +159,7 @@
<refsect1>
<title>Matching</title>
- <para>Match can be:</para>
+ <para>A match can be:</para>
<variablelist>
<varlistentry>
@@ -173,7 +193,7 @@
<listitem><para>General journalctl predicates
(see <citerefentry><refentrytitle>journalctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>).
- Must contain an equals sign.
+ Must contain an equal sign.
</para></listitem>
</varlistentry>
</variablelist>