aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index d398c41b..7e9b5987 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -22537,8 +22537,8 @@ $ @kbd{cat data}
$ cat @kbd{test.awk}
@print{} FNR == 3 && ! rewound @{
-@print{} rewound = 1
-@print{} rewind()
+@print{} rewound = 1
+@print{} rewind()
@print{} @}
@print{}
@print{} @{ print FILENAME, FNR, $0 @}
@@ -36161,7 +36161,7 @@ properly:
# actions in an ENDFILE rule will be redirected as expected.
BEGIN @{
- inplace = 1 # enabled by default
+ inplace = 1 # enabled by default
@}
BEGINFILE @{