diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-04 10:31:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-04 10:31:43 (GMT) |
commit | 0cdd87c215b27bd82bd9c250719eb471b8209911 (patch) | |
tree | 173f4f8c36fe9c472d4c66e62f26d8cb119e33b7 /doc | |
parent | 25084dcd33f266a26bce646b6388334fe6ef6127 (diff) | |
parent | cd48044e1b95257568e26686e58e9c293a81a82d (diff) | |
download | tcl-0cdd87c215b27bd82bd9c250719eb471b8209911.zip tcl-0cdd87c215b27bd82bd9c250719eb471b8209911.tar.gz tcl-0cdd87c215b27bd82bd9c250719eb471b8209911.tar.bz2 |
Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representations
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chan.n | 4 | ||||
-rw-r--r-- | doc/fconfigure.n | 6 | ||||
-rw-r--r-- | doc/tclsh.1 | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -179,7 +179,7 @@ operating system, as returned by \fBencoding system\fR. .TP \fB\-eofchar\fR \fB{\fIinChar outChar\fB}\fR . -This option supports DOS file systems that use Control-z (\ex1a) as an +This option supports DOS file systems that use Control-z (\ex1A) as an end of file marker. If \fIchar\fR is not an empty string, then this character signals end-of-file when it is encountered during input. For output, the end-of-file character is output when the channel is @@ -192,7 +192,7 @@ will apply to both reading and writing. When querying the end-of-file character of a read-write channel, a two-element list will always be returned. The default value for \fB\-eofchar\fR is the empty string in all cases except for files under Windows. In that case the -\fB\-eofchar\fR is Control-z (\ex1a) for reading and the empty string +\fB\-eofchar\fR is Control-z (\ex1A) for reading and the empty string for writing. The acceptable range for \fB\-eofchar\fR values is \ex01 - \ex7f; attempting to set \fB\-eofchar\fR to a value outside of this range will diff --git a/doc/fconfigure.n b/doc/fconfigure.n index 8da76c6..2926777 100644 --- a/doc/fconfigure.n +++ b/doc/fconfigure.n @@ -105,7 +105,7 @@ system, as returned by \fBencoding system\fR. .TP \fB\-eofchar\fR \fB{\fIinChar outChar\fB}\fR . -This option supports DOS file systems that use Control-z (\ex1a) as an +This option supports DOS file systems that use Control-z (\ex1A) as an end of file marker. If \fIchar\fR is not an empty string, then this character signals end-of-file when it is encountered during input. For output, the end-of-file character is output when the channel is closed. @@ -117,9 +117,9 @@ channel you can specify a single value that will apply to both reading and writing. When querying the end-of-file character of a read-write channel, a two-element list will always be returned. The default value for \fB\-eofchar\fR is the empty string in all cases except for files -under Windows. In that case the \fB\-eofchar\fR is Control-z (\ex1a) for +under Windows. In that case the \fB\-eofchar\fR is Control-z (\ex1A) for reading and the empty string for writing. -The acceptable range for \fB\-eofchar\fR values is \ex01 - \ex7f; +The acceptable range for \fB\-eofchar\fR values is \ex01 - \ex7F; attempting to set \fB\-eofchar\fR to a value outside of this range will generate an error. .TP diff --git a/doc/tclsh.1 b/doc/tclsh.1 index 0e59b4f..fa0ecc2 100644 --- a/doc/tclsh.1 +++ b/doc/tclsh.1 @@ -44,7 +44,7 @@ If this character is present in the file, the \fBtclsh\fR application will read text up to but not including the character. An application that requires this character in the file may safely encode it as .QW \e032 , -.QW \ex1a , +.QW \ex1A , or .QW \eu001a ; or may generate it by use of commands such as \fBformat\fR or \fBbinary\fR. |