1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

doc: Adjust capitalization for "HTTPS" and "GnuTLS".

* doc/ref/web.texi (open-socket-for-uri): Adjust capitalization.
This commit is contained in:
Christopher Allan Webber 2016-11-07 12:13:17 -06:00
parent 8f1db9f268
commit 6bdd955115

View file

@ -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.