]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Minor language fixes:
authorColm MacCarthaigh <colm@apache.org>
Wed, 26 Oct 2005 21:03:32 +0000 (21:03 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 26 Oct 2005 21:03:32 +0000 (21:03 +0000)
    * 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

docs/manual/new_features_2_2.xml

index c1d61097790caded0bd752ab8668737607004576..60b1f6e8484647143edf7bd27cd10d9643a8746c 100644 (file)
 
       <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 cleanup <module>mod_disk_cache</module>
+          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>