diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-21 11:44:21 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-21 11:44:21 +0300 |
commit | 5f6d079dd752b25f29a37a34939951431c8ee43b (patch) | |
tree | 93a70cc627902042fe15a75246e8b9eac624c664 /doc/gawktexi.in | |
parent | 70fcfb0c2e0e0e8a97a885aaa7266f8abeafec0c (diff) | |
download | egawk-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.in | 7 |
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 |