diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-06-27 06:24:58 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-06-27 06:24:58 -0700 |
commit | 85e81e6e5969a1a85d76fb17ac3b30c55bd58d05 (patch) | |
tree | bd5e19213cd0e4fbbb02fa36c9fad53ed78f2da6 | |
parent | 03589fc7423d1c0e578da8021b01bb5c56e2f679 (diff) | |
download | txr-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.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |