|
|
1ff636 |
From 363e3817cc3462c42e837677768f10fa549966f7 Mon Sep 17 00:00:00 2001
|
|
|
1ff636 |
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
|
1ff636 |
Date: Sat, 9 May 2015 19:46:15 -0400
|
|
|
1ff636 |
Subject: [PATCH] man: fix typos in previous comimt
|
|
|
1ff636 |
|
|
|
1ff636 |
Cherry-picked from: 7703bd4d
|
|
|
1ff636 |
Resolves: #1177336
|
|
|
1ff636 |
---
|
|
|
1ff636 |
man/journald.conf.xml | 6 +++---
|
|
|
1ff636 |
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
1ff636 |
|
|
|
1ff636 |
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
|
|
|
c62b8e |
index abfe3130dd..2cbe58bc15 100644
|
|
|
1ff636 |
--- a/man/journald.conf.xml
|
|
|
1ff636 |
+++ b/man/journald.conf.xml
|
|
|
1ff636 |
@@ -361,7 +361,7 @@
|
|
|
1ff636 |
<title>Forwarding to traditional syslog daemons</title>
|
|
|
1ff636 |
|
|
|
1ff636 |
<para>
|
|
|
1ff636 |
- Journal events can be transfered to a different logging daemon
|
|
|
1ff636 |
+ Journal events can be transferred to a different logging daemon
|
|
|
1ff636 |
in two different ways. In the first method, messages are
|
|
|
1ff636 |
immediately forwarded to a socket
|
|
|
1ff636 |
(<filename>/run/systemd/journal/syslog</filename>), where the
|
|
|
1ff636 |
@@ -375,9 +375,9 @@
|
|
|
1ff636 |
to access all messages since the start of the system. In
|
|
|
1ff636 |
addition, full structured meta-data is available to it. This
|
|
|
1ff636 |
method of course is available only if the messages are stored in
|
|
|
1ff636 |
- a journal file at all. So it will work if
|
|
|
1ff636 |
+ a journal file at all. So it will not work if
|
|
|
1ff636 |
<varname>Storage=none</varname> is set. It should be noted that
|
|
|
1ff636 |
- usualy the <emphasis>second</emphasis> method is used by syslog
|
|
|
1ff636 |
+ usually the <emphasis>second</emphasis> method is used by syslog
|
|
|
1ff636 |
daemons, so the <varname>Storage=</varname> option, and not the
|
|
|
1ff636 |
<varname>ForwardToSyslog=</varname> option, is relevant for them.
|
|
|
1ff636 |
</para>
|