summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-01-29 22:34:46 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-01-29 22:34:46 -0800
commitfd30d22a593b3e5a07855db6473241a0c8ced99c (patch)
tree8f18b76babc8811d9ba5285592e1b2b7e33b5f29
parent1be771848455687da7a3a96a159f75a6a5bde9f1 (diff)
downloadtxr-fd30d22a593b3e5a07855db6473241a0c8ced99c.tar.gz
txr-fd30d22a593b3e5a07855db6473241a0c8ced99c.tar.bz2
txr-fd30d22a593b3e5a07855db6473241a0c8ced99c.zip
doc: bad syntax formatting: partition and split.
* txr.1: Fix issues in the formatting of the index-list, index and function arguments of partition, partition*, split and split* functions.
-rw-r--r--txr.18
1 files changed, 4 insertions, 4 deletions
diff --git a/txr.1 b/txr.1
index a660a675..619b87f8 100644
--- a/txr.1
+++ b/txr.1
@@ -32125,7 +32125,7 @@ otherwise
.coNP Function @ partition
.synb
-.mets (partition < sequence >> { index-list | index | << function })
+.mets (partition < sequence >> { index-list | < index | << function })
.syne
.desc
If
@@ -32229,8 +32229,8 @@ as are indices less than or equal to zero.
.coNP Functions @ split and @ split*
.synb
-.mets (split < sequence >> { index-list | index | << function })
-.mets (split* < sequence >> { index-list | index | << function })
+.mets (split < sequence >> { index-list | < index | << function })
+.mets (split* < sequence >> { index-list | < index | << function })
.syne
.desc
If
@@ -32340,7 +32340,7 @@ does not produce empty pieces.
.coNP Function @ partition*
.synb
-.mets (partition* < sequence >> { index-list >> | index <> | function })
+.mets (partition* < sequence >> { index-list | < index | << function })
.syne
.desc
If