aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-10-04 12:33:36 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-10-04 12:33:36 +0300
commitd9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b (patch)
treed6f28e69bd45531ae5130eed3d7293b5e1d8fe2b /doc/gawk.texi
parent0ee9fa0f6ef9ac84a254ebf4068d15a474e0605b (diff)
downloadegawk-d9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b.tar.gz
egawk-d9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b.tar.bz2
egawk-d9ac13ffbb4dfe7ea18884f0a8898c0decbfa07b.zip
Another small doc fix.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 91625d06..08b30ee6 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -46336,8 +46336,3 @@ But to use it you have to say
which sorta sucks.
TODO:
-FIXME:
-Add a section explaining recursion from ground zero. Probably
-easiest to do it with factorial as the example. Explain that
-recursion needs a stopping condition. Thanks to
-Bill Duncan <bduncan@beachnet.org> for the suggestion.