diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-06 20:45:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-06 20:45:19 +0200 |
commit | 844a64ad302bfd4475024826ef57651079a02f98 (patch) | |
tree | cd8663bc07159ad17b4d80899801e618ac97ad8a /doc/gawk.texi | |
parent | 38561c59605cabc43ebc9a6416a04e0a53d445b8 (diff) | |
download | egawk-844a64ad302bfd4475024826ef57651079a02f98.tar.gz egawk-844a64ad302bfd4475024826ef57651079a02f98.tar.bz2 egawk-844a64ad302bfd4475024826ef57651079a02f98.zip |
Minor doc fix.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 19e0922c..d609c660 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -28253,8 +28253,7 @@ you tune them more easily. Sending the @code{USR1} signal while profiling cause @command{gawk} to dump the profile and keep going, including a function call stack. @item -You can also just ``pretty-print'' the program. This currently also runs -the program, but that will change in the next major release. +You can also just ``pretty-print'' the program. @end itemize |