From 58e210ade56cb85d3c5147ee3cd1178273c7e874 Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Sun, 3 Oct 2021 20:12:08 -0400 Subject: doc: fix refs to inexistent fill- and put-array. * txr.1: fill-array -> fill-carray, put-array -> put-carray. Refer to fill-buf and put-buf with .code (or .codn). Use .code when referring to a carray object rather than an argument called carray. --- txr.1 | 16 ++++++++-------- 1 file 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 -- cgit v1.2.3