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