diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-06 07:30:56 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-06 07:30:56 -0700 |
commit | 6fd2b82e5e6ae996c4339a4d53307dd9610fe70d (patch) | |
tree | 4ac13539e4ffa1c6d8ef5bd5dc900d6b51ea8816 | |
parent | d1ea8403e913d014b43dfed73b4b844ddb7684ff (diff) | |
download | txr-6fd2b82e5e6ae996c4339a4d53307dd9610fe70d.tar.gz txr-6fd2b82e5e6ae996c4339a4d53307dd9610fe70d.tar.bz2 txr-6fd2b82e5e6ae996c4339a4d53307dd9610fe70d.zip |
doc: fix three broken syntax continuation lines.
* txr.1: Syntax markup for file-get-buf, :mass-delegate
and file-open options contains an extra space. This causes
the syntax not to be correctly processed for the HTML
version. nroff-based man page rendering and pdf are fine.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28451,7 +28451,7 @@ The stream is required to support byte input. .coNP Functions @ file-get-buf and @ command-get-buf .synb .mets (file-get-buf < name >> [ max-bytes -.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ >> [ skip-bytes <> [ mode-opts ]]]) +.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ >> [ skip-bytes <> [ mode-opts ]]]) .mets (command-get-buf < cmd >> [ max-byte> <> [ skip-bytes ]]) .syne .desc @@ -32103,7 +32103,7 @@ method delegates to a differently named method .coNP Struct clause macro @ :mass-delegate .synb .mets (:mass-delegate < self-var < delegate-expr -.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ < from-type <> [ * ] <> [ method ]*) +.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ < from-type <> [ * ] <> [ method ]*) .syne .desc The @@ -59958,7 +59958,7 @@ Note that it permits no whitespace characters: .mets < mode := { < selector [ + ] | + } .mets < selector := { r | w | a | m } .mets < options := { b | x | l | u | i | n | < digit | -.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ <> z[ digit ] | < redirection } +.mets \ \ \ \ \ \ \ \ \ \ \ \ \ \ <> z[ digit ] | < redirection } .mets < digit := { 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 } .onom |