From 1e85682df12ed0f45f5dee706d0fe1dcf7a40d52 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 12 Jan 2017 02:08:34 -0800 Subject: doc: use markup in struct syntax. * txr.1: Use .mets in syntax block for frame, catch-frame anf handle-frame, as well as time. --- txr.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/txr.1 b/txr.1 index ef315b1b..2c543e85 100644 --- a/txr.1 +++ b/txr.1 @@ -33374,9 +33374,9 @@ and not a derived representation. .coNP Structures @, frame @ catch-frame and @ handle-frame .synb - (defstruct frame nil) - (defstruct catch-frame frame types jump) - (defstruct handle-frame frame types fun) +.mets (defstruct frame nil) +.mets (defstruct catch-frame frame types jump) +.mets (defstruct handle-frame frame types fun) .syne .desc The structure types @@ -41613,9 +41613,9 @@ function. .coNP Structure @ time .synb - (defstruct time nil - year month day hour min sec dst - gmtoff zone) +.mets (defstruct time nil +.mets \ \ year month day hour min sec dst +.mets \ \ gmtoff zone) .syne .desc The -- cgit v1.2.3