diff options
Diffstat (limited to 'awklib/eg/lib/nextfile.awk')
-rw-r--r-- | awklib/eg/lib/nextfile.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/nextfile.awk b/awklib/eg/lib/nextfile.awk index 0f729a87..4bb07bc3 100644 --- a/awklib/eg/lib/nextfile.awk +++ b/awklib/eg/lib/nextfile.awk @@ -1,6 +1,6 @@ # nextfile --- skip remaining records in current file # correctly handle successive occurrences of the same file -# Arnold Robbins, arnold@gnu.ai.mit.edu, Public Domain +# Arnold Robbins, arnold@gnu.org, Public Domain # May, 1993 # this should be read in before the "main" awk program |