summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-17 08:39:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-17 08:39:19 (GMT)
commit969ef21225d3b195d58f9bb37d8b1f8f3c8b6d99 (patch)
treec2130e2b59f4222d948814efdb7a5327683523d1 /doc
parent0566be32d57a7bc95e5b46e7049e37016d1cb13f (diff)
downloadtcl-969ef21225d3b195d58f9bb37d8b1f8f3c8b6d99.zip
tcl-969ef21225d3b195d58f9bb37d8b1f8f3c8b6d99.tar.gz
tcl-969ef21225d3b195d58f9bb37d8b1f8f3c8b6d99.tar.bz2
Extend tcltk-man2html-utils.tcl, so it can handle the TIP #588 man-page. Also fix 2 (minor) syntax errors in man-pages
Diffstat (limited to 'doc')
-rw-r--r--doc/http.n10
-rw-r--r--doc/re_syntax.n6
2 files changed, 9 insertions, 7 deletions
diff --git a/doc/http.n b/doc/http.n
index aa852b3..ce07d30 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -547,11 +547,13 @@ is raised, but the status of the transaction will be \fBeof\fR.
.
The error message will also be stored in the \fBerror\fR status
array element, accessible via \fB::http::error\fR.
-.TP\fR
-.\fBtimeout
+.TP
+\fBtimeout\fR
+.
A timeout occurred before the transaction could complete
-.TP\fR
-.\fBreset
+.TP
+\fBreset\fR
+.
user-reset
.PP
Another error possibility is that \fB::http::geturl\fR is unable to
diff --git a/doc/re_syntax.n b/doc/re_syntax.n
index 7988071..8d732ed 100644
--- a/doc/re_syntax.n
+++ b/doc/re_syntax.n
@@ -293,12 +293,12 @@ treatment is as if the enclosing delimiters were
.QW \fB[.\fR \&
and
.QW \fB.]\fR .)
-For example, if \fBo\fR and \fB\*(qo\fR are the members of an
+For example, if \fBo\fR and \fB\[^o]\fR are the members of an
equivalence class, then
.QW \fB[[=o=]]\fR ,
-.QW \fB[[=\*(qo=]]\fR ,
+.QW \fB[[=\[^o]=]]\fR ,
and
-.QW \fB[o\*(qo]\fR \&
+.QW \fB[o\[^o]]\fR \&
are all synonymous. An equivalence class may not be an endpoint of a range.
.RS
.PP