From: Eric Covener
Date: Sat, 26 Jan 2013 03:46:42 +0000 (+0000)
Subject: Merge r1438833 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
X-Git-Tag: 2.4.4~79
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c17839925b60ffd3587565d07446aae689660ca;p=apache
Merge r1438833 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
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.4.x@1438835 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml
index f1eb44537a..5feccf1725 100644
--- a/docs/manual/platform/windows.xml
+++ b/docs/manual/platform/windows.xml
@@ -107,9 +107,7 @@
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.
+ backslashes.
While filenames are generally case-insensitive on
Windows, URLs are still treated internally as case-sensitive