coar 99/07/13 08:19:48
Modified: src/support httpd.8
Log:
Fix a typo.
Submitted by: Jayaram A <[EMAIL PROTECTED]>
Reviewed by: Ken Coar
Revision Changes Path
1.14 +1 -1 apache-1.3/src/support/httpd.8
Index: httpd.8
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/httpd.8,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- httpd.8 1999/01/01 19:05:34 1.13
+++ httpd.8 1999/07/13 15:19:48 1.14
@@ -97,7 +97,7 @@
.B httpd
is the Apache HyperText Transfer Protocol (HTTP) server program. It is
designed to be run as a standalone daemon process. When used like this
-is will create a pool of child processes to handle requests. To stop
+it will create a pool of child processes to handle requests. To stop
it, send a TERM signal to the initial (parent) process. The PID of
this process is written to a file as given in the configuration file.
Alternatively