diff --git a/man/remind.1 b/man/remind.1 index b4acf303..93fd059c 100644 --- a/man/remind.1 +++ b/man/remind.1 @@ -3960,11 +3960,13 @@ Also, if you invoke \fBRemind\fR with \fB\-cc\fR..., then it approximates SPECIAL COLOR reminders on your terminal. .PP The \fBWEEK\fR special lets you place annotations such as the week -number in the calendar. For example, this would number each Sunday -with the ISO 8601 week number: +number in the calendar. For example, this would number each Monday +with the ISO 8601 week number. The week number is shown like this: +"(W\fIn\fR)" in this example, but you can put whatever text you like +after the WEEK keyword. .nf - REM Sunday SPECIAL WEEK (W[weekno()]) + REM Monday SPECIAL WEEK (W[weekno()]) .fi .SH MISCELLANEOUS