summaryrefslogtreecommitdiffstats
path: root/stdlib/doc-syms.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-07-02 06:35:41 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-07-02 06:35:41 -0700
commit2fa5d2ecd422011cd83c36e78b3375216f073ae1 (patch)
tree3202271b326616957d9f4abb0c0c2d004bebc85c /stdlib/doc-syms.tl
parentb5d6ead3ee2bf101fd19c0fb5ddc6ccd253e2d57 (diff)
downloadtxr-2fa5d2ecd422011cd83c36e78b3375216f073ae1.tar.gz
txr-2fa5d2ecd422011cd83c36e78b3375216f073ae1.tar.bz2
txr-2fa5d2ecd422011cd83c36e78b3375216f073ae1.zip
doc: cptr-put does not exist.
* txr.1: There is no cptr-put function; it is called cptr-out. The last paragraph refers to cptr-out and it is referenced elsewhere. It has to be cptr-out because it implements the "out semantics" in FFI conversion which pairs with "put"; cptr-put would be a different function, which is not currently implemented. * stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r--stdlib/doc-syms.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl
index ed817076..829e418a 100644
--- a/stdlib/doc-syms.tl
+++ b/stdlib/doc-syms.tl
@@ -419,7 +419,7 @@
("cptr-int" "N-015139D6")
("cptr-null" "N-01CB17AB")
("cptr-obj" "N-013139D1")
- ("cptr-put" "N-00513A38")
+ ("cptr-out" "N-005139EC")
("cptr-size-hint" "N-024CD90F")
("cptr-type" "N-03B1F90C")
("cptr-zap" "N-00913A85")