On Thu, Mar 18, 2010 at 1:39 PM, <[email protected]> wrote: > Author: trawick > Date: Thu Mar 18 17:39:48 2010 > New Revision: 924915 > > URL: http://svn.apache.org/viewvc?rev=924915&view=rev > Log: > hyphenate some compound modifiers
> Modified: httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml?rev=924915&r1=924914&r2=924915&view=diff > ============================================================================== > --- httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml (original) > +++ httpd/httpd/trunk/docs/manual/mod/mod_ssl.xml Thu Mar 18 17:39:48 2010 > @@ -1303,7 +1303,7 @@ SSLRenegBufferSize 262144 > > <directivesynopsis> > <name>SSLStrictSNIVHostCheck</name> > -<description>Whether to allow non SNI clients to access a name based virtual > +<description>Whether to allow non-SNI clients to access a name-based virtual > host. > </description> > <syntax>SSLStrictSNIVHostCheck on|off</syntax> > @@ -1314,8 +1314,8 @@ host. > > <usage> > <p> > -This directive sets whether a non SNI client is allowed to access a name > based > -virtual host. If set to <code>on</code> in the default name based virtual > +This directive sets whether a non-SNI client is allowed to access a > name-based > +virtual host. If set to <code>on</code> in the default name-based virtual Maybe somebody wants to switch this to "SNI unaware" as in r924843? I took the opportunity to clean up just the hyphenation issues here in this section (and elsewhere, other than the unexpected "[non] script aliased," which bugs me but is widely used).
