From e6cf686633c15bfcf787f82b86a1eef17b401fa8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 17 Jan 2021 14:24:32 -0800 Subject: doc: bad syntax in FFI type struct. * txr.1: Fix << that should be <. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 15d1c774..778948dd 100644 --- a/txr.1 +++ b/txr.1 @@ -68655,7 +68655,7 @@ through the enumeration is is attempted at run time. .coNP FFI type @ struct .synb -.mets (struct < name >> {( slot << type <> [ init-form ])}*) +.mets (struct < name >> {( slot < type <> [ init-form ])}*) .syne .desc The FFI -- cgit v1.2.3