From 7db51e913e3c12e5938daeb5429ad5e0431c3b23 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Sat, 15 Nov 2008 09:24:09 -0500 Subject: [PATCH] Clarify WEEK example. --- man/remind.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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