|
|
9fc0f6 |
From 44d5ed4f1e398188bad5283fd75b91594de54cd0 Mon Sep 17 00:00:00 2001
|
|
|
9fc0f6 |
From: "Jason St. John" <jstjohn@purdue.edu>
|
|
|
9fc0f6 |
Date: Tue, 17 Dec 2013 18:48:43 -0500
|
|
|
9fc0f6 |
Subject: [PATCH] man: be more explicit about option arguments that take
|
|
|
9fc0f6 |
128-bit IDs in journalctl(1)
|
|
|
9fc0f6 |
|
|
|
9fc0f6 |
It may not be immediately obvious to the reader what "ID128" is, so replace the
|
|
|
9fc0f6 |
example option argument "ID128" with "128-bit-ID".
|
|
|
9fc0f6 |
---
|
|
|
9fc0f6 |
man/journalctl.xml | 8 ++++----
|
|
|
9fc0f6 |
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
9fc0f6 |
|
|
|
9fc0f6 |
diff --git a/man/journalctl.xml b/man/journalctl.xml
|
|
|
9fc0f6 |
index dd8cb18..2ee1647 100644
|
|
|
9fc0f6 |
--- a/man/journalctl.xml
|
|
|
9fc0f6 |
+++ b/man/journalctl.xml
|
|
|
9fc0f6 |
@@ -714,7 +714,7 @@
|
|
|
9fc0f6 |
|
|
|
9fc0f6 |
<varlistentry>
|
|
|
9fc0f6 |
<term><option>--list-catalog
|
|
|
9fc0f6 |
- <optional><replaceable>ID128...</replaceable></optional>
|
|
|
9fc0f6 |
+ <optional><replaceable>128-bit-ID...</replaceable></optional>
|
|
|
9fc0f6 |
</option></term>
|
|
|
9fc0f6 |
|
|
|
9fc0f6 |
<listitem><para>List the contents of
|
|
|
9fc0f6 |
@@ -723,7 +723,7 @@
|
|
|
9fc0f6 |
description strings.</para>
|
|
|
9fc0f6 |
|
|
|
9fc0f6 |
<para>If any
|
|
|
9fc0f6 |
- <replaceable>ID128</replaceable>s are
|
|
|
9fc0f6 |
+ <replaceable>128-bit-ID</replaceable>s are
|
|
|
9fc0f6 |
specified, only those entries are shown.
|
|
|
9fc0f6 |
</para>
|
|
|
9fc0f6 |
</listitem>
|
|
|
9fc0f6 |
@@ -731,7 +731,7 @@
|
|
|
9fc0f6 |
|
|
|
9fc0f6 |
<varlistentry>
|
|
|
9fc0f6 |
<term><option>--dump-catalog
|
|
|
9fc0f6 |
- <optional><replaceable>ID128...</replaceable></optional>
|
|
|
9fc0f6 |
+ <optional><replaceable>128-bit-ID...</replaceable></optional>
|
|
|
9fc0f6 |
</option></term>
|
|
|
9fc0f6 |
|
|
|
9fc0f6 |
<listitem><para>Show the contents of
|
|
|
9fc0f6 |
@@ -742,7 +742,7 @@
|
|
|
9fc0f6 |
files.</para>
|
|
|
9fc0f6 |
|
|
|
9fc0f6 |
<para>If any
|
|
|
9fc0f6 |
- <replaceable>ID128</replaceable>s are
|
|
|
9fc0f6 |
+ <replaceable>128-bit-ID</replaceable>s are
|
|
|
9fc0f6 |
specified, only those entries are shown.
|
|
|
9fc0f6 |
</para>
|
|
|
9fc0f6 |
</listitem>
|