]> git.netwichtig.de Git - user/henk/code/snooze.git/blobdiff - README.md
README.md: clarify timezone reload
[user/henk/code/snooze.git] / README.md
index 9d10153dacefd4663bfff4e4f0ce9d084e5fb4da..4b6832c1ac397036415137ddd680a512abd3e0e2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 running a command.  Together with a service supervision system such as
 runit, this can be used to replace cron(8).
 
-`lr` has been tested on Linux 4.2.
+`snooze` has been tested on Linux 4.2.
 It will likely work on other Unix-like systems with C99.
 
 ## Benefits
@@ -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...