diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-11-06 06:28:08 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-11-06 06:28:08 -0800 |
commit | 84fb59d62953fce123dc9ec9a5a661dd30e5765b (patch) | |
tree | 364f97e77c6096c185403010af03496445dae31a | |
parent | 698c2c6b165e1bc1b57b972f6a7dcd4ca1129600 (diff) | |
download | txr-84fb59d62953fce123dc9ec9a5a661dd30e5765b.tar.gz txr-84fb59d62953fce123dc9ec9a5a661dd30e5765b.tar.bz2 txr-84fb59d62953fce123dc9ec9a5a661dd30e5765b.zip |
doc: split/split*: formatting of syntax
* txr.1: Fix funny formatting.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28142,8 +28142,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 |