572a44
From d6be31a099e36738c48a322466f080701a39d1a9 Mon Sep 17 00:00:00 2001
572a44
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
572a44
Date: Mon, 16 Dec 2013 23:40:00 -0500
572a44
Subject: [PATCH] man: describe journalctl --show-cursor
572a44
572a44
---
572a44
 man/journalctl.xml | 22 +++++++++++++++++-----
572a44
 1 file changed, 17 insertions(+), 5 deletions(-)
572a44
572a44
diff --git a/man/journalctl.xml b/man/journalctl.xml
572a44
index b5a0c53..dd8cb18 100644
572a44
--- a/man/journalctl.xml
572a44
+++ b/man/journalctl.xml
572a44
@@ -565,11 +565,23 @@
572a44
                         <varlistentry>
572a44
                                 <term><option>--after-cursor=</option></term>
572a44
 
572a44
-                                <listitem><para>Start showing entries from the
572a44
-                                location in the journal
572a44
-                                <emphasis>after</emphasis> the location
572a44
-                                specified by the this cursor.
572a44
-                                </para></listitem>
572a44
+                                <listitem><para>Start showing entries
572a44
+                                from the location in the journal
572a44
+                                <emphasis>after</emphasis> the
572a44
+                                location specified by the this cursor.
572a44
+                                The cursor is shown when the
572a44
+                                <option>--show-cursor</option> option
572a44
+                                is used.</para></listitem>
572a44
+                        </varlistentry>
572a44
+
572a44
+                        <varlistentry>
572a44
+                                <term><option>--show-cursor</option></term>
572a44
+
572a44
+                                <listitem><para>The cursor is shown after the last
572a44
+                                entry after two dashes:</para>
572a44
+                                <programlisting>-- cursor: s=0639...</programlisting>
572a44
+                                <para>The format of this the cursor is private
572a44
+                                and subject ot change.</para></listitem>
572a44
                         </varlistentry>
572a44
 
572a44
                         <varlistentry>