aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-06-15 14:13:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-06-15 14:13:09 +0300
commit6f10e610abfc6cdd68147ad817edd50440ed38ab (patch)
treea10d00d4b606b7a17b936287df44aa8db8c43cba /doc/gawk.texi
parenta62ecbb9f3f17cc69a7a464954fa42b30c57aa47 (diff)
downloadegawk-6f10e610abfc6cdd68147ad817edd50440ed38ab.tar.gz
egawk-6f10e610abfc6cdd68147ad817edd50440ed38ab.tar.bz2
egawk-6f10e610abfc6cdd68147ad817edd50440ed38ab.zip
Expand tab characters in the doc.
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 5a5a395d..38731606 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -21725,8 +21725,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 @}
@@ -34773,7 +34773,7 @@ properly:
# actions in an ENDFILE rule will be redirected as expected.
BEGIN @{
- inplace = 1 # enabled by default
+ inplace = 1 # enabled by default
@}
BEGINFILE @{