diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2022-10-28 13:51:18 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2022-10-28 13:51:18 (GMT) |
commit | 1f207f9a0d45f5de980a8058e79c38a618e2e874 (patch) | |
tree | aa31208f339ea38580c00af244c71034a0388965 /doc | |
parent | d48c9ac13ee11d125c6b3739de5fec48ffbfa994 (diff) | |
download | tcl-1f207f9a0d45f5de980a8058e79c38a618e2e874.zip tcl-1f207f9a0d45f5de980a8058e79c38a618e2e874.tar.gz tcl-1f207f9a0d45f5de980a8058e79c38a618e2e874.tar.bz2 |
Resolve tcltk-man2html.tcl errors in fconfigure.n
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fconfigure.n | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/fconfigure.n b/doc/fconfigure.n index 5b3de3d..9061161 100644 --- a/doc/fconfigure.n +++ b/doc/fconfigure.n @@ -122,8 +122,8 @@ 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 generate an error. -.TP .VS "TCL8.7 TIP633" +.TP \fB\-nocomplainencoding\fR \fIbool\fR . Reporting mode of encoding errors. @@ -135,10 +135,9 @@ This is the only available mode in Tcl 8.7. Starting from TCL 9.0, this value may be set to a \fIfalse\fR value to throw errors in case of encoding errors. .RE -.TP .VE "TCL8.7 TIP633" -.TP .VS "TCL8.7 TIP346" +.TP \fB\-strictencoding\fR \fIbool\fR . Activate additional stricter encoding application rules. |