summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2000-12-08 11:22:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2000-12-08 11:22:54 (GMT)
commitfb2436036c727de7a3c19cf004bd8a22cb98082c (patch)
tree71534c5bf680d82a071f1db10bd2cb56244aecd0
parentb33f306311fa480be6cb5bd6c83d6ed4c318d484 (diff)
downloadtcl-fb2436036c727de7a3c19cf004bd8a22cb98082c.zip
tcl-fb2436036c727de7a3c19cf004bd8a22cb98082c.tar.gz
tcl-fb2436036c727de7a3c19cf004bd8a22cb98082c.tar.bz2
Why do you always find stupid typos after committing? <sigh>
-rw-r--r--doc/open.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/open.n b/doc/open.n
index d5f73d7..c5c6c02 100644
--- a/doc/open.n
+++ b/doc/open.n
@@ -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.11 2000/12/08 11:12:42 dkf Exp $
+'\" RCS: @(#) $Id: open.n,v 1.12 2000/12/08 11:22:54 dkf Exp $
'\"
.so man.macros
.TH open n 7.6 Tcl "Tcl Built-In Commands"
@@ -114,7 +114,7 @@ conjunction with the process's file mode creation mask.
.VS
Note that if you are going to be reading or writing binary data from
the channel created by this command, you should use the
-\fBfconfigure\fR command to change the \fB-translation\fI option of
+\fBfconfigure\fR command to change the \fB-translation\fR option of
the channel to \fBbinary\fR before transferring any binary data. This
is in contrast to the ``b'' character passed as part of the equivalent
of the \fIaccess\fR parameter to some versions of the C library