diff --git a/man/rem2ps.1 b/man/rem2ps.1 index f2b75358..2411c718 100644 --- a/man/rem2ps.1 +++ b/man/rem2ps.1 @@ -362,7 +362,10 @@ Other back-ends may understand other specials. A back end should \fIsilently ignore\fR a reminder with a special it doesn't understand. .PP \fItag\fR is whatever tag the user provided with the \fBTAG\fR clause, -or "*" if no tag was provided. +or "*" if no tag was provided. If there is more than one \fBTAG\fR clause, +the tags appear in a comma-separated list. For example, the command +\fBREM TAG foo TAG bar TAG quux\fR would result in \fBfoo,bar,quux\fR +in the \fItag\fR field. .PP \fIdur\fR is the \fBDURATION\fR value in minutes, or "*" if no duration was provided. diff --git a/man/remind.1 b/man/remind.1 index 13a8dbaf..09bba4fd 100644 --- a/man/remind.1 +++ b/man/remind.1 @@ -1013,11 +1013,11 @@ expressions and user-defined functions are explained. See the subsection The \fBTAG\fR keyword lets you "tag" certain reminders. This facility is used by certain back-ends or systems built around \fBRemind\fR, such as \fBTkRemind\fR. These back-ends have specific rules about -tags; you should \fInot\fR use the \fBTAG\fR keyword yourself, or -your script will interact badly with back-ends. +tags; see their documentation for details. .PP The \fBTAG\fR keyword is followed by a tag consisting of up to -48 characters. +48 characters. You can have as many TAG clauses as you like in +a given REM statement. .PP If you supply the \fB\-y\fR option to \fBRemind\fR, then any reminder that lacks a \fBTAG\fR will have one synthesized. The diff --git a/man/tkremind.1 b/man/tkremind.1 index c2bbcf54..3f4c87e9 100644 --- a/man/tkremind.1 +++ b/man/tkremind.1 @@ -289,7 +289,9 @@ file to store additional state. You can certainly mix if you are aware of the following rules and limitations: .TP o -Do not use the \fBTAG\fR keyword in hand-crafted reminders. +\fBTkRemind\fR uses \fBTAG\fRs of the form \fBTKTAG\fR\fInnn\fR +where \fInnn\fR is a number. You should not use such \fBTAG\fRs +in hand-crafted reminders. .TP o Do not edit lines starting with "# TKTAGnnn", "# TKEND", or any