diff options
author | hobbs <hobbs> | 1999-12-21 23:57:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-21 23:57:33 (GMT) |
commit | ad4a42c1c2da6828324db8589acddcca79616e8c (patch) | |
tree | 0be6faa1991f803049ddca969f3daf42f07f65c6 /doc/open.n | |
parent | a7f2bf5da71129730441d5bc4c7b79b4aaa45f0b (diff) | |
download | tcl-ad4a42c1c2da6828324db8589acddcca79616e8c.zip tcl-ad4a42c1c2da6828324db8589acddcca79616e8c.tar.gz tcl-ad4a42c1c2da6828324db8589acddcca79616e8c.tar.bz2 |
* doc/Hash.3: fixed reference to ckfree [Bug: 3912]
* doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj
* doc/open.n: fixed minor formatting errors
* doc/string.n: fixed minor formatting errors
* doc/lsort.n: added -unique docs
Diffstat (limited to 'doc/open.n')
-rw-r--r-- | doc/open.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: open.n,v 1.8 1999/12/09 14:43:47 hobbs Exp $ +'\" RCS: @(#) $Id: open.n,v 1.9 1999/12/21 23:57:33 hobbs Exp $ '\" .so man.macros .TH open n 7.6 Tcl "Tcl Built-In Commands" @@ -154,7 +154,7 @@ time interval between checking for events throughout the Tcl interpreter (the smallest value always wins). Use this option only if you want to poll the serial port more often than 10 msec (the default). .TP -\fB\-lasterror +\fB\-lasterror\fR . This option is available only on Windows for serial ports, and is query only (will only be reported when directly requested). |