summaryrefslogtreecommitdiffstats
path: root/doc/http.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2016-10-12 09:57:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2016-10-12 09:57:49 (GMT)
commitb1c01412e0e3086a5ead8884a55ec71af2b0b755 (patch)
tree5fdb67e1af87c226fc75cb9c1eba48889ae592ca /doc/http.n
parentde46d7767eadf5c2cdf992a3abd1413e15662674 (diff)
parent2b3a9ba90da9d322fea0de66b8c59427a69b4ec2 (diff)
downloadtcl-b1c01412e0e3086a5ead8884a55ec71af2b0b755.zip
tcl-b1c01412e0e3086a5ead8884a55ec71af2b0b755.tar.gz
tcl-b1c01412e0e3086a5ead8884a55ec71af2b0b755.tar.bz2
[74bc0e44f5] Doc tweak.
Diffstat (limited to 'doc/http.n')
-rw-r--r--doc/http.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/http.n b/doc/http.n
index 00d82d8..40ced23 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -420,7 +420,8 @@ set token [::http::geturl https://my.secure.site/]
This procedure unregisters a protocol handler that was previously
registered via \fB::http::register\fR, returning a two-item list of
the default port and handler command that was previously installed
-(via \fB::http::register\fR) if there was such a handler.
+(via \fB::http::register\fR) if there was such a handler, and an error if
+there was no such handler.
.SH ERRORS
The \fB::http::geturl\fR procedure will raise errors in the following cases:
invalid command line options,