summaryrefslogtreecommitdiffstats
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
commit85e81e6e5969a1a85d76fb17ac3b30c55bd58d05 (patch)
treebd5e19213cd0e4fbbb02fa36c9fad53ed78f2da6
parent03589fc7423d1c0e578da8021b01bb5c56e2f679 (diff)
downloadtxr-85e81e6e5969a1a85d76fb17ac3b30c55bd58d05.tar.gz
txr-85e81e6e5969a1a85d76fb17ac3b30c55bd58d05.tar.bz2
txr-85e81e6e5969a1a85d76fb17ac3b30c55bd58d05.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).
-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