diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-04 21:12:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-04 21:12:10 +0200 |
commit | 03fae01822b5275a2940458f65644796283a8a23 (patch) | |
tree | df137fe6f20ba6944b4d4cad100dd44df28abc5f /man/systemd.exec.xml | |
parent | 393a2f9be167f4147e117fd2fc912292899b6b33 (diff) |
uniformly suffix time span properties with their unit
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 6e9051db74..83eef32f55 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -497,13 +497,19 @@ </varlistentry> <varlistentry> - <term><varname>TimerSlackNS=</varname></term> + <term><varname>TimerSlackNSec=</varname></term> <listitem><para>Sets the timer slack in nanoseconds for the executed - processes The timer slack controls the accuracy - of wake-ups triggered by timers. See + processes The timer slack controls the + accuracy of wake-ups triggered by + timers. See <citerefentry><refentrytitle>prctl</refentrytitle><manvolnum>2</manvolnum></citerefentry> - for more information.</para></listitem> + for more information. Note that in + contrast to most other time span + definitions this value is takes a + nano-seconds integer and does not + understand any other + units.</para></listitem> </varlistentry> <varlistentry> |