summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-07-18 23:37:07 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-07-18 23:37:07 -0700
commit786bda0535896e7b2b288913bb87799cb51ca4b0 (patch)
tree0a5205b2b8185305620ed595bf5f44218aded162
parent4462e56ec85ed71c048edf92b8455c1e28df89f5 (diff)
downloadtxr-786bda0535896e7b2b288913bb87799cb51ca4b0.tar.gz
txr-786bda0535896e7b2b288913bb87799cb51ca4b0.tar.bz2
txr-786bda0535896e7b2b288913bb87799cb51ca4b0.zip
doc: ffi-in: wrong direction word.
* txr.1: ffi-in is a decoding not an encoding action.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
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.