diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-11-16 19:09:15 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-11-16 19:09:15 +0200 |
commit | fd3e8f9c332bd76e7f8fa0c61c1451f52f3b1998 (patch) | |
tree | b96f6a8325fae197fe89bc4330e81e672626f16c /doc/gawk.texi | |
parent | 1e9ffdd82158abb274eb512f53f5d1d771015751 (diff) | |
download | egawk-fd3e8f9c332bd76e7f8fa0c61c1451f52f3b1998.tar.gz egawk-fd3e8f9c332bd76e7f8fa0c61c1451f52f3b1998.tar.bz2 egawk-fd3e8f9c332bd76e7f8fa0c61c1451f52f3b1998.zip |
Minor doc fix.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index dfd6dd86..9cd4b74c 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -5706,7 +5706,7 @@ print $0 # or whatever else with $0 @end example @noindent -This forces @command{awk} rebuild the record. It does help +This forces @command{awk} to rebuild the record. It does help to add a comment, as we've shown here. There is a flip side to the relationship between @code{$0} and |