diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-11-07 01:17:48 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-11-07 01:23:54 -0500 |
commit | 63ba209d8bc64137ff1585d5878328c93cb81b61 (patch) | |
tree | 3f2012a37e823e5a755e5b3137b25d4dd99f9c88 /man/systemd-system.conf.xml | |
parent | f576cd2092bc40f9998415cdc3caf10035d4743a (diff) |
man: wording and grammar updates
This is a recurring submission and includes corrections to various
issue spotted: comma setting, missing words/preposition choice.
Diffstat (limited to 'man/systemd-system.conf.xml')
-rw-r--r-- | man/systemd-system.conf.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index c1f26484ee..2a0a10c05b 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -101,15 +101,15 @@ <listitem><para>Configures the default time-outs for starting and stopping of units, as well as the default time to - sleep between automatic restarts of a + sleep between automatic restarts of units, as configured per-unit in <varname>TimeoutStartSec=</varname>, <varname>TimeoutStopSec=</varname> and <varname>RestartSec=</varname> (for - service units see + service units, see <citerefentry><refentrytitle>systemd.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details on the per-unit - settings). For non-service units + settings). For non-service units, <varname>DefaultTimeoutStartSec=</varname> sets the default <varname>TimeoutSec=</varname> value. |