From 64fb78f1b28fa435f97dbf5fda1c574338063083 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 27 Jun 2019 06:24:58 -0700 Subject: doc: put-buf/fill-buf clarification of pos. * txr.1: The pos argument of put-buff and fill-buf is a position within the buffer (not the stream). --- txr.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 5bb723fb..689715e3 100644 --- a/txr.1 +++ b/txr.1 @@ -24412,6 +24412,7 @@ is omitted, it defaults to If .meta pos is omitted, it defaults to zero. +It indicates the starting position within the buffer. The stream must support the .code put-byte @@ -24459,6 +24460,7 @@ argument is omitted, it defaults to If .meta pos is omitted, it defaults to zero. +It indicates the starting position within the buffer. The stream must support the .code get-byte -- cgit v1.2.3