diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-09 14:09:53 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-09 14:09:53 +0300 |
commit | f23270d71c3cdb85b79677f07378eac9e6bcafb5 (patch) | |
tree | 89be05f5275de3c01a8e92729b4bc04739c62f06 /doc/gawk.1 | |
parent | 1ecf59325e466aed32ebfe71da3b7af8c15306cb (diff) | |
download | egawk-f23270d71c3cdb85b79677f07378eac9e6bcafb5.tar.gz egawk-f23270d71c3cdb85b79677f07378eac9e6bcafb5.tar.bz2 egawk-f23270d71c3cdb85b79677f07378eac9e6bcafb5.zip |
Make /regex/ a 2nd arg to index() a fatal error.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Apr 24 2013" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "May 09 2013" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -2790,6 +2790,8 @@ or 0 if .I t is not present. (This implies that character indices start at one.) +It is a fatal error to use a regexp constant for +.IR t . .TP \fBlength(\fR[\fIs\fR]\fB) Return the length of the string |