diff options
author | das <das> | 2006-04-12 02:35:06 (GMT) |
---|---|---|
committer | das <das> | 2006-04-12 02:35:06 (GMT) |
commit | 809b18e610719f228c73c92b916874348ac05902 (patch) | |
tree | 0d88e5ab08eec29c85bd80ebcde943c33ace27b7 /doc/open.n | |
parent | 831cd0be680b6d5006283f4871241507f2f99cca (diff) | |
download | tcl-809b18e610719f228c73c92b916874348ac05902.zip tcl-809b18e610719f228c73c92b916874348ac05902.tar.gz tcl-809b18e610719f228c73c92b916874348ac05902.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 |