]> git.netwichtig.de Git - user/henk/code/snooze.git/commitdiff
README.md: clarify timezone reload
authorChristian Neukirchen <chneukirchen@gmail.com>
Fri, 6 Nov 2015 21:44:56 +0000 (22:44 +0100)
committerChristian Neukirchen <chneukirchen@gmail.com>
Fri, 6 Nov 2015 21:44:56 +0000 (22:44 +0100)
README.md

index 7449a140a57404497e9fea852989b6e451e6aa4c..4b6832c1ac397036415137ddd680a512abd3e0e2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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...