summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-10-06 07:30:56 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-10-06 07:30:56 -0700
commit6fd2b82e5e6ae996c4339a4d53307dd9610fe70d (patch)
tree4ac13539e4ffa1c6d8ef5bd5dc900d6b51ea8816
parentd1ea8403e913d014b43dfed73b4b844ddb7684ff (diff)
downloadtxr-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.16
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index 865e5d6a..9ecfe57d 100644
--- a/txr.1
+++ b/txr.1
@@ -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