diff --git a/man/remind.1 b/man/remind.1 index 14d6ffb3..5db1a35c 100644 --- a/man/remind.1 +++ b/man/remind.1 @@ -2401,9 +2401,9 @@ the collection day moves to Friday. Here's one way to solve it: FSET prev_monday(x) x - wkdaynum(x-1) REM Thu Fri SATISFY [wkdaynum(trigdate()) == 4 && \\ - nonomitted(prev_monday(today()), today()+1) == 4 || \\ + nonomitted(prev_monday(trigdate()), trigdate()+1) == 4 || \\ wkdaynum(trigdate()) == 5 && \\ - nonomitted(prev_monday(today()), today()+1) <= 4] \\ + nonomitted(prev_monday(trigdate()), trigdate()+1) <= 4] \\ MSG Garbage Day .fi .PP