diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-10-30 06:21:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-10-30 06:21:36 -0700 |
commit | 4b79a3b4a69c98b291622b9dd5c4d29c0af0f951 (patch) | |
tree | d6ad10719ebe951cb3de0a8382d61d7e865fd7f3 /txr.1 | |
parent | 384e9d5e371e5afc932e2dad30cea5843fda7ca0 (diff) | |
download | txr-4b79a3b4a69c98b291622b9dd5c4d29c0af0f951.tar.gz txr-4b79a3b4a69c98b291622b9dd5c4d29c0af0f951.tar.bz2 txr-4b79a3b4a69c98b291622b9dd5c4d29c0af0f951.zip |
doc: wrong wording under put-buf.
* txr.1: Streams support put-byte, not buffers.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55226,7 +55226,7 @@ is omitted, it defaults to zero. The stream must support the .code put-byte -operation. Buffers which support +operation. Streams which support .code put-byte can be expected to support .code put-buf |