diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 20:36:30 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-20 20:36:30 +0200 |
commit | e069c636968370f0899d5e4ebaeb9c2341804245 (patch) | |
tree | 166f0ce6417fc802b68cee91774727e6be53e0cb /doc/gawk.1 | |
parent | 624d70844fe63068132adb7c66ea3f8a231e56a7 (diff) | |
parent | 0b8ef4f18527f751ef60fc3202cd7143079121fb (diff) | |
download | egawk-e069c636968370f0899d5e4ebaeb9c2341804245.tar.gz egawk-e069c636968370f0899d5e4ebaeb9c2341804245.tar.bz2 egawk-e069c636968370f0899d5e4ebaeb9c2341804245.zip |
Merge branch 'master' into comment
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Aug 15 2013" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Jan 28 2014" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -1370,6 +1370,11 @@ The construct may also be used in a .B for loop to iterate over all the elements of an array. +However, the +.B "(i, j) in array" +construct only works in tests, not in +.B for +loops. .PP An element may be deleted from an array using the .B delete @@ -3968,7 +3973,7 @@ We thank him. .SH COPYING PERMISSIONS Copyright \(co 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2009, -2010, 2011, 2012, 2013 +2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of |