From 6f10e610abfc6cdd68147ad817edd50440ed38ab Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 15 Jun 2017 14:13:09 +0300 Subject: Expand tab characters in the doc. --- doc/gawk.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/gawk.texi') 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 @{ -- cgit v1.2.3