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-15 21:40:52 -0400 |
commit | 2374374499f50939a769725c273c797d02dd4873 (patch) | |
tree | 35b35744e0089ad69f2f142e6b007bc5a6bd0264 | |
parent | bc48c51f72d86c6f690724f251892da5657116ac (diff) |
man: fix typo (#3261)
-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> |