From 2de8ca1202b448f10f29e5e814252ed3a9003148 Mon Sep 17 00:00:00 2001
From: Kaz Kylheku <kaz@kylheku.com>
Date: Thu, 29 Mar 2018 07:05:16 -0700
Subject: doc: fix too-wide-for-80-cols syntax synopses.

* txr.1: defmacro, macrolet and mac-param-bind syntax
synopses are too wide under 80 column "man txr": breaking up.
---
 txr.1 | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'txr.1')

diff --git a/txr.1 b/txr.1
index ad09a1e0..0d45f6f8 100644
--- a/txr.1
+++ b/txr.1
@@ -30567,7 +30567,8 @@ or functions.
 
 .coNP Operator @ defmacro
 .synb
-.mets (defmacro < name <> ( param * [: << opt-param * ] [. < rest-param ])
+.mets (defmacro < name
+.mets \ \ \ \ \ \ \ \ \  <> ( param * [: << opt-param * ] [. < rest-param ])
 .mets \ \  << body-form *)
 .syne
 .desc
@@ -30651,7 +30652,8 @@ as the original function call.
 
 .coNP Operator @ macrolet
 .synb
-.mets (macrolet >> ({( name < macro-style-params << macro-body-form *)}*)
+.mets (macrolet >> ({( name < macro-style-params
+.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \  << macro-body-form *)}*)
 .mets \ \  << body-form *)
 .syne
 .desc
@@ -31316,7 +31318,8 @@ but then suppresses evaluation of the result.
 .coNP Operators @ tree-bind and @ mac-param-bind
 .synb
 .mets (tree-bind < macro-style-params < expr << form *)
-.mets (mac-param-bind < context-expr < macro-style-params < expr << form *)
+.mets (mac-param-bind < context-expr
+.mets \ \  < macro-style-params < expr << form *)
 .syne
 .desc
 The
-- 
cgit v1.2.3