summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2011-01-01 00:21:49 +0000
committerAndré Malo <nd@apache.org>2011-01-01 00:21:49 +0000
commit522a24e4298f78022b91df08e37dacf2d37a59eb (patch)
treecb5c0b0a04e4b24c67ba9617e2cb39a1d9ce5614 /docs/manual
parent28c4944a04831cb6312a5d1a3cdf89941ed85c46 (diff)
downloadhttpd-522a24e4298f78022b91df08e37dacf2d37a59eb.tar.gz
markup refinements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/core.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 2fbba7802b..6425c18847 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -856,8 +856,8 @@ version 2.3.9.</compatibility>
support.</li>
<li>On Linux the use of sendfile triggers TCP-checksum
offloading bugs on certain networking cards when using IPv6.</li>
- <li>On Linux on Itanium, sendfile may be unable to handle files
- over 2GB in size.</li>
+ <li>On Linux on Itanium, <code>sendfile</code> may be unable to handle
+ files over 2GB in size.</li>
<li>With a network-mounted <directive
module="core">DocumentRoot</directive> (e.g., NFS, SMB, CIFS, FUSE),
the kernel may be unable to serve the network file through
@@ -3641,9 +3641,10 @@ handler</description>
<p>You can override an earlier defined <directive>SetHandler</directive>
directive by using the value <code>None</code>.</p>
- <p><strong>Note:</strong> because SetHandler overrides default handlers,
+
+ <note>Because <directive>SetHandler</directive> overrides default handlers,
normal behaviour such as handling of URLs ending in a slash (/) as
- directories or index files is suppressed.</p>
+ directories or index files is suppressed.</note>
</usage>
<seealso><directive module="mod_mime">AddHandler</directive></seealso>