From bc38279a3722776e7f6b1ae0276dc32f34f2695c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 18 Jul 2019 23:37:07 -0700 Subject: doc: ffi-in: wrong direction word. * txr.1: ffi-in is a decoding not an encoding action. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 83fe303b..1fb8b80a 100644 --- a/txr.1 +++ b/txr.1 @@ -64719,7 +64719,7 @@ will be stored in the buffer. .desc The .code ffi-in -function performs the "in semantics" encoding action, very similar to the +function performs the "in semantics" decoding action, very similar to the treatment applied to the arguments of a foreign function call after it returns, in order to free temporary resources and recover the new values of objects that have been modified by the foreign function. -- cgit v1.2.3