diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-07-18 23:37:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-07-18 23:37:07 -0700 |
commit | bc38279a3722776e7f6b1ae0276dc32f34f2695c (patch) | |
tree | 0a5205b2b8185305620ed595bf5f44218aded162 | |
parent | 08a07c137d7c4f31de234fe76cd3ad013d012450 (diff) | |
download | txr-bc38279a3722776e7f6b1ae0276dc32f34f2695c.tar.gz txr-bc38279a3722776e7f6b1ae0276dc32f34f2695c.tar.bz2 txr-bc38279a3722776e7f6b1ae0276dc32f34f2695c.zip |
doc: ffi-in: wrong direction word.
* txr.1: ffi-in is a decoding not an encoding action.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |