diff options
author | dgp <dgp@users.sourceforge.net> | 2016-09-08 14:34:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-09-08 14:34:35 (GMT) |
commit | 7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4 (patch) | |
tree | 941ec84a540d886ab16d256cc6c408416dd860b0 /doc/fconfigure.n | |
parent | fa105712c19ab4f84d85f6e33cb51a85e2ad259f (diff) | |
parent | 313d238fb894ff0775f40ec5aee77627742a3b1b (diff) | |
download | tcl-7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4.zip tcl-7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4.tar.gz tcl-7eac217cbcdf7d0764c8fbc0a3c09bdd31fbc4a4.tar.bz2 |
merge bytecode init reworking
Diffstat (limited to 'doc/fconfigure.n')
-rw-r--r-- | doc/fconfigure.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fconfigure.n b/doc/fconfigure.n index ca23314..8da76c6 100644 --- a/doc/fconfigure.n +++ b/doc/fconfigure.n @@ -1,4 +1,4 @@ -'\" +'\" '\" Copyright (c) 1995-1996 Sun Microsystems, Inc. '\" '\" See the file "license.terms" for information on usage and redistribution @@ -125,7 +125,7 @@ generate an error. .TP \fB\-translation\fR \fImode\fR .TP -\fB\-translation\fR \fB{\fIinMode outMode\fB}\fR +\fB\-translation\fR \fB{\fIinMode outMode\fB}\fR . In Tcl scripts the end of a line is always represented using a single newline character (\en). However, in actual files and devices the end of @@ -163,7 +163,7 @@ Tcl chooses \fBcrlf\fR, for all Unix flavors, it chooses \fBlf\fR, and for the various flavors of Windows it chooses \fBcrlf\fR. The default setting for \fB\-translation\fR is \fBauto\fR for both input and output. .TP -\fBbinary\fR +\fBbinary\fR . No end-of-line translations are performed. This is nearly identical to \fBlf\fR mode, except that in addition \fBbinary\fR mode also sets the |