From: Jeff Trawick Date: Sat, 3 Aug 2013 13:17:37 +0000 (+0000) Subject: SSLCompression help text: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add41e12191ef3128cdf048868d20345e3465c46;p=thirdparty%2Fapache%2Fhttpd.git SSLCompression help text: add missing space between directive description and syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1509983 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/mod_ssl.c b/modules/ssl/mod_ssl.c index bdfafdf9486..33556d69a03 100644 --- a/modules/ssl/mod_ssl.c +++ b/modules/ssl/mod_ssl.c @@ -144,7 +144,7 @@ static const command_rec ssl_config_cmds[] = { SSL_CMD_SRV(HonorCipherOrder, FLAG, "Use the server's cipher ordering preference") SSL_CMD_SRV(Compression, FLAG, - "Enable SSL level compression" + "Enable SSL level compression " "(`on', `off')") SSL_CMD_SRV(InsecureRenegotiation, FLAG, "Enable support for insecure renegotiation")