You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
995 B
32 lines
995 B
7 years ago
|
From 3f1ad9b2a6658cd7fc59049d00def3280fd8df5a Mon Sep 17 00:00:00 2001
|
||
|
From: Lennart Poettering <lennart@poettering.net>
|
||
|
Date: Thu, 2 Apr 2015 12:14:57 +0200
|
||
|
Subject: [PATCH] man: don't mention "journalctl /dev/sda"
|
||
|
|
||
|
It never worked, and nobody ever worked on it, hence don't mention it.
|
||
|
|
||
|
(cherry picked from commit c4f54721175bde35e2051d61d3d23285def9619d)
|
||
|
|
||
|
Cherry-picked from: a9a9aa6
|
||
|
Resolves: #1222517
|
||
|
---
|
||
|
man/journalctl.xml | 5 -----
|
||
|
1 file changed, 5 deletions(-)
|
||
|
|
||
|
diff --git a/man/journalctl.xml b/man/journalctl.xml
|
||
|
index 770cf9bb2..08de0ff06 100644
|
||
|
--- a/man/journalctl.xml
|
||
|
+++ b/man/journalctl.xml
|
||
|
@@ -817,11 +817,6 @@
|
||
|
|
||
|
<programlisting>journalctl /usr/bin/dbus-daemon</programlisting>
|
||
|
|
||
|
- <para>Show all logs of the kernel device node
|
||
|
- <filename noindex='true'>/dev/sda</filename>:</para>
|
||
|
-
|
||
|
- <programlisting>journalctl /dev/sda</programlisting>
|
||
|
-
|
||
|
<para>Show all kernel logs from previous boot:</para>
|
||
|
|
||
|
<programlisting>journalctl -k -b -1</programlisting>
|