summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2006-03-16 21:11:54 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2006-03-16 21:11:54 (GMT)
commit53904ec22a1156b883d43aeb6ba7c8210433467d (patch)
treec78e439744fe6e6859d05e85c81a0a9a2b7ff30e /doc
parent27f62b1279e00b9e01203bc92a59564b4e88cac2 (diff)
downloadtcl-53904ec22a1156b883d43aeb6ba7c8210433467d.zip
tcl-53904ec22a1156b883d43aeb6ba7c8210433467d.tar.gz
tcl-53904ec22a1156b883d43aeb6ba7c8210433467d.tar.bz2
* doc/open.n: Documented the changed behaviour of 'a'ppend mode.
FossilOrigin-Name: e904939e374552265e38fedee0b60768f9ea403c
Diffstat (limited to 'doc')
-rw-r--r--doc/open.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/open.n b/doc/open.n
index 003739b..fb08313 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.16.2.3 2005/04/19 16:30:21 davygrvy Exp $
+'\" RCS: @(#) $Id: open.n,v 1.16.2.4 2006/03/16 21:11:57 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,