From: Zbigniew Jędrzejewski-Szmek Date: Sat, 9 May 2015 23:46:15 +0000 (-0400) Subject: man: fix typos in previous comimt X-Git-Tag: v220~175 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7703bd4d2874a6becc2be60e284c4a547c28320b;p=thirdparty%2Fsystemd.git man: fix typos in previous comimt --- diff --git a/man/journald.conf.xml b/man/journald.conf.xml index abfe3130dd3..2cbe58bc154 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -361,7 +361,7 @@ Forwarding to traditional syslog daemons - Journal events can be transfered to a different logging daemon + Journal events can be transferred to a different logging daemon in two different ways. In the first method, messages are immediately forwarded to a socket (/run/systemd/journal/syslog), where the @@ -375,9 +375,9 @@ to access all messages since the start of the system. In addition, full structured meta-data is available to it. This method of course is available only if the messages are stored in - a journal file at all. So it will work if + a journal file at all. So it will not work if Storage=none is set. It should be noted that - usualy the second method is used by syslog + usually the second method is used by syslog daemons, so the Storage= option, and not the ForwardToSyslog= option, is relevant for them.