diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2016-10-12 09:58:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2016-10-12 09:58:12 (GMT) |
commit | b0e42562f6b8d5deea92df128bc40bf71e6bc57f (patch) | |
tree | 8c8e7a5afb13a1c285ada9131588b5da216312f3 /doc | |
parent | 1ad6b91e705f65b9d156c10aa41c4a88e6686877 (diff) | |
parent | b1c01412e0e3086a5ead8884a55ec71af2b0b755 (diff) | |
download | tcl-b0e42562f6b8d5deea92df128bc40bf71e6bc57f.zip tcl-b0e42562f6b8d5deea92df128bc40bf71e6bc57f.tar.gz tcl-b0e42562f6b8d5deea92df128bc40bf71e6bc57f.tar.bz2 |
[74bc0e44f5] Doc tweak.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/http.n | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |