From 60fd266c43615f60fb4ff9bb1ae2cada08cf1f07 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 2 May 2020 12:28:06 -0700 Subject: doc: new typos under User-Defined Streams. * txr.1: Fix typos and incorrect symbol under put-buf and fill-buf method. --- txr.1 | 8 ++++---- 1 file 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 -- cgit v1.2.3