summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2016-10-12 09:57:15 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2016-10-12 09:57:15 (GMT)
commit2b3a9ba90da9d322fea0de66b8c59427a69b4ec2 (patch)
tree16f2c88daf4fb76326c425517e7c885a81a824d1 /doc
parentc20fffb1c16d1b8a7ed25de25f292df6297d176f (diff)
downloadtcl-2b3a9ba90da9d322fea0de66b8c59427a69b4ec2.zip
tcl-2b3a9ba90da9d322fea0de66b8c59427a69b4ec2.tar.gz
tcl-2b3a9ba90da9d322fea0de66b8c59427a69b4ec2.tar.bz2
[74bc0e44f5] Doc tweak.
Diffstat (limited to 'doc')
-rw-r--r--doc/http.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/http.n b/doc/http.n
index c6e8983..26f1298 100644
--- a/doc/http.n
+++ b/doc/http.n
@@ -371,7 +371,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,