From 43c05a93c3b768e189e5fd1b1bb1825bcff89bf1 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 22 Jun 2021 00:00:09 -0700 Subject: doc: formatting in quasiquote pattern matching. * txr.1: Remove stray space in marking up the JSON hash pattern syntax. This space has no ill effect when reading the man page via nroff, but messes up HTML rendering. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index ce2ad6c4..720762c9 100644 --- a/txr.1 +++ b/txr.1 @@ -41538,7 +41538,7 @@ transformation recognizes JSON (tilde) unquotes, and recursively recognizes and transform JSON syntax not prefixed by .codn #J . -.meIP >> #J{ k0 : << v0 , < k1 : << v1 , ...} +.meIP >> #J{ k0 : << v0 , < k1 : << v1 , ...} A JSON hash quasiquote is translated into .mono .meti @(hash <> ([ k0 ] <> [ v0 ]) <> ([ k0 ] <> [ v0 ]) ...) -- cgit v1.2.3