diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-21 11:52:52 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-21 11:52:52 +0300 |
commit | b19cc5185fbb54d8893d84bf7b29192069935813 (patch) | |
tree | 7149ecb3655cde4765d0e68837eac7a3f2d4b1ac /doc/gawk.texi | |
parent | d5a252444627be4d98cd6b49b948f159512952bf (diff) | |
parent | 1ed524af04eac4e709f43cda8a564734d733ae12 (diff) | |
download | egawk-b19cc5185fbb54d8893d84bf7b29192069935813.tar.gz egawk-b19cc5185fbb54d8893d84bf7b29192069935813.tar.bz2 egawk-b19cc5185fbb54d8893d84bf7b29192069935813.zip |
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index d3f7d8dd..25fb3486 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -9306,13 +9306,6 @@ one voter's votes. Come up with a way to define which columns are associated with each ballot item, and print the total votes, including abstentions, for each item. -@item -@ref{Plain Getline}, presented a program to remove C-style -comments (@samp{/* @dots{} */}) from the input. That program -does not work if one comment ends on one line and another one -starts later on the same line. -That can be fixed by making one simple change. What is it? - @end enumerate @c EXCLUDE END |