diff options
author | das <das> | 2006-04-12 02:35:06 (GMT) |
---|---|---|
committer | das <das> | 2006-04-12 02:35:06 (GMT) |
commit | 945114409adef46433510419165208a7fad449a4 (patch) | |
tree | 0d88e5ab08eec29c85bd80ebcde943c33ace27b7 /doc/open.n | |
parent | 00bc6434bebf888929d3972b1a7b4726016aca03 (diff) | |
download | tcl-945114409adef46433510419165208a7fad449a4.zip tcl-945114409adef46433510419165208a7fad449a4.tar.gz tcl-945114409adef46433510419165208a7fad449a4.tar.bz2 |
fix make html errors
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.26 2006/03/16 21:12:16 andreas_kupries Exp $ +'\" RCS: @(#) $Id: open.n,v 1.27 2006/04/12 02:35:06 das Exp $ '\" .so man.macros .TH open n 8.3 Tcl "Tcl Built-In Commands" @@ -85,8 +85,8 @@ Open the file for both reading and writing. .TP 15 \fBAPPEND\fR Set the file pointer to the end of the file prior to each write. -.TP 15 .VS 8.5 +.TP 15 \fBBINARY\fR Configure the opened channed with the \fB-translation binary\fR option. .VE 8.5 |