SummaryRefsLogTreeCommitDiffStats
diff options
context:
space:
mode:
-rw-r--r--doc/mcron.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mcron.texi b/doc/mcron.texi
index f408e11..c124bc8 100644
--- a/doc/mcron.texi
+++ b/doc/mcron.texi
@@ -434,7 +434,7 @@ the student to understand how this works!).
(let* ((next-month (next-month-from current-time))
(first-day (tm:wday (localtime next-month)))
(second-sunday (if (eqv? first-day 0)
- 8
+ 7
(- 14 first-day))))
(+ next-month (* 24 60 60 second-sunday))))
"my-program")