summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-12-10 23:32:46 -0800
committerKaz Kylheku <kaz@kylheku.com>2022-12-10 23:32:46 -0800
commit9132c01460eec7be4575ee2ea01f94d15bbdb90a (patch)
tree8cab65a32dc089f349c1f608fdc5e6788bf9a29b
parent7c46aa5dfa5c41b2a8542b33e8bd210e7a7d3ac1 (diff)
downloadtxr-9132c01460eec7be4575ee2ea01f94d15bbdb90a.tar.gz
txr-9132c01460eec7be4575ee2ea01f94d15bbdb90a.tar.bz2
txr-9132c01460eec7be4575ee2ea01f94d15bbdb90a.zip
doc: abc_function typo.
* txr.1: In FFI-related example, a call to abc_function should just refer to function.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 4e97200a..43788954 100644
--- a/txr.1
+++ b/txr.1
@@ -83347,7 +83347,7 @@ looks like this:
.verb
void function(int *ptr);
int val = 0;
- abc_function(&val);
+ function(&val);
.brev
In the case of an aggregate type, such as a structure, being an in-out or out