summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-03-14 22:52:16 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-03-14 22:52:16 (GMT)
commit95d6d3209ea45477edc4ef7aa8020e34d6caa655 (patch)
treed60fb61a8a44b51efbbb27fd19f2809b26c1590c
parent3feccd3eead898e5a705a5623dc0c608cd2b0bd6 (diff)
downloadtcl-95d6d3209ea45477edc4ef7aa8020e34d6caa655.zip
tcl-95d6d3209ea45477edc4ef7aa8020e34d6caa655.tar.gz
tcl-95d6d3209ea45477edc4ef7aa8020e34d6caa655.tar.bz2
* doc/fconfigure.n: Clarified that -translation is binary is
reported as lf when queried, because it is identical to lf, except for the special additional behaviour when setting it. [Bug 666770].
-rw-r--r--ChangeLog7
-rw-r--r--doc/fconfigure.n9
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3dafd5..f3eab45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-03-14 Andreas Kupries <andreask@activestate.com>
+ * doc/fconfigure.n: Clarified that -translation is binary is
+ reported as lf when queried, because it is identical to lf,
+ except for the special additional behaviour when setting
+ it. [Bug 666770].
+
+2006-03-14 Andreas Kupries <andreask@activestate.com>
+
* doc/clock.n: Removed double-quotes around section title NAME. not needed.
* unix/installManpage: Reverted part to handle double-quotes in
section NAME, chokes older sed installations.
diff --git a/doc/fconfigure.n b/doc/fconfigure.n
index e5bb5c5..d455862 100644
--- a/doc/fconfigure.n
+++ b/doc/fconfigure.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: fconfigure.n,v 1.14 2005/12/07 09:30:09 dkf Exp $
+'\" RCS: @(#) $Id: fconfigure.n,v 1.15 2006/03/14 22:52:17 andreas_kupries Exp $
'\"
.so man.macros
.TH fconfigure n 8.3 Tcl "Tcl Built-In Commands"
@@ -168,6 +168,13 @@ No end-of-line translations are performed. This is nearly identical to
end-of-file character to the empty string (which disables it) and sets the
encoding to \fBbinary\fR (which disables encoding filtering). See the
description of \fB\-eofchar\fR and \fB\-encoding\fR for more information.
+.PP
+.RS
+Internally, i.e. when it comes to the actual behaviour of the
+translator this value \fBis\fR identical to \fBlf\fR and is therefore
+reported as such when queried. Even if \fBbinary\fR was used to set
+the translation.
+.RE
.TP
\fBcr\fR
.