From 6bdd9551157bb5010973cad8f5fcbd5361fad622 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 7 Nov 2016 12:13:17 -0600 Subject: [PATCH] doc: Adjust capitalization for "HTTPS" and "GnuTLS". * doc/ref/web.texi (open-socket-for-uri): Adjust capitalization. --- doc/ref/web.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.