From: Christian Neukirchen Date: Fri, 6 Nov 2015 21:44:56 +0000 (+0100) Subject: README.md: clarify timezone reload X-Git-Tag: v0.1~6 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=c4aba5783f0f7330e57ba14af32b9246cd72cc70;hp=2c6cd6f595949f32bf616c6ba3055466c4aadca3;p=user%2Fhenk%2Fcode%2Fsnooze.git README.md: clarify timezone reload --- 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...