[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1846-ge9c060
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1846-ge9c0609 |
Date: |
Thu, 30 Jun 2016 02:33:06 +0000 (UTC) |
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, master has been updated
via e9c060994a719ccc80dedf6a9db75c0c62e129eb (commit)
from f5974cd7969e6e53d90d2d3d0023c958e83a3dd1 (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=e9c060994a719ccc80dedf6a9db75c0c62e129eb
commit e9c060994a719ccc80dedf6a9db75c0c62e129eb
Author: Arnold D. Robbins <address@hidden>
Date: Thu Jun 30 05:32:55 2016 +0300
Typo fix in the man page.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index f5e1b35..abd8cdf 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-30 Arnold D. Robbins <address@hidden>
+
+ * gawk.1: Typo fix. Thanks to Antonio Giovanni Colombo
+ for noticing.
+
2016-06-15 Arnold D. Robbins <address@hidden>
* gawk.1: Document typeof(), update modified date.
diff --git a/doc/gawk.1 b/doc/gawk.1
index 633e8be..dedf6c9 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -13,7 +13,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Jun 15 2016" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Jun 30 2016" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -1238,7 +1238,7 @@ behavior:
\fBPROCINFO["NONFATAL"]\fR
If this exists, then I/O errors for all output redirections become nonfatal.
.TP
-\fBPROCINFO["\fIoutput_command\fB", "NONFATAL"]\fR
+\fBPROCINFO["\fIoutput_name\fB", "NONFATAL"]\fR
Make output errors for
.I output_name
be nonfatal.
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++++
doc/gawk.1 | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1846-ge9c0609,
Arnold Robbins <=