valeriyvdovin / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

Blame SOURCES/0146-man-fix-typos-in-previous-comimt.patch

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