]> git.netwichtig.de Git - user/henk/code/snooze.git/blobdiff - README.md
add manpage
[user/henk/code/snooze.git] / README.md
index 7449a140a57404497e9fea852989b6e451e6aa4c..29e0ca9127c6ecfc65c6e5ba5c1dd1464942e8ce 100644 (file)
--- a/README.md
+++ b/README.md
@@ -127,9 +127,10 @@ Only mtime is looked at, so touch(1) is good.
   execs the command.  You need to ensure (by setting up supervision)
   snooze runs again after that!
 * if we woke due to a SIGALRM, the command is executed immediately as well
+* if we notice time moved backwards, recompute the time until the event
 * 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...