]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: minor wording fixes
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Apr 2016 13:08:06 +0000 (15:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 29 Apr 2016 10:23:34 +0000 (12:23 +0200)
As suggested in:

https://github.com/systemd/systemd/pull/3124#discussion_r61068789

man/systemd.exec.xml

index fea42ebd31174918ec6812f8202692c58e4c3bab..2d0fb63f1da1657623388874a474eb4f1183459c 100644 (file)
     required to access <filename>/tmp</filename> and
     <filename>/var/tmp</filename>.</para>
 
-    <para>Units whose output standard output or error output is connected to <option>journal</option>,
-    <option>syslog</option> or <option>kmsg</option> (or their combinations with console output, see below)
-    automatically acquire dependencies of type <varname>After=</varname> on
-    <filename>systemd-journald.socket</filename>.</para>
+    <para>Units whose standard output or error output is connected to <option>journal</option>, <option>syslog</option>
+    or <option>kmsg</option> (or their combinations with console output, see below) automatically acquire dependencies
+    of type <varname>After=</varname> on <filename>systemd-journald.socket</filename>.</para>
   </refsect1>
 
   <refsect1>
         similar to the same option of
         <varname>StandardInput=</varname>.</para>
 
-        <para>If the standard output (or error output, see below) of a unit is connected with the journal, syslog or
-        the kernel log buffer the unit will implicitly gain a dependency of type <varname>After=</varname> on
+        <para>If the standard output (or error output, see below) of a unit is connected to the journal, syslog or the
+        kernel log buffer, the unit will implicitly gain a dependency of type <varname>After=</varname> on
         <filename>systemd-journald.socket</filename> (also see the automatic dependencies section above).</para>
 
         <para>This setting defaults to the value set with