diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-26 23:00:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-26 23:00:59 (GMT) |
commit | 17211d39a0909b79d1763122db84c2581a265953 (patch) | |
tree | d5a7f1f9169ef4b54edcadd77e4d8c24b710d86c /doc | |
parent | 32d62835614a105d96f84c47ece25c598207b419 (diff) | |
parent | 37d6f900991ec0280a7ecc776cd823f6cb1ab819 (diff) | |
download | tcl-17211d39a0909b79d1763122db84c2581a265953.zip tcl-17211d39a0909b79d1763122db84c2581a265953.tar.gz tcl-17211d39a0909b79d1763122db84c2581a265953.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/clock.n | 8 | ||||
-rw-r--r-- | doc/lassign.n | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/clock.n b/doc/clock.n index 0adc218..a3f934a 100644 --- a/doc/clock.n +++ b/doc/clock.n @@ -264,10 +264,10 @@ converts the given time to a calendar date and time of day. It then adds the requisite number of months or years, and reconverts the resulting date and time of day to an absolute time. .PP -If the resulting date is impossible because the month has not enough -days (for example, when adding 1 month to 31 January), the last day -of the month is substituted. Thus, adding 1 month to 31 January will -result in 28 February in a common year or 29 February in a leap year. +If the resulting date is impossible because the month has too few days +(for example, when adding 1 month to 31 January), the last day of the +month is substituted. Thus, adding 1 month to 31 January will result in +28 February in a common year or 29 February in a leap year. .PP The rules for handling anomalies relating to summer time and to the Gregorian calendar are the same when adding/subtracting months and diff --git a/doc/lassign.n b/doc/lassign.n index 04bbf5b..67048ba 100644 --- a/doc/lassign.n +++ b/doc/lassign.n @@ -25,7 +25,7 @@ unassigned elements is returned. .SH EXAMPLES .PP An illustration of how multiple assignment works, and what happens -when there are either not enough or too many elements. +when there are either too few or too many elements. .PP .CS \fBlassign\fR {a b c} x y z ;# Empty return |