diff options
author | Andre Klärner <kandre+github@ak-online.be> | 2016-05-16 03:40:52 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-05-16 03:40:52 +0200 |
commit | 2374374499f50939a769725c273c797d02dd4873 (patch) | |
tree | 35b35744e0089ad69f2f142e6b007bc5a6bd0264 /man/systemd.timer.xml | |
parent | networkd: do not generate a mac address for vlan interfaces (#3221) (diff) | |
download | systemd-2374374499f50939a769725c273c797d02dd4873.tar.xz systemd-2374374499f50939a769725c273c797d02dd4873.zip |
man: fix typo (#3261)
Diffstat (limited to 'man/systemd.timer.xml')
-rw-r--r-- | man/systemd.timer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.timer.xml b/man/systemd.timer.xml index 0d0cccf152..0fa95e97a8 100644 --- a/man/systemd.timer.xml +++ b/man/systemd.timer.xml @@ -288,7 +288,7 @@ starting a timer unit that only elapses once: if <varname>RemainAfterElapse=</varname> is on, it will not be started again, and is guaranteed to elapse only once. However, - if <varname>RemainAfterLeapse=</varname> is off, it might be + if <varname>RemainAfterElapse=</varname> is off, it might be started again if it is already elapsed, and thus be triggered multiple times. Defaults to <varname>yes</varname>.</para></listitem> |