diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2019-12-30 16:24:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2019-12-30 16:24:29 (GMT) |
commit | 30d15963daa3545b3a2b09e6cd1f340f68723020 (patch) | |
tree | a495e357d60b0b73695a27dda59aee97fae4afa2 /doc | |
parent | ccc57bc577257937ed52a3896aef50622be891f8 (diff) | |
download | tcl-30d15963daa3545b3a2b09e6cd1f340f68723020.zip tcl-30d15963daa3545b3a2b09e6cd1f340f68723020.tar.gz tcl-30d15963daa3545b3a2b09e6cd1f340f68723020.tar.bz2 |
Fixed index line
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coroutine.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coroutine.n b/doc/coroutine.n index a032d2e..11f9069 100644 --- a/doc/coroutine.n +++ b/doc/coroutine.n @@ -9,7 +9,7 @@ .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME -coroutine, yield, yieldto \- Create and produce values from coroutines +coroutine, yield, yieldto, coroinject, coroprobe \- Create and produce values from coroutines .SH SYNOPSIS .nf \fBcoroutine \fIname command\fR ?\fIarg...\fR? |