]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document new coredumpctl features
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Feb 2021 15:43:55 +0000 (16:43 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 10 Feb 2021 11:22:03 +0000 (12:22 +0100)
man/coredumpctl.xml

index b06cadd08c282a52622cd360570c3014f83f0a11..f69f26dc6688f5b88b86d4029afb561d668a8c2a 100644 (file)
 
       <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" />
+      <xi:include href="standard-options.xml" xpointer="no-legend" />
+      <xi:include href="standard-options.xml" xpointer="json" />
 
       <varlistentry>
-        <term><option>--no-legend</option></term>
+        <term><option>-1</option></term>
 
-        <listitem><para>Do not print column headers.</para></listitem>
+        <listitem><para>Show information of the most recent core dump only, instead of listing all known core
+        dumps. (Equivalent to <option>--reverse -n 1</option></para></listitem>
       </varlistentry>
 
-      <xi:include href="standard-options.xml" xpointer="no-pager" />
-
       <varlistentry>
-        <term><option>-1</option></term>
+        <term><option>-n</option> <replaceable>INT</replaceable></term>
 
-        <listitem><para>Show information of a single core dump only, instead of listing
-        all known core dumps.</para></listitem>
+        <listitem><para>Show at most the specified number of entries. The specified parameter must be an
+        integer greater or equal to 1.</para></listitem>
       </varlistentry>
 
       <varlistentry>