]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1438833 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
authorEric Covener <covener@apache.org>
Sat, 26 Jan 2013 03:49:03 +0000 (03:49 +0000)
committerEric Covener <covener@apache.org>
Sat, 26 Jan 2013 03:49:03 +0000 (03:49 +0000)
http://httpd.apache.org/docs/2.4/platform/windows.html#comment_760

Get rid of "SystemRoot" used where ServerRoot was meant, by dropping this
whole part of the sentence.

(use drive letters, unless they're network drives and you're running as
a service ...)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1438836 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/windows.xml

index f5313ee7d5692b1252adc3e7a5b7ef8f6bac5d94..15360864f6ef4795d79625ca1f2306f4d2c33e88 100644 (file)
       Windows filenames instead of Unix ones. However, because Apache
       may interpret backslashes as an "escape character" sequence, you
       should consistently use forward slashes in path names, not 
-      backslashes.  Drive letters can be used; if omitted, the drive
-      of the SystemRoot directive (or -d command line option) becomes
-      the default.</p></li>
+      backslashes.</p></li>
 
       <li><p>While filenames are generally case-insensitive on
       Windows, URLs are still treated internally as case-sensitive