summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-06-27 06:24:58 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-06-27 06:24:58 -0700
commit64fb78f1b28fa435f97dbf5fda1c574338063083 (patch)
treebd5e19213cd0e4fbbb02fa36c9fad53ed78f2da6 /txr.1
parent41c8d114953772e81aab9bc5add5358bd9c70fb6 (diff)
downloadtxr-64fb78f1b28fa435f97dbf5fda1c574338063083.tar.gz
txr-64fb78f1b28fa435f97dbf5fda1c574338063083.tar.bz2
txr-64fb78f1b28fa435f97dbf5fda1c574338063083.zip
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).
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 2 insertions, 0 deletions
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