Commit dd4857a5 authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

Minor language fixes:

    * Correct a grammar mistake
    * Make my own English more cromulent
    * Use GB to express Gigabytes rather than Gb, which usually
      means Gigabits.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@328728 13f79535-47bb-0310-9956-ffa450edef68
parent cbe493c9
Loading
Loading
Loading
Loading
+6 −6
Changes for docs/manual/new_features_2_2.xml: 6 added lines, 6 removed lines.
Original line number Diff line number Diff line
@@ -43,16 +43,16 @@

      <dt>Caching</dt>
      <dd><module>mod_cache</module>, <module>mod_disk_cache</module>, and
          <module>mod_mem_cache</module> have undergone a lot of changes
          <module>mod_mem_cache</module> have undergone a lot of changes, and
          are now considered production-quality. <program>htcacheclean</program>
          has been introduced to clean up <module>mod_disk_cache</module>
          setups.</dd>

      <dt>Configuration</dt>
      <dd>The default configuration layout has been simplified and
          modularised. Configuration snippets which assist with enabling 
          commonly used features are now bundled and easily included in the 
          main server configuration.</dd>
          modularised. Configuration snippets which can be used to 
          enable commonly-used features are now bundled with Apache, and 
          can be easily added to the main server config.</dd>

      <dt>Graceful stop</dt>
      <dd>The <module>prefork</module>, <module>worker</module> and 
@@ -88,8 +88,8 @@

      <dt>Large File Support</dt>

      <dd>httpd is now built with support for files larger than 2Gb on
          modern 32-bit Unix systems.  Support for handling &gt;2Gb request
      <dd>httpd is now built with support for files larger than 2GB on
          modern 32-bit Unix systems.  Support for handling &gt;2GB request
          bodies has also been added.</dd>

      <dt>Event MPM</dt>