From 64130eadd62a36d54a5d00fa84b3654d4f08ec89 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 7 Feb 2017 21:13:34 -0800 Subject: doc: dotimes heading formatting. * txr.1: Split dotimes syntax across two lines, to prevent wrapping when rendered to 80 column man page output. --- txr.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3