diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-11 11:02:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-11 11:02:45 (GMT) |
commit | 75ba8ac33bf8e8e9c0dfed189d177ebb6710dd15 (patch) | |
tree | ef3b3a1b4d9a719c1afeb7fc303e4a8c4bc7416b /doc | |
parent | 0d0cf6602a9b466d777c22736156422c586c8c94 (diff) | |
download | tcl-75ba8ac33bf8e8e9c0dfed189d177ebb6710dd15.zip tcl-75ba8ac33bf8e8e9c0dfed189d177ebb6710dd15.tar.gz tcl-75ba8ac33bf8e8e9c0dfed189d177ebb6710dd15.tar.bz2 |
Format errors in vwait.n
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vwait.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vwait.n b/doc/vwait.n index 5f240d6..d67c16d 100644 --- a/doc/vwait.n +++ b/doc/vwait.n @@ -13,7 +13,7 @@ vwait \- Process events until a variable is written .SH SYNOPSIS \fBvwait\fR \fIvarName\fR .PP -\fBvwait\fR ?\Ioptions\fR? ?\fIvarName ...\fR? +\fBvwait\fR ?\fIoptions\fR? ?\fIvarName ...\fR? .BE .SH DESCRIPTION .PP @@ -66,7 +66,7 @@ Events of the windowing system are not handled during the wait operation. \fIChannel\fR must name a Tcl channel open for reading. If \fIchannel\fR is or becomes readable the wait operation completes. .TP -\fB\-timeout\fR milliseconds\fR +\fB\-timeout\fR \fImilliseconds\fR . The wait operation is constrained to \fImilliseconds\fR. .TP |