summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-16 23:40:00 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-16 23:40:10 -0500
commit7fd97d7829de4e62690b5fb8d41de81bcde24db2 (patch)
treeb2c8da02f6108d3757a1ec18eab288a53ff903d7 /man
parenta94200d0b4a8f98e5d9433282642300082de7d59 (diff)
man: describe journalctl --show-cursor
Diffstat (limited to 'man')
-rw-r--r--man/journalctl.xml22
1 files changed, 17 insertions, 5 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml
index 952b37c53..8577f6143 100644
--- a/man/journalctl.xml
+++ b/man/journalctl.xml
@@ -585,11 +585,23 @@
<varlistentry>
<term><option>--after-cursor=</option></term>
- <listitem><para>Start showing entries from the
- location in the journal
- <emphasis>after</emphasis> the location
- specified by the this cursor.
- </para></listitem>
+ <listitem><para>Start showing entries
+ from the location in the journal
+ <emphasis>after</emphasis> the
+ location specified by the this cursor.
+ The cursor is shown when the
+ <option>--show-cursor</option> option
+ is used.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--show-cursor</option></term>
+
+ <listitem><para>The cursor is shown after the last
+ entry after two dashes:</para>
+ <programlisting>-- cursor: s=0639...</programlisting>
+ <para>The format of this the cursor is private
+ and subject ot change.</para></listitem>
</varlistentry>
<varlistentry>