aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 0e762565..211a0a7e 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -23554,7 +23554,7 @@ written out between the fields:
@example
@c file eg/prog/cut.awk
-{
+@{
if (by_fields && suppress && index($0, fs) == 0)
next