diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-12-26 02:47:45 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-25 22:53:46 -0500 |
commit | e0e009c067aa7237f9683c46e5845bbb11ec67c2 (patch) | |
tree | d2c31f3f444bfa569569ac195e2778c475a67c26 /man/systemd.timer.xml | |
parent | b040723ea412209e0edf54647fa5aa4287411507 (diff) |
man: grammar and wording improvements
This is a recurring submission and includes corrections to:
- missing words, preposition choice.
- change of /lib to /usr/lib, because that is what most distros are
using as the system-wide location for systemd/udev files.
Diffstat (limited to 'man/systemd.timer.xml')
-rw-r--r-- | man/systemd.timer.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 7143f9f931..bb3a6d1386 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -165,8 +165,8 @@ assignments will have no effect.</para> - <para>Note that timers are not - necessarily expired at the precise + <para>Note that timers do not + necessarily expire at the precise time configured with these settings, as they are subject to the <varname>AccuracySec=</varname> @@ -187,8 +187,8 @@ <varname>OnActiveSec=</varname> and related settings.</para> - <para>Note that timers are not - necessarily expired at the precise + <para>Note that timers do not + necessarily expire at the precise time configured with this setting, as it is subject to the <varname>AccuracySec=</varname> @@ -201,7 +201,7 @@ <listitem><para>Specify the accuracy the timer shall elapse with. Defaults to 1min. The timer is scheduled to - expire within a time window starting + elapse within a time window starting with the time specified in <varname>OnCalendar=</varname>, <varname>OnActiveSec=</varname>, |