summaryrefslogtreecommitdiffstats
path: root/doc
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)
commitec64cc0418e1c7f9c547f3dae821c21d4bdad383 (patch)
tree5fdb67e1af87c226fc75cb9c1eba48889ae592ca /doc
parent54c0881e9d6deab242839da14f2f4d3dfe05df5b (diff)
parentc482675d8403f441c50101cdd590df8ca6472ef5 (diff)
downloadtcl-ec64cc0418e1c7f9c547f3dae821c21d4bdad383.zip
tcl-ec64cc0418e1c7f9c547f3dae821c21d4bdad383.tar.gz
tcl-ec64cc0418e1c7f9c547f3dae821c21d4bdad383.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 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,