summaryrefslogtreecommitdiffstats
path: root/doc/open.n
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-16 21:12:16 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-16 21:12:16 (GMT)
commit7af63d00e32bf28de28310b58175625841182af7 (patch)
tree89b8a2bae36a97f29a60d0322f8429c0dae66cbe /doc/open.n
parent240ad238c29f785dce687bf5f0339ce7b18a73f1 (diff)
downloadtcl-7af63d00e32bf28de28310b58175625841182af7.zip
tcl-7af63d00e32bf28de28310b58175625841182af7.tar.gz
tcl-7af63d00e32bf28de28310b58175625841182af7.tar.bz2
* doc/open.n: Documented the changed behaviour of 'a'ppend mode.
Diffstat (limited to 'doc/open.n')
-rw-r--r--doc/open.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/open.n b/doc/open.n
index 87f0dd6..24ef589 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.25 2005/05/10 18:34:02 kennykb Exp $
+'\" RCS: @(#) $Id: open.n,v 1.26 2006/03/16 21:12:16 andreas_kupries Exp $
'\"
.so man.macros
.TH open n 8.3 Tcl "Tcl Built-In Commands"
@@ -55,7 +55,7 @@ If it doesn't exist, create a new file.
\fBa\fR
Open the file for writing only. If the file doesn't exist,
create a new empty file.
-Set the initial access position to the end of the file.
+Set the file pointer to the end of the file prior to each write.
.TP 15
\fBa+\fR
Open the file for reading and writing. If the file doesn't exist,