aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-09-20 21:40:36 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-09-20 21:40:36 +0300
commit3dc29b1fbb332fd0a0571ed803401f4ca069e9b3 (patch)
tree76760d37284a0813a3df38b4e03c131a3e1b8d1b /doc/gawktexi.in
parentcbff5bd8144c06b2c6790060462c68a22e0d4452 (diff)
parent491c127c5c78f0729f3e75bc0d07d49285a2041b (diff)
downloadegawk-3dc29b1fbb332fd0a0571ed803401f4ca069e9b3.tar.gz
egawk-3dc29b1fbb332fd0a0571ed803401f4ca069e9b3.tar.bz2
egawk-3dc29b1fbb332fd0a0571ed803401f4ca069e9b3.zip
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 546f7611..647bb0fb 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -18240,8 +18240,8 @@ The week number of the year (with the first Monday as the first
day of week one) as a decimal number (01--53).
The method for determining the week number is as specified by ISO 8601.
(To wit: if the week containing January 1 has four or more days in the
-new year, then it is week one; otherwise it is week 53 of the previous year
-and the next week is week one.)
+new year, then it is week one; otherwise it is the last week
+[52 or 53] of the previous year and the next week is week one.)
@item %w
The weekday as a decimal number (0--6). Sunday is day zero.
@@ -22303,7 +22303,7 @@ function _gr_init( oldfs, oldrs, olddol0, grcat,
n = split($4, a, "[ \t]*,[ \t]*")
for (i = 1; i <= n; i++)
if (a[i] in _gr_groupsbyuser)
- _gr_groupsbyuser[a[i]] = gr_groupsbyuser[a[i]] " " $1
+ _gr_groupsbyuser[a[i]] = _gr_groupsbyuser[a[i]] " " $1
else
_gr_groupsbyuser[a[i]] = $1