diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-07-18 23:36:32 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-07-18 23:36:32 -0700 |
commit | 4462e56ec85ed71c048edf92b8455c1e28df89f5 (patch) | |
tree | 27e19c86728a159c184f43bec862da26a1e01968 | |
parent | 3a1ad13ce1e3f121e6e259338335739264a14fa5 (diff) | |
download | txr-4462e56ec85ed71c048edf92b8455c1e28df89f5.tar.gz txr-4462e56ec85ed71c048edf92b8455c1e28df89f5.tar.bz2 txr-4462e56ec85ed71c048edf92b8455c1e28df89f5.zip |
doc: ffi-in offset argument description missing.
* txr.1: Document the offset argument of the ffi-in operation.
-rw-r--r-- | txr.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -64714,7 +64714,7 @@ will be stored in the buffer. .coNP Function @ ffi-in .synb -.mets (ffi-in < src-buf < obj < type << copy-p ) +.mets (ffi-in < src-buf < obj < type < copy-p <> [ offset ]) .syne .desc The @@ -64775,6 +64775,14 @@ is has a variable length, then the actual size of the foreign representation is calculated from .metn obj . +The optional +.meta offset +argument specifies a byte offset from the beginning of the data area of +.meta src-buf +from which the foreign-representation of +.meta obj +is taken. + The .code ffi-in function returns either |