Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 20 additions & 54 deletions man/wtmpdb.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-f, --file</option> <replaceable>FILE</replaceable>
</term>
<listitem>
<para>
Use <replaceable>FILE</replaceable> as wtmpdb database.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-F, --fulltimes</option>
Expand Down Expand Up @@ -242,16 +232,6 @@
to the <filename>/var/lib/wtmpdb/wtmp.db</filename> database.
</para>
<title>boot options</title>
<varlistentry>
<term>
<option>-f, --file</option> <replaceable>FILE</replaceable>
</term>
<listitem>
<para>
Use <replaceable>FILE</replaceable> as wtmpdb database.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-q, --quiet</option>
Expand All @@ -264,6 +244,16 @@
</varlistentry>
</listitem>
</varlistentry>
<varlistentry>
<term>
<command>boottime</command>
<optional><replaceable>option</replaceable>…</optional>
</term>
<listitem>
<para><command>wtmpdb boottime</command> shows the time of the
last boot.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>shutdown</command>
<optional><replaceable>option</replaceable>…</optional></term>
Expand All @@ -273,17 +263,6 @@
requests to the <filename>/var/lib/wtmpdb/wtmp.db</filename>
database.
</para>
<title>shutdown options</title>
<varlistentry>
<term>
<option>-f, --file</option> <replaceable>FILE</replaceable>
</term>
<listitem>
<para>
Use <replaceable>FILE</replaceable> as wtmpdb database.
</para>
</listitem>
</varlistentry>
</listitem>
</varlistentry>
<varlistentry>
Expand All @@ -296,17 +275,6 @@
database and removes these entries from the original one.
</para>
<title>rotate options</title>
<varlistentry>
<term>
<option>-f, --file</option> <replaceable>FILE</replaceable>
</term>
<listitem>
<para>
Use <replaceable>FILE</replaceable> as wtmpdb database.
The exported DB file will be on the same location.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-d, --days</option> <replaceable>DAYS</replaceable>
Expand All @@ -331,22 +299,20 @@
files to the <filename>/var/lib/wtmpdb/wtmp.db</filename>
database.
</para>
<title>import options</title>
<varlistentry>
<term>
<option>-f, --file</option> <replaceable>FILE</replaceable>
</term>
<listitem>
<para>
Use <replaceable>FILE</replaceable> as wtmpdb database.
</para>
</listitem>
</varlistentry>
</listitem>
</varlistentry>
<varlistentry>
<term>global options</term>
<term>common options</term>
<title>global options</title>
<varlistentry>
<term>
<option>-f, --file</option> <replaceable>FILE</replaceable>
</term>
<listitem>
<para>Use <replaceable>FILE</replaceable> as wtmpdb
database.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-h, --help</option>
Expand Down
Loading