1ff636
From 3f1ad9b2a6658cd7fc59049d00def3280fd8df5a Mon Sep 17 00:00:00 2001
1ff636
From: Lennart Poettering <lennart@poettering.net>
1ff636
Date: Thu, 2 Apr 2015 12:14:57 +0200
1ff636
Subject: [PATCH] man: don't mention "journalctl /dev/sda"
1ff636
1ff636
It never worked, and nobody ever worked on it, hence don't mention it.
1ff636
1ff636
(cherry picked from commit c4f54721175bde35e2051d61d3d23285def9619d)
1ff636
1ff636
Cherry-picked from: a9a9aa6
1ff636
Resolves: #1222517
1ff636
---
1ff636
 man/journalctl.xml | 5 -----
1ff636
 1 file changed, 5 deletions(-)
1ff636
1ff636
diff --git a/man/journalctl.xml b/man/journalctl.xml
c62b8e
index 770cf9bb29..08de0ff068 100644
1ff636
--- a/man/journalctl.xml
1ff636
+++ b/man/journalctl.xml
1ff636
@@ -817,11 +817,6 @@
1ff636
 
1ff636
     <programlisting>journalctl /usr/bin/dbus-daemon</programlisting>
1ff636
 
1ff636
-    <para>Show all logs of the kernel device node
1ff636
-    <filename noindex='true'>/dev/sda</filename>:</para>
1ff636
-
1ff636
-    <programlisting>journalctl /dev/sda</programlisting>
1ff636
-
1ff636
     <para>Show all kernel logs from previous boot:</para>
1ff636
 
1ff636
     <programlisting>journalctl -k -b -1</programlisting>