diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-06-09 05:40:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-06-09 05:40:49 -0700 |
commit | f08bce6b4c1b15e894d6458ca3c9fc41fdaf07ee (patch) | |
tree | 9677e8d9bb40326b44af5753dad34a797623f72e /txr.1 | |
parent | 6042839a5189bf17f8853aa3adb22b1ec345aed8 (diff) | |
download | txr-f08bce6b4c1b15e894d6458ca3c9fc41fdaf07ee.tar.gz txr-f08bce6b4c1b15e894d6458ca3c9fc41fdaf07ee.tar.bz2 txr-f08bce6b4c1b15e894d6458ca3c9fc41fdaf07ee.zip |
doc: Buffers: subsectioning problem.
* txr.1: Fix "Buffers" and "The buf type" being at equal
section levels. Adjust the cptr type section to harmonize.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -24473,7 +24473,7 @@ order. .SS* Buffers -.coSS The @ buf type +.coNP The @ buf type Object of the type .code buf @@ -52619,11 +52619,14 @@ if no forms are specified. -> #b'48656c6c6f2c2077 6f726c6421' .brev -.coSS The @ cptr type +.SS* Foreign Pointers + +.coNP The @ cptr type Objects of type .code cptr -are Lisp values which contain a C pointer. This data type is used by the +are Lisp values which contain a foreign pointer ("C pointer"). This data type +is used by the .code dlopen function and is generally useful in conjunction with the Foreign Function Interface (FFI). An arbitrary pointer emanating from a foreign function |