aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/lib/nextfile.awk
diff options
context:
space:
mode:
Diffstat (limited to 'awklib/eg/lib/nextfile.awk')
-rw-r--r--awklib/eg/lib/nextfile.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/lib/nextfile.awk b/awklib/eg/lib/nextfile.awk
index caedf0e4..33f5af36 100644
--- a/awklib/eg/lib/nextfile.awk
+++ b/awklib/eg/lib/nextfile.awk
@@ -1,7 +1,7 @@
# nextfile --- skip remaining records in current file
# correctly handle successive occurrences of the same file
#
-# Arnold Robbins, arnold@gnu.org, Public Domain
+# Arnold Robbins, arnold@skeeve.com, Public Domain
# May, 1993
# this should be read in before the "main" awk program