From: Alex Rousskov Date: Wed, 20 Jun 2012 21:26:13 +0000 (-0600) Subject: More comments and docs polishing. X-Git-Tag: BumpSslServerFirst.take09~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23bb0ebfaaca2fc437a033ec296f0605057e42ec;p=thirdparty%2Fsquid.git More comments and docs polishing. --- diff --git a/include/CbDataList.h b/include/CbDataList.h index 2ffa0b9822..4c5c06e3ee 100644 --- a/include/CbDataList.h +++ b/include/CbDataList.h @@ -44,7 +44,7 @@ public: CbDataList (C const &); ~CbDataList(); - /// If element is already in the list return false. + /// If element is already in the list, returns false. /// Otherwise, adds the element to the end of the list and returns true. /// Exists to avoid double iteration of find() and push() combo. bool push_back_unique(C const &element); @@ -141,7 +141,7 @@ CbDataList::push_back_unique(C const &toAdd) return false; } - last->next = new CbDataList (toAdd); + last->next = new CbDataList(toAdd); return true; } diff --git a/src/acl/FilledChecklist.h b/src/acl/FilledChecklist.h index 5c4b766881..487ee7da5e 100644 --- a/src/acl/FilledChecklist.h +++ b/src/acl/FilledChecklist.h @@ -66,7 +66,7 @@ public: #endif #if USE_SSL - /// SSL [certificate validation] errors in undefined order + /// SSL [certificate validation] errors, in undefined order Ssl::Errors *sslErrors; #endif diff --git a/src/cf.data.pre b/src/cf.data.pre index 116ea2ee8d..1eda02dbe4 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1416,8 +1416,7 @@ DOC_START dynamic_cert_mem_cache_size=SIZE Approximate total RAM size spent on cached generated certificates. If set to zero, caching is disabled. The - default value is 4MB. An average XXX-bit certificate - consumes about XXX bytes of RAM. + default value is 4MB. TLS / SSL Options: @@ -1664,8 +1663,7 @@ DOC_START dynamic_cert_mem_cache_size=SIZE Approximate total RAM size spent on cached generated certificates. If set to zero, caching is disabled. The - default value is 4MB. An average XXX-bit certificate - consumes about XXX bytes of RAM. + default value is 4MB. See http_port for a list of available options. DOC_END