diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-11-07 12:13:17 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-11-07 12:13:17 -0600 |
commit | 6bdd9551157bb5010973cad8f5fcbd5361fad622 (patch) | |
tree | b2ee945029948bcf81fee8eeefcd11d1ebe5d51f | |
parent | 8f1db9f2681e3859e4292563b96fecac200d1c08 (diff) | |
download | guile-6bdd9551157bb5010973cad8f5fcbd5361fad622.tar.gz |
doc: Adjust capitalization for "HTTPS" and "GnuTLS".
* doc/ref/web.texi (open-socket-for-uri): Adjust capitalization.
-rw-r--r-- | doc/ref/web.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/web.texi b/doc/ref/web.texi index 8ddb2073a..c0a7bdda6 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -1423,7 +1423,7 @@ the lower-level HTTP, request, and response modules. @deffn {Scheme Procedure} open-socket-for-uri uri Return an open input/output port for a connection to URI. Guile -dynamically loads gnutls for https support. +dynamically loads GnuTLS for HTTPS support. @xref{Guile Preparations, how to install the GnuTLS bindings for Guile,, gnutls-guile, GnuTLS-Guile}, for more information. |