diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-15 22:45:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-11-15 22:45:43 +0200 |
commit | 0422361dcbf5461be22aea9e2dbc1a6735593e1b (patch) | |
tree | 925494497411feb93dfb41b44c025a1d3ac9c975 | |
parent | 19bac92bd8d88cb92d447649643fee48367692ad (diff) | |
download | egawk-0422361dcbf5461be22aea9e2dbc1a6735593e1b.tar.gz egawk-0422361dcbf5461be22aea9e2dbc1a6735593e1b.tar.bz2 egawk-0422361dcbf5461be22aea9e2dbc1a6735593e1b.zip |
More doc updates.
-rw-r--r-- | doc/ChangeLog | 1 | ||||
-rw-r--r-- | doc/gawk.1 | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index a6c370e1..aba14a79 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,7 @@ 2015-11-15 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Minor edits. + * gawk.1: Revise \x to maximum of two digits. 2015-11-04 Arnold D. Robbins <arnold@skeeve.com> @@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "May 31 2015" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Nov 15 2015" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -1573,9 +1573,9 @@ Vertical tab. The character represented by the string of hexadecimal digits following the .BR \ex . -As in ISO C, all following hexadecimal digits are considered part of +Up to two +following hexadecimal digits are considered part of the escape sequence. -(This feature should tell us something about language design by committee.) E.g., \fB"\ex1B"\fR is the \s-1ASCII\s+1 \s-1ESC\s+1 (escape) character. .TP .BI \e ddd |