From 5f6d079dd752b25f29a37a34939951431c8ee43b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 21 Jun 2019 11:44:21 +0300 Subject: Remove an obsolete exercise from the manual. --- doc/gawk.texi | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/gawk.texi') 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 -- cgit v1.2.3