diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-09-12 05:42:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-09-12 05:42:39 -0700 |
commit | 0528f634b395b5ee3bd78766e5530ba1a9321e1e (patch) | |
tree | 1efea7f6cbb01f7970084fbd52b71c0a9d43c15c /checkman.txr | |
parent | f96659076729fa10491bc4f510749d4c845539b0 (diff) | |
download | txr-0528f634b395b5ee3bd78766e5530ba1a9321e1e.tar.gz txr-0528f634b395b5ee3bd78766e5530ba1a9321e1e.tar.bz2 txr-0528f634b395b5ee3bd78766e5530ba1a9321e1e.zip |
doc: fix some broken uses of .code and .meta
* checkman.txr (check-code): Move match for space after
code/meta after the assert, so it is an error if that
is missing.
* txr.1: Numerous inappropriate or misformatted
instances of .code and .meta replaced, removed
or adjusted.
Diffstat (limited to 'checkman.txr')
-rw-r--r-- | checkman.txr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkman.txr b/checkman.txr index 8d7b8327..024c83f9 100644 --- a/checkman.txr +++ b/checkman.txr @@ -67,7 +67,7 @@ @ (cases) .@{type /code|meta/} "@(assert bad ln `.@type needs one argument`)@x"@(eol) @ (or) -.@{type /code|meta/} @(assert bad ln `.@type needs one argument`)@{x /\S+/}@(eol) +.@{type /code|meta/}@(assert bad ln `.@type needs one argument`) @{x /\S+/}@(eol) @ (or) .cod3 @(assert bad ln `.cod3 needs three arguments`)@x @y @{z /\S+/}@(eol) @ (or) |