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