aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.info')
-rw-r--r--doc/gawk.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info
index b2b6132a..6685ba83 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -15551,7 +15551,7 @@ the next field also has data, then the separator character is written
out between the fields:
{
- if (by_fields && suppress && index($0, FS) != 0)
+ if (by_fields && suppress && index($0, FS) == 0)
next
for (i = 1; i <= nfields; i++) {