From 4d6cf6b594048ddff62b239052e6069d52914009 Mon Sep 17 00:00:00 2001 From: apnadkarni Date: Sun, 22 Sep 2024 06:17:11 +0000 Subject: [PATCH] Docs - Fix spurious .RE in encoding.n, remove duplicate text in coroutine.n --- doc/coroutine.n | 6 +----- doc/encoding.n | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/coroutine.n b/doc/coroutine.n index cb4d3dde32f..6dae48296a1 100644 --- a/doc/coroutine.n +++ b/doc/coroutine.n @@ -98,7 +98,7 @@ with quite a bit of similarity to \fBcoroprobe\fR. However, with .VS "8.7, TIP383" The coroutine is not immediately resumed after the injection has been done. A consequence of this is that multiple injections may be done before the -coroutine is resumed. There injected commands are performed in \fIreverse +coroutine is resumed. The injected commands are performed in \fIreverse order of definition\fR (that is, they are internally stored on a stack). .VE "8.7, TIP383" .IP \(bu @@ -245,10 +245,6 @@ puts [\fBcoroprobe \fIcollect\fR set accumulator] puts [\fIcollect\fR] # ==> 123 {abc def} 456 pqr RST xyz .CE -.PP -This example shows a simple coroutine that collects non-empty values and -returns a list of them when not given an argument. It also shows how we can -look inside the coroutine to find out what it is doing. .VE "8.7, TIP383" .SS "DETAILED SEMANTICS" .PP diff --git a/doc/encoding.n b/doc/encoding.n index 6922bc9a267..e2a25326d55 100644 --- a/doc/encoding.n +++ b/doc/encoding.n @@ -158,7 +158,7 @@ The \fBstrict\fR profile always stops processing when an conversion error is encountered. The error is signalled via an exception or the \fB-failindex\fR option mechanism. The \fBstrict\fR profile implements a Unicode standard conformant behavior. -.RE + .VE "TCL8.7 TIP656" .TP \fBreplace\fR