summaryrefslogtreecommitdiff
path: root/docs/manual/new_features_2_2.xml
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-10-26 21:03:32 +0000
committerColm MacCarthaigh <colm@apache.org>2005-10-26 21:03:32 +0000
commit7e5b2253ee5392561b0ba67ffd17865c1cb2cd63 (patch)
tree83f9b95222bb86fd142fa57980dddacd9f967346 /docs/manual/new_features_2_2.xml
parent61ba68ffd6be2cb3001855c7be7a64476f94cfb2 (diff)
downloadhttpd-7e5b2253ee5392561b0ba67ffd17865c1cb2cd63.tar.gz
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
Diffstat (limited to 'docs/manual/new_features_2_2.xml')
-rw-r--r--docs/manual/new_features_2_2.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml
index c1d6109779..60b1f6e848 100644
--- a/docs/manual/new_features_2_2.xml
+++ b/docs/manual/new_features_2_2.xml
@@ -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 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>