aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-06-21 11:44:21 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-06-21 11:44:21 +0300
commit5f6d079dd752b25f29a37a34939951431c8ee43b (patch)
tree93a70cc627902042fe15a75246e8b9eac624c664 /doc/gawk.texi
parent70fcfb0c2e0e0e8a97a885aaa7266f8abeafec0c (diff)
downloadegawk-5f6d079dd752b25f29a37a34939951431c8ee43b.tar.gz
egawk-5f6d079dd752b25f29a37a34939951431c8ee43b.tar.bz2
egawk-5f6d079dd752b25f29a37a34939951431c8ee43b.zip
Remove an obsolete exercise from the manual.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi7
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