summaryrefslogtreecommitdiffstats
path: root/docs/manual/platform/windows.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/platform/windows.html')
-rw-r--r--docs/manual/platform/windows.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/platform/windows.html b/docs/manual/platform/windows.html
index b4a09565e5..b1a3bfa678 100644
--- a/docs/manual/platform/windows.html
+++ b/docs/manual/platform/windows.html
@@ -118,7 +118,7 @@ together with details of mirror web and anonymous ftp sites.</P>
directory, on the current hard drive. Another directory may be used,
but the files will need to be installed manually.</P>
-<P>To install the files into the </CODE>\Apache</CODE> directory
+<P>To install the files into the <CODE>\Apache</CODE> directory
automatically, use one the following nmake commands (see above):</P>
<UL>
<LI><CODE>nmake /f Makefile.nt installr</CODE> (for release build)
@@ -211,13 +211,13 @@ the document root (what the server actually serves).
line, or as a Windows NT service. To run it from the command line, use
the following command:
<PRE>
- C:\Apache> <STRONG>apache -s</STRONG>
+ C:\Apache&gt; <STRONG>apache -s</STRONG>
</PRE>
<P>Apache will then execute, and will remain running until it is
exited. To use Apache as a Windows NT service, use the following:</P>
<PRE>
- C:\Apache> <STRONG>apache -i</STRONG>
+ C:\Apache&gt; <STRONG>apache -i</STRONG>
</PRE>
<P>Then open the Services control panel, and start the Apache service.</P>