summaryrefslogtreecommitdiffstats
path: root/doc/coroutine.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-01-21 23:03:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-01-21 23:03:52 (GMT)
commit9fc36886d65d9528baf88a93e59957a5b125b778 (patch)
tree9acc6e7663aa20fff2631c0b113899218b569067 /doc/coroutine.n
parentc0820abc21f24df06915c420f63efab64af79dac (diff)
downloadtcl-9fc36886d65d9528baf88a93e59957a5b125b778.zip
tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.gz
tcl-9fc36886d65d9528baf88a93e59957a5b125b778.tar.bz2
More small bits of doc polishing
Diffstat (limited to 'doc/coroutine.n')
-rw-r--r--doc/coroutine.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/coroutine.n b/doc/coroutine.n
index 25ab6ad..cb4d3dd 100644
--- a/doc/coroutine.n
+++ b/doc/coroutine.n
@@ -13,10 +13,11 @@ coroutine, yield, yieldto, coroinject, coroprobe \- Create and produce values fr
.SH SYNOPSIS
.nf
\fBcoroutine \fIname command\fR ?\fIarg...\fR?
+
\fByield\fR ?\fIvalue\fR?
\fByieldto\fI command\fR ?\fIarg...\fR?
\fIname\fR ?\fIvalue...\fR?
-.sp
+
.VS "8.7, TIP383"
\fBcoroinject \fIcoroName command\fR ?\fIarg...\fR?
\fBcoroprobe \fIcoroName command\fR ?\fIarg...\fR?