summaryrefslogtreecommitdiffstats
path: root/txr.1
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
commitea58260489e6de6a7d44c57254dcc10d8656d8ee (patch)
tree6e091816a2f3629f61727c1ca63f2fc9be2c8243 /txr.1
parent96ae68c646125f5df788d00b03a26a319252ba88 (diff)
downloadtxr-ea58260489e6de6a7d44c57254dcc10d8656d8ee.tar.gz
txr-ea58260489e6de6a7d44c57254dcc10d8656d8ee.tar.bz2
txr-ea58260489e6de6a7d44c57254dcc10d8656d8ee.zip
doc: dotimes heading formatting.
* txr.1: Split dotimes syntax across two lines, to prevent wrapping when rendered to 80 column man page output.
Diffstat (limited to 'txr.1')
-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