From c5fa917fc240d028c53032f160aedee64f761fec Mon Sep 17 00:00:00 2001
From: Erik Abele
Date: Wed, 18 Dec 2002 21:40:50 +0000
Subject: [PATCH] Added another note about Windows due to the recent changes in
windows.xml.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Submitted by: Iikka Meril�inen
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98023 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/programs/httpd.html.en | 13 +++++++------
docs/manual/programs/httpd.xml | 14 ++++++++------
2 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en
index c6151a3362..b55cd45336 100644
--- a/docs/manual/programs/httpd.html.en
+++ b/docs/manual/programs/httpd.html.en
@@ -23,12 +23,13 @@
child processes or threads to handle requests.
In general, httpd
should not be invoked directly,
- but rather should be invoked via apachectl on unix systems or as an NT
- service under win32.
+ but rather should be invoked via apachectl on Unix-based systems or as a service on Windows NT,
+ 2000 and XP and as
+ a console application on Windows 9x and ME.
+See also

@@ -45,7 +46,7 @@
-
t ] [ -
v ] [ -
V
] [ -
X ]
-
On Win32 systems, the
+
On Windows systems, the
following additional arguments are available:
httpd [ -k
@@ -154,7 +155,7 @@ server will not detach from the console.
-The following arguments are available only on the win32 platform:
+The following arguments are available only on the Windows platform:
@@ -169,7 +170,7 @@ the Apache service; and uninstall the Apache service.
-w
-- Hold the console window open on error so that the error message can
+
- Keep the console window open on error so that the error message can
be read.
diff --git a/docs/manual/programs/httpd.xml b/docs/manual/programs/httpd.xml
index 13d0fc8d9a..89b3ab1239 100644
--- a/docs/manual/programs/httpd.xml
+++ b/docs/manual/programs/httpd.xml
@@ -15,14 +15,16 @@
In general, httpd
should not be invoked directly,
but rather should be invoked via apachectl on unix systems or as an NT
- service under win32.
+ href="apachectl.html">apachectl on Unix-based systems or as a service on Windows NT,
+ 2000 and XP and as
+ a console application on Windows 9x and ME.
Starting Apache
Stopping Apache
Configuration Files
-
Platform Docs
+
Platform-specific Documentation
apachectl
Synopsis
@@ -39,7 +41,7 @@
-t ] [ -v ] [ -V
] [ -X ]
- On Win32 systems, the
+
On Windows systems, the
following additional arguments are available:
httpd [ -k
@@ -152,7 +154,7 @@ server will not detach from the console.
The following arguments are available only on the win32 platform:
+href="../platform/windows.html">Windows platform:
@@ -167,7 +169,7 @@ the Apache service; and uninstall the Apache service.
-w
-- Hold the console window open on error so that the error message can
+
- Keep the console window open on error so that the error message can
be read.
--
2.50.1