summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2020-07-16 15:36:08 (GMT)
committersebres <sebres@users.sourceforge.net>2020-07-16 15:36:08 (GMT)
commit3cb9dde39efd7d4045d85e21a69a57aa146c4ab5 (patch)
tree5bbaee5f4a498442e6400c54c273fa9bf1bced99
parent8bd505ac8349a223aa3abad60887b222c52eb0ec (diff)
parent565b9dca95a5103374909c089697e655748cc932 (diff)
downloadtcl-3cb9dde39efd7d4045d85e21a69a57aa146c4ab5.zip
tcl-3cb9dde39efd7d4045d85e21a69a57aa146c4ab5.tar.gz
tcl-3cb9dde39efd7d4045d85e21a69a57aa146c4ab5.tar.bz2
merge 8.5
-rw-r--r--doc/clock.n12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/clock.n b/doc/clock.n
index 8b9982c..a8c6d29 100644
--- a/doc/clock.n
+++ b/doc/clock.n
@@ -472,36 +472,36 @@ The following format groups are recognized by the \fBclock scan\fR and
\fBclock format\fR commands.
.TP
\fB%a\fR
-On output, receives an abbreviation (\fIe.g.,\fR \fBMon\fR) for the day
+On output, produces an abbreviation (\fIe.g.,\fR \fBMon\fR) for the day
of the week in the given locale. On input, matches the name of the day
of the week in the given locale (in either abbreviated or full form, or
any unique prefix of either form).
.TP
\fB%A\fR
-On output, receives the full name (\fIe.g.,\fR \fBMonday\fR) of the day
+On output, produces the full name (\fIe.g.,\fR \fBMonday\fR) of the day
of the week in the given locale. On input, matches the name of the day
of the week in the given locale (in either abbreviated or full form, or
any unique prefix of either form).
.TP
\fB%b\fR
-On output, receives an abbreviation (\fIe.g.,\fR \fBJan\fR) for the name
+On output, produces an abbreviation (\fIe.g.,\fR \fBJan\fR) for the name
of the month in the given locale. On input, matches the name of the month
in the given locale (in either abbreviated or full form, or
any unique prefix of either form).
.TP
\fB%B\fR
-On output, receives the full name (\fIe.g.,\fR \fBJanuary\fR)
+On output, produces the full name (\fIe.g.,\fR \fBJanuary\fR)
of the month in the given locale. On input, matches the name of the month
in the given locale (in either abbreviated or full form, or
any unique prefix of either form).
.TP
\fB%c\fR
-On output, receives a localized representation of date and time of day;
+On output, produces a localized representation of date and time of day;
the localized representation is expected to use the Gregorian calendar.
On input, matches whatever \fB%c\fR produces.
.TP
\fB%C\fR
-On output, receives the number of the century in Indo-Arabic numerals.
+On output, produces the number of the century in Indo-Arabic numerals.
On input, matches one or two digits, possibly with leading whitespace,
that are expected to be the number of the century.
.TP