summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-03 00:20:03 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-03 00:20:03 -0800
commit6cbd5aa63b23044c12817e0d442fe7678f6a0754 (patch)
tree234359def6d278f3298a8dae94fc4b379a4acb33
parente19df24ea8f88e8795f139267a675035c11bbd90 (diff)
downloadtxr-6cbd5aa63b23044c12817e0d442fe7678f6a0754.tar.gz
txr-6cbd5aa63b23044c12817e0d442fe7678f6a0754.tar.bz2
txr-6cbd5aa63b23044c12817e0d442fe7678f6a0754.zip
Fix bad .TP syntax.
-rw-r--r--txr.110
1 files changed, 7 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index ca2de82a..8fa6c836 100644
--- a/txr.1
+++ b/txr.1
@@ -5096,7 +5096,8 @@ Examples:
[c 1] ;; indexes into vector #(5 6 7) to yield 6
-.TP Dialect Note:
+.TP
+Dialect Note:
In some other Lisp dialects, the improper list syntax is not supported;
a function called apply (or similar) must be used for application even if
@@ -7999,10 +8000,13 @@ the string returned by get-line, and whose cdr contains the lazy function.
.SS Function generate
-.TP Syntax:
+.TP
+Syntax:
+
(generate <while-fun> <gen-fun>)
-.TP Description:
+.TP
+Description:
The generate function produces a lazy list which dynamically produces items
according to the following logic.