[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-297
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2975-g17453df |
Date: |
Mon, 28 May 2018 03:45:46 -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-4.2-stable has been updated
via 17453df8b1ba435161b29ca7e8cf266d0fbaf4ac (commit)
from 29f1563294ac1ab19aa252f3fd5fca94c4f88516 (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=17453df8b1ba435161b29ca7e8cf266d0fbaf4ac
commit 17453df8b1ba435161b29ca7e8cf266d0fbaf4ac
Author: Arnold D. Robbins <address@hidden>
Date: Mon May 28 10:45:15 2018 +0300
Fix some macro usages in gawk.1.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index f4008f0..0fa5c97 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2018-05-28 Bjarni Ingi Gislason <address@hidden>
+
+ * gawk.1: Change two-fonts macros to one-font macros for a
+ single argument.
+
2018-05-27 Arnold D. Robbins <address@hidden>
* gawktexi.in (Extract Program): Bug fix. Keep the files open
diff --git a/doc/gawk.1 b/doc/gawk.1
index 21bcda6..0359b9d 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -234,7 +234,7 @@ Enable debugging of \*(AK programs.
By default, the debugger reads commands interactively from the keyboard
(standard input).
The optional
-.IR file
+.I file
argument specifies a file with a list
of commands for the debugger to execute non-interactively.
.TP
@@ -506,10 +506,10 @@ Disable
default optimizations upon the internal representation of the program.
.TP
.PD 0
-.BI \-S
+.B \-S
.TP
.PD
-.BI \-\^\-sandbox
+.B \-\^\-sandbox
Run
.I gawk
in sandbox mode, disabling the
@@ -1141,7 +1141,7 @@ system call.
The value of
.IR errno (3)
when
-.BR ERRNO
+.B ERRNO
is set to the associated error message.
.TP
\fBPROCINFO["euid"]\fP
@@ -1288,7 +1288,7 @@ and this array entry exists, then
.B getline
returns \-2 instead of following the default behavior of returning \-1
and configuring
-.IR input
+.I input
to return no further data.
An I/O error that may be retried is one where
.IR errno (3)
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++++
doc/gawk.1 | 10 +++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2975-g17453df,
Arnold Robbins <=