aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index aee784f2..8ca76fd6 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -21551,8 +21551,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 @}
@@ -35175,7 +35175,7 @@ properly:
# actions in an ENDFILE rule will be redirected as expected.
BEGIN @{
- inplace = 1 # enabled by default
+ inplace = 1 # enabled by default
@}
BEGINFILE @{