summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-06-09 05:40:49 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-06-09 05:40:49 -0700
commitf08bce6b4c1b15e894d6458ca3c9fc41fdaf07ee (patch)
tree9677e8d9bb40326b44af5753dad34a797623f72e /txr.1
parent6042839a5189bf17f8853aa3adb22b1ec345aed8 (diff)
downloadtxr-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.19
1 files changed, 6 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index b11ba601..49a1d95a 100644
--- a/txr.1
+++ b/txr.1
@@ -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