aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
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/gawktexi.in
parent70fcfb0c2e0e0e8a97a885aaa7266f8abeafec0c (diff)
downloadegawk-5f6d079dd752b25f29a37a34939951431c8ee43b.tar.gz
egawk-5f6d079dd752b25f29a37a34939951431c8ee43b.tar.bz2
egawk-5f6d079dd752b25f29a37a34939951431c8ee43b.zip
Remove an obsolete exercise from the manual.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 398e35da..c60b0238 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -8904,13 +8904,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