diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-01-29 22:34:46 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-01-29 22:34:46 -0800 |
commit | fd30d22a593b3e5a07855db6473241a0c8ced99c (patch) | |
tree | 8f18b76babc8811d9ba5285592e1b2b7e33b5f29 | |
parent | 1be771848455687da7a3a96a159f75a6a5bde9f1 (diff) | |
download | txr-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.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |