From e0dc7691c4cff3a38bc12adf10b3709d8c4901ba Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 10 Mar 2021 03:43:56 +0000 Subject: [PATCH] Rename `` to ``. --- docs/conf/inspircd.conf.example | 4 ++-- docs/conf/links.conf.example | 4 ++-- docs/conf/modules.conf.example | 2 +- src/coremods/core_stats.cpp | 2 +- src/listensocket.cpp | 5 +++-- src/modules/m_flashpolicyd.cpp | 2 +- src/modules/m_ircv3_sts.cpp | 2 +- src/usermanager.cpp | 2 +- 8 files changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index cdfb6f3c2..f07f21cdd 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -141,7 +141,7 @@ # to this bind section. type="clients" - # ssl: If you want the port(s) in this bind tag to use TLS (SSL), set this + # sslprofile: If you want the port(s) in this bind tag to use TLS (SSL), set this # to the name of a custom tag that you have defined. See the # docs page for the TLS (SSL) module you are using for more details: # @@ -151,7 +151,7 @@ # # You will need to load the ssl_openssl module for OpenSSL, ssl_gnutls # for GnuTLS and ssl_mbedtls for mbedTLS. - ssl="Clients" + sslprofile="Clients" # defer: When this is non-zero, connections will not be handed over to # the daemon from the operating system before data is ready. diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf.example index 7ced7170e..19d770d35 100644 --- a/docs/conf/links.conf.example +++ b/docs/conf/links.conf.example @@ -10,7 +10,7 @@ + sslprofile="Servers"> # Plaintext listener that binds on a TCP/IP endpoint: