diff options
author | Jan Janssen <medhefgo@web.de> | 2013-07-19 13:54:51 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-19 08:25:50 -0400 |
commit | 86d7de36869429f20d75e34bb3ddb2cfd2470e75 (patch) | |
tree | 8957dbff688663423247d640f9ab2df89b1d044b /man | |
parent | aea38d8047a7a9370f8545007d242ede4a5cede1 (diff) |
man: Fix example to use the new --boot syntax
Diffstat (limited to 'man')
-rw-r--r-- | man/journalctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index da43bf2879..c8559a0cb0 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -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> |