From f8188fab4e3bf3c7e3be06da1efc8fd9b5dbbd91 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 23 May 2017 22:38:47 -0700 Subject: doc: C code formatting issue. * txr.1: typeset couple of example printf calls properly in discussion of variadic FFI call descriptors. --- txr.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 9ba9d20d..4f694360 100644 --- a/txr.1 +++ b/txr.1 @@ -54254,9 +54254,13 @@ of a variadic function, rather than the variadic function's type To call the same variadic function using different variadic arguments, different call descriptors are required. For instance to perform the equivalent of the C function call -.str printf("hello\en") +.cblk +printf("hello\en") +.cble requires a certain descriptor. To perform the equivalent of -.str printf("hello, %s\en", name) +.cblk +printf("hello, %s\en", name) +.cble requires a different descriptor. .coNP Function @ ffi-type-compile -- cgit v1.2.3