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
commita470788a316546c4e9fbc5454c97db8d53cd30ac (patch)
tree936f56d53b881fe17d791d145dac50a87bc10d1c
parent6e96db3e6d889c83687b8dfc16e0122c6c461f2d (diff)
downloadtxr-a470788a316546c4e9fbc5454c97db8d53cd30ac.tar.gz
txr-a470788a316546c4e9fbc5454c97db8d53cd30ac.tar.bz2
txr-a470788a316546c4e9fbc5454c97db8d53cd30ac.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 }*)