summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2016-10-12 09:58:12 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2016-10-12 09:58:12 (GMT)
commitb0e42562f6b8d5deea92df128bc40bf71e6bc57f (patch)
tree8c8e7a5afb13a1c285ada9131588b5da216312f3 /doc
parent1ad6b91e705f65b9d156c10aa41c4a88e6686877 (diff)
parentb1c01412e0e3086a5ead8884a55ec71af2b0b755 (diff)
downloadtcl-b0e42562f6b8d5deea92df128bc40bf71e6bc57f.zip
tcl-b0e42562f6b8d5deea92df128bc40bf71e6bc57f.tar.gz
tcl-b0e42562f6b8d5deea92df128bc40bf71e6bc57f.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,