From 57c16518da1abc7c47858c8e540620bb047c2e03 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 5 Mar 2019 06:58:08 -0800 Subject: doc: fix too-wide make-hash syntax * txr.1: Fold make-hash over two lines to avoid 80 col overflow under man. --- txr.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 4305af6d..67e007e7 100644 --- a/txr.1 +++ b/txr.1 @@ -40890,7 +40890,8 @@ becomes unspecified. .coNP Functions @ make-hash and @ hash .synb -.mets (make-hash < weak-keys < weak-vals < equal-based <> [ hash-seed ]) +.mets (make-hash < weak-keys < weak-vals +.mets \ \ \ \ \ \ \ \ \ \ < equal-based <> [ hash-seed ]) .mets (hash {:weak-keys | :weak-vals | .mets \ \ \ \ \ \ :eql-based | :equal-based | .mets \ \ \ \ \ \ :userdata << obj }*) -- cgit v1.2.3