diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-21 23:03:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-21 23:03:52 (GMT) |
commit | 9fc36886d65d9528baf88a93e59957a5b125b778 (patch) | |
tree | 9acc6e7663aa20fff2631c0b113899218b569067 /doc/coroutine.n | |
parent | c0820abc21f24df06915c420f63efab64af79dac (diff) | |
download | tcl-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.n | 3 |
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? |