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 | 64fb78f1b28fa435f97dbf5fda1c574338063083 (patch) | |
tree | bd5e19213cd0e4fbbb02fa36c9fad53ed78f2da6 | |
parent | 41c8d114953772e81aab9bc5add5358bd9c70fb6 (diff) | |
download | txr-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).
-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 |