diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-05-02 12:28:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-05-02 12:28:06 -0700 |
commit | 2515831a22b6b7a9ae76697ca4789b5e2c8675d9 (patch) | |
tree | dcd9c5797561d97250739c64ea4410edb0846ea2 | |
parent | c64756d13c3e82724f90e84ee1d4b033d6dbef36 (diff) | |
download | txr-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.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |