From 56a9f6bffbbf2b188cc047a5375a9ac5d5db4b07 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 29 Jan 2021 22:34:46 -0800 Subject: 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. --- txr.1 | 8 ++++---- 1 file 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 -- cgit v1.2.3