From 6fd2b82e5e6ae996c4339a4d53307dd9610fe70d Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 6 Oct 2022 07:30:56 -0700 Subject: 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. --- txr.1 | 6 +++--- 1 file 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 -- cgit v1.2.3