summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-03-05 06:58:08 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-03-05 06:58:08 -0800
commit57c16518da1abc7c47858c8e540620bb047c2e03 (patch)
tree936f56d53b881fe17d791d145dac50a87bc10d1c
parent7f07e5ed29085c46144c0a2967c1827dc2645f22 (diff)
downloadtxr-57c16518da1abc7c47858c8e540620bb047c2e03.tar.gz
txr-57c16518da1abc7c47858c8e540620bb047c2e03.tar.bz2
txr-57c16518da1abc7c47858c8e540620bb047c2e03.zip
doc: fix too-wide make-hash syntax
* txr.1: Fold make-hash over two lines to avoid 80 col overflow under man.
-rw-r--r--txr.13
1 files changed, 2 insertions, 1 deletions
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 }*)