rse 99/11/28 03:38:58
Modified: src CHANGES
htdocs/manual install.html
Log:
Fixed typo in htdocs/manual/install.html.
Submitted by: Chris Pepper <[EMAIL PROTECTED]>
PR: 5360
Revision Changes Path
1.1451 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1450
retrieving revision 1.1451
diff -u -r1.1450 -r1.1451
--- CHANGES 1999/11/28 11:36:51 1.1450
+++ CHANGES 1999/11/28 11:38:56 1.1451
@@ -1,5 +1,8 @@
Changes with Apache 1.3.10
+ *) Fixed typo in htdocs/manual/install.html.
+ [Chris Pepper <[EMAIL PROTECTED]>] PR#5360
+
*) Fix $AWK/awk usage in top-level configure script: We confused ourself
and
replaced the wrong "$AWK" with a plain "awk" in the last releases. So we
now both fix this and move the comment which already tried to explain it
1.27 +1 -1 apache-1.3/htdocs/manual/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/apache-1.3/htdocs/manual/install.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- install.html 1999/04/27 08:26:55 1.26
+++ install.html 1999/11/28 11:38:58 1.27
@@ -215,7 +215,7 @@
If when you run <CODE>httpd</CODE> it complained about being unable to
"bind" to an address, then either some other process is already using
the port you have configured Apache to use, or you are running httpd
-as a normal user but trying to use port below 1024 (such as the
+as a normal user but trying to use a port below 1024 (such as the
default port 80).
<P>