summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.116
1 files changed, 8 insertions, 8 deletions
diff --git a/txr.1 b/txr.1
index b906d8c0..6a66b5d1 100644
--- a/txr.1
+++ b/txr.1
@@ -81634,14 +81634,14 @@ the value -1 is returned.
.coNP Functions @ fill-carray and @ put-carray
.synb
-.mets (fill-array < carray >> [ pos <> [ stream ]])
-.mets (put-array < carray >> [ pos <> [ stream ]])
+.mets (fill-carray < carray >> [ pos <> [ stream ]])
+.mets (put-carray < carray >> [ pos <> [ stream ]])
.syne
.desc
The
-.code fill-array
+.code fill-carray
and
-.code put-array
+.code put-carray
functions perform stream output using the
.code carray
object as a buffer.
@@ -81651,11 +81651,11 @@ A temporary buffer is created which aliases the storage of
.meta carray
and this buffer is used as an argument in an invocation of, respectively,
the buffer I/O function
-.meta fill-buf
+.code fill-buf
or
-.metn put-buf .
+.codn put-buf .
-The value returned by buffer I/O function is returned.
+The value returned by the buffer I/O function is returned.
The
.meta pos
@@ -81668,7 +81668,7 @@ and
and have the same meaning. In particular,
.meta pos
indicates a byte offset into the
-.meta carray
+.code carray
object's storage, not an array index.
.SH* LISP COMPILATION