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