diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2022-10-28 13:50:46 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2022-10-28 13:50:46 (GMT) |
commit | 9d428d86eb4c38c8a0d3c8e56ead50c81a1c9d77 (patch) | |
tree | 88b5e9e585a19bd2a856241315f79b63be9a4162 /doc | |
parent | 008d15c04ecfdcf081d5476266626b4c62874205 (diff) | |
download | tcl-9d428d86eb4c38c8a0d3c8e56ead50c81a1c9d77.zip tcl-9d428d86eb4c38c8a0d3c8e56ead50c81a1c9d77.tar.gz tcl-9d428d86eb4c38c8a0d3c8e56ead50c81a1c9d77.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 0e8b4a7..47906cf 100644 --- a/doc/fconfigure.n +++ b/doc/fconfigure.n @@ -112,8 +112,8 @@ string. 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 "TCL9.0 TIP633" +.TP \fB\-nocomplainencoding\fR \fIbool\fR . Reporting mode of encoding errors. @@ -127,10 +127,9 @@ This option was introduced with TCL 8.7 and has the fix value \fItrue\fR. .PP See the \fI\-nocomplain\fR option of the \fBencoding\fR command for more information. .RE -.TP .VE "TCL9.0 TIP633" -.TP .VS "TCL9.0 TIP346" +.TP \fB\-strictencoding\fR \fIbool\fR . Activate additional stricter encoding application rules. |