summaryrefslogtreecommitdiffstats
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
commit2515831a22b6b7a9ae76697ca4789b5e2c8675d9 (patch)
treedcd9c5797561d97250739c64ea4410edb0846ea2
parentc64756d13c3e82724f90e84ee1d4b033d6dbef36 (diff)
downloadtxr-2515831a22b6b7a9ae76697ca4789b5e2c8675d9.tar.gz
txr-2515831a22b6b7a9ae76697ca4789b5e2c8675d9.tar.bz2
txr-2515831a22b6b7a9ae76697ca4789b5e2c8675d9.zip
doc: new typos under User-Defined Streams.
* txr.1: Fix typos and incorrect symbol under put-buf and fill-buf method.
-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