diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-15 14:16:11 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-15 14:16:11 +0300 |
commit | 918a86d8e33cc4c0d6412c7efe1e990220d19a6a (patch) | |
tree | c0d5c516faeae353cd5911f4b703b32685370b1f /doc/gawktexi.in | |
parent | d023deef35a7d99c9d997c5f2592e6d05cd775d3 (diff) | |
parent | 53da154566a9dd127360ce84987b7378a0183290 (diff) | |
download | egawk-918a86d8e33cc4c0d6412c7efe1e990220d19a6a.tar.gz egawk-918a86d8e33cc4c0d6412c7efe1e990220d19a6a.tar.bz2 egawk-918a86d8e33cc4c0d6412c7efe1e990220d19a6a.zip |
Merge branch 'master' into feature/api-mpfr
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 6 |
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 @{ |