summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-05-02 12:28:06 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-05-02 12:28:06 -0700
commit60fd266c43615f60fb4ff9bb1ae2cada08cf1f07 (patch)
treedcd9c5797561d97250739c64ea4410edb0846ea2 /txr.1
parentd1164882aa75bcf271a9bd6befcc11f4466ca2fd (diff)
downloadtxr-60fd266c43615f60fb4ff9bb1ae2cada08cf1f07.tar.gz
txr-60fd266c43615f60fb4ff9bb1ae2cada08cf1f07.tar.bz2
txr-60fd266c43615f60fb4ff9bb1ae2cada08cf1f07.zip
doc: new typos under User-Defined Streams.
* txr.1: Fix typos and incorrect symbol under put-buf and fill-buf method.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.18
1 files changed, 4 insertions, 4 deletions
diff --git a/txr.1 b/txr.1
index 137740de..e6f39589 100644
--- a/txr.1
+++ b/txr.1
@@ -52519,7 +52519,7 @@ which is scoped to the method invocation. The
method shall not permit the
.meta buf
object to be used beyond the duration of the method
-invocaton.
+invocation.
.coNP Method @ fill-buf
.synb
@@ -52538,13 +52538,13 @@ Note: there is a severe restriction on the use of the
.meta buf
argument. The buffer object denoted by the
.meta buf
-argument may be specially allocted and have a lifetime
+argument may be specially allocated and have a lifetime
which is scoped to the method invocation. The
-.code put-buf
+.code fill-buf
method shall not permit the
.meta buf
object to be used beyond the duration of the method
-invocaton.
+invocation.
.coNP Method @ close
.synb