summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-02-07 21:13:34 -0800
committerKaz Kylheku <kaz@kylheku.com>2017-02-07 21:13:34 -0800
commit64130eadd62a36d54a5d00fa84b3654d4f08ec89 (patch)
tree6e091816a2f3629f61727c1ca63f2fc9be2c8243
parent4edaf3ab2f41d47fc38c11aa27f57d9c217c4fdc (diff)
downloadtxr-64130eadd62a36d54a5d00fa84b3654d4f08ec89.tar.gz
txr-64130eadd62a36d54a5d00fa84b3654d4f08ec89.tar.bz2
txr-64130eadd62a36d54a5d00fa84b3654d4f08ec89.zip
doc: dotimes heading formatting.
* txr.1: Split dotimes syntax across two lines, to prevent wrapping when rendered to 80 column man page output.
-rw-r--r--txr.13
1 files changed, 2 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 89ac689b..6c7a5b25 100644
--- a/txr.1
+++ b/txr.1
@@ -14302,7 +14302,8 @@ macro. It may be understood as conforming to the following equivalence:
.coNP Macro @ dotimes
.synb
-.mets (dotimes >> ( var < count-form <> [ result-form ]) << body-form *)
+.mets (dotimes >> ( var < count-form <> [ result-form ])
+.mets \ \ << body-form *)
.syne
.desc
The