diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-02 20:40:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-08-02 20:40:50 +0300 |
commit | c5137ae530c49765049adb53777c79ebb7607ebe (patch) | |
tree | e168aec9e1c771058688df892368fbdba5de40e3 /extension/revoutput.3am | |
parent | fa460b53f8173ebee36dbe672a9d95d3d69c9a9c (diff) | |
download | egawk-c5137ae530c49765049adb53777c79ebb7607ebe.tar.gz egawk-c5137ae530c49765049adb53777c79ebb7607ebe.tar.bz2 egawk-c5137ae530c49765049adb53777c79ebb7607ebe.zip |
Bug fix in revoutput extension.
Diffstat (limited to 'extension/revoutput.3am')
-rw-r--r-- | extension/revoutput.3am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extension/revoutput.3am b/extension/revoutput.3am index 9c8f062f..8620935b 100644 --- a/extension/revoutput.3am +++ b/extension/revoutput.3am @@ -1,4 +1,4 @@ -.TH REVOUTPUT 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension Modules" +.TH REVOUTPUT 3am "Aug 02 2015" "Free Software Foundation" "GNU Awk Extension Modules" .SH NAME revoutput \- Reverse output strings sample extension .SH SYNOPSIS @@ -35,6 +35,8 @@ The output from this program is: dlrow ,olleh .fi .ft R +.SH BUGS +This extension does not affect the default standard output. .SH "SEE ALSO" .IR "GAWK: Effective AWK Programming" , .IR filefuncs (3am), |