From 9132c01460eec7be4575ee2ea01f94d15bbdb90a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 10 Dec 2022 23:32:46 -0800 Subject: doc: abc_function typo. * txr.1: In FFI-related example, a call to abc_function should just refer to function. --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3