diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 12:37:00 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-12 12:37:00 +0300 |
commit | c8d82e842e7ad94cae039e6c978b4bea1a31c4d5 (patch) | |
tree | b5da46c4c3e0f96683a42c6db5a32ea96aa854e3 /doc/gawk.1 | |
parent | 8f83ab76a1d8861d9a992290f2691443d5169c89 (diff) | |
download | egawk-c8d82e842e7ad94cae039e6c978b4bea1a31c4d5.tar.gz egawk-c8d82e842e7ad94cae039e6c978b4bea1a31c4d5.tar.bz2 egawk-c8d82e842e7ad94cae039e6c978b4bea1a31c4d5.zip |
Fix FPAT problems.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2977,9 +2977,11 @@ that matched .IR r . The value of .BI seps[ i ] -is the separator that appeared in -front of -.BI a[ i +1]\fR. +is the possibly null separator that appeared after +.BI a[ i ]\fR. +The value of +.B seps[0] +is the possibly null leading separator. \&\fRIf .I r is omitted, |