From 0bc8c6f324fb4899feef7ad381b3bc25e656c743 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sat, 28 Apr 2012 09:13:05 +0000 Subject: [PATCH] Cosmetic fixes to core git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331722 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 18 +++++++++--------- docs/manual/mod/core.xml | 18 +++++++++--------- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/mod_lua.xml.fr | 2 +- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 869190884a7..dde1dfe4026 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -687,8 +687,8 @@ headers (shared memory, locks, etc.). If set as a relative path, the full path will be relative to ServerRoot

+

Example

-#Example
 DefaultRuntimeDir scratch/
     
@@ -875,7 +875,7 @@ named file-system directory, sub-directories, and their contents.
 <Directory ~ "abc$">
-# ... directives here ...
+  # ... directives here ...
 </Directory>
     
@@ -1023,10 +1023,10 @@ satisfied by a request at runtime
 <If "-z req('Host')">
-# ...
+  # ...
 </If>
 <Else>
-# ...
+  # ...
 </Else>
     
@@ -3775,11 +3775,11 @@ to name-virtual hosts
 <VirtualHost *:80>
-ServerName server.example.com
-ServerAlias server server2.example.com server2
-ServerAlias *.example.com
-UseCanonicalName Off
-# ...
+  ServerName server.example.com
+  ServerAlias server server2.example.com server2
+  ServerAlias *.example.com
+  UseCanonicalName Off
+  # ...
 </VirtualHost>
     
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 539749267b5..0f28b1b9988 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -609,8 +609,8 @@ headers (shared memory, locks, etc.). If set as a relative path, the full path will be relative to ServerRoot

+

Example

-#Example DefaultRuntimeDir scratch/ @@ -791,7 +791,7 @@ named file-system directory, sub-directories, and their contents. <Directory ~ "abc$"> -# ... directives here ... + # ... directives here ... </Directory> @@ -933,10 +933,10 @@ satisfied by a request at runtime <If "-z req('Host')"> -# ... + # ... </If> <Else> -# ... + # ... </Else> @@ -3685,11 +3685,11 @@ to name-virtual hosts <VirtualHost *:80> -ServerName server.example.com -ServerAlias server server2.example.com server2 -ServerAlias *.example.com -UseCanonicalName Off -# ... + ServerName server.example.com + ServerAlias server server2.example.com server2 + ServerAlias *.example.com + UseCanonicalName Off + # ... </VirtualHost> diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index ec33a248efb..42f49da81d6 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index e3f480f25c4..47fd1abb6a9 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + + -- 2.47.2