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 | ac29378d94d8ee78cf4ddd6b562abb1e343200e7 (patch) | |
tree | d6ad10719ebe951cb3de0a8382d61d7e865fd7f3 | |
parent | 5dc854eac4dd10cb53ff4c887978144db702b947 (diff) | |
download | txr-ac29378d94d8ee78cf4ddd6b562abb1e343200e7.tar.gz txr-ac29378d94d8ee78cf4ddd6b562abb1e343200e7.tar.bz2 txr-ac29378d94d8ee78cf4ddd6b562abb1e343200e7.zip |
doc: wrong wording under put-buf.
* txr.1: Streams support put-byte, not buffers.
-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 |