diff options
author | jenglish <jenglish@flightlab.com> | 2007-12-10 16:20:10 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-12-10 16:20:10 (GMT) |
commit | fc7c131e6b21482b38e9dc9cef94e246160523cd (patch) | |
tree | aec6307f26dcd95e16a72a84b09710aff8ed1156 /doc/OpenFileChnl.3 | |
parent | e2806f9cb45938537d9505627a24aedef2c61b13 (diff) | |
download | tcl-fc7c131e6b21482b38e9dc9cef94e246160523cd.zip tcl-fc7c131e6b21482b38e9dc9cef94e246160523cd.tar.gz tcl-fc7c131e6b21482b38e9dc9cef94e246160523cd.tar.bz2 |
Fix markup errors.
Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
Diffstat (limited to 'doc/OpenFileChnl.3')
-rw-r--r-- | doc/OpenFileChnl.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/OpenFileChnl.3 b/doc/OpenFileChnl.3 index 83e5e05..85b18b2 100644 --- a/doc/OpenFileChnl.3 +++ b/doc/OpenFileChnl.3 @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: OpenFileChnl.3,v 1.34 2007/10/29 11:28:50 dkf Exp $ +'\" RCS: @(#) $Id: OpenFileChnl.3,v 1.35 2007/12/10 16:20:28 jenglish Exp $ .so man.macros .TH Tcl_OpenFileChannel 3 8.3 Tcl "Tcl Library Procedures" .BS @@ -247,8 +247,6 @@ leaves an error message in \fIinterp\fR's result after any error. As of Tcl 8.4, the object-based API \fBTcl_FSOpenFileChannel\fR should be used in preference to \fBTcl_OpenFileChannel\fR wherever possible. .PP - -.PP The newly created channel is not registered in the supplied interpreter; to register it, use \fBTcl_RegisterChannel\fR, described below. If one of the standard channels, \fBstdin, stdout\fR or \fBstderr\fR was |