about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-11-06 22:44:56 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-11-06 22:44:56 +0100
commitc4aba5783f0f7330e57ba14af32b9246cd72cc70 (patch)
tree459de133c56ff2810e34eec6723f175e6b921402
parent2c6cd6f595949f32bf616c6ba3055466c4aadca3 (diff)
downloadsnooze-c4aba5783f0f7330e57ba14af32b9246cd72cc70.tar.gz
snooze-c4aba5783f0f7330e57ba14af32b9246cd72cc70.tar.xz
snooze-c4aba5783f0f7330e57ba14af32b9246cd72cc70.zip
README.md: clarify timezone reload
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7449a14..4b6832c 100644
--- 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...