diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-26 15:08:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-29 12:23:34 +0200 |
commit | dfe85b38d2d15c3e30357a84c781a1d78f176ff8 (patch) | |
tree | 0b54091293da0a3ff4160fcdbfb537693fa7777f /man | |
parent | 1cc457d9985d494e59251fd41c84a2d555a91636 (diff) | |
download | systemd-dfe85b38d2d15c3e30357a84c781a1d78f176ff8.tar.gz |
man: minor wording fixes
As suggested in:
https://github.com/systemd/systemd/pull/3124#discussion_r61068789
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index fea42ebd31..2d0fb63f1d 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -94,10 +94,9 @@ 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> @@ -469,8 +468,8 @@ 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 |