1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 10:25:06 +03:00

man: Fix example to use the new --boot syntax

This commit is contained in:
Jan Janssen 2013-07-19 13:54:51 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent aea38d8047
commit 86d7de3686

View File

@ -851,9 +851,9 @@
<programlisting>journalctl /dev/sda</programlisting>
<para>Show all kernel logs from last boot:</para>
<para>Show all kernel logs from previous boot:</para>
<programlisting>journalctl -k -b :</programlisting>
<programlisting>journalctl -k -b -1</programlisting>
</refsect1>