diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-11-06 22:44:56 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-11-06 22:44:56 +0100 |
commit | c4aba5783f0f7330e57ba14af32b9246cd72cc70 (patch) | |
tree | 459de133c56ff2810e34eec6723f175e6b921402 /README.md | |
parent | 2c6cd6f595949f32bf616c6ba3055466c4aadca3 (diff) |
README.md: clarify timezone reload
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ Only mtime is looked at, so touch(1) is good. * if we woke due to a SIGALRM, the command is executed immediately as well * if the event is in the future, recompute the time it takes, possibly considering shifting of the system time or timezone changes - (possibly only works on glibc) + (timezone reload only tested on glibc) * If no command was given, just return with status 0 * and so on... |