diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-02-07 21:13:34 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-02-07 21:13:34 -0800 |
commit | 64130eadd62a36d54a5d00fa84b3654d4f08ec89 (patch) | |
tree | 6e091816a2f3629f61727c1ca63f2fc9be2c8243 | |
parent | 4edaf3ab2f41d47fc38c11aa27f57d9c217c4fdc (diff) | |
download | txr-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.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |