From c8d82e842e7ad94cae039e6c978b4bea1a31c4d5 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 12 Apr 2017 12:37:00 +0300 Subject: Fix FPAT problems. --- doc/gawk.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/gawk.1') diff --git a/doc/gawk.1 b/doc/gawk.1 index a4f691d6..b04cb013 100644 --- a/doc/gawk.1 +++ b/doc/gawk.1 @@ -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, -- cgit v1.2.3