[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-372
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-3721-g80d9375 |
Date: |
Sun, 28 Apr 2019 12:44:41 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-5.0-stable has been updated
via 80d9375e27abefbec7e618bf82f717e883df98a6 (commit)
from 9dfcaf5c979776f1f2bd80f48c7e4ded57a37e07 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=80d9375e27abefbec7e618bf82f717e883df98a6
commit 80d9375e27abefbec7e618bf82f717e883df98a6
Author: Arnold D. Robbins <address@hidden>
Date: Sun Apr 28 19:44:25 2019 +0300
Typo fix in the doc.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 63e3a4c..a14d3ec 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2019-04-28 Arnold D. Robbins <address@hidden>
+
+ * gawktexi.in (Options): Fix a copy/paste error. Thanks to
+ Mark Krauze <address@hidden>, for pointing it out.
+
2019-04-22 Arnold D. Robbins <address@hidden>
* gawktexi.in (Undocumented): Fix a typo. Thanks to Antonio Columbo
diff --git a/doc/gawk.info b/doc/gawk.info
index 85bd574..64b9624 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -2498,7 +2498,7 @@ The following list describes options mandated by the
POSIX standard:
the 'awk' program consists of the concatenation of the contents of
each specified SOURCE-FILE.
- Files named with '-i' are treated as if they had '@namespace "awk"'
+ Files named with '-f' are treated as if they had '@namespace "awk"'
at their beginning. *Note Changing The Namespace::, for more
information.
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 899fab4..593bf2d 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -3838,7 +3838,7 @@ This option may be given multiple times; the @command{awk}
program consists of the concatenation of the contents of
each specified @var{source-file}.
-Files named with @option{-i} are treated as if they had @samp{@@namespace
"awk"}
+Files named with @option{-f} are treated as if they had @samp{@@namespace
"awk"}
at their beginning. @xref{Changing The Namespace}, for more information.
@item -v @address@hidden
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 611eed4..1ded545 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -3748,7 +3748,7 @@ This option may be given multiple times; the @command{awk}
program consists of the concatenation of the contents of
each specified @var{source-file}.
-Files named with @option{-i} are treated as if they had @samp{@@namespace
"awk"}
+Files named with @option{-f} are treated as if they had @samp{@@namespace
"awk"}
at their beginning. @xref{Changing The Namespace}, for more information.
@item -v @address@hidden
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++++
doc/gawk.info | 2 +-
doc/gawk.texi | 2 +-
doc/gawktexi.in | 2 +-
4 files changed, 8 insertions(+), 3 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-3721-g80d9375,
Arnold Robbins <=