Module Name: src
Committed By: reed
Date: Thu Mar 10 14:37:17 UTC 2011
Modified Files:
src/libexec/httpd: bozohttpd.8
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/libexec/httpd/bozohttpd.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/httpd/bozohttpd.8
diff -u src/libexec/httpd/bozohttpd.8:1.24 src/libexec/httpd/bozohttpd.8:1.25
--- src/libexec/httpd/bozohttpd.8:1.24 Tue Sep 21 07:05:28 2010
+++ src/libexec/httpd/bozohttpd.8 Thu Mar 10 14:37:16 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: bozohttpd.8,v 1.24 2010/09/21 07:05:28 wiz Exp $
+.\" $NetBSD: bozohttpd.8,v 1.25 2011/03/10 14:37:16 reed Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.99 2010/09/20 22:26:28 mrg Exp $
.\"
@@ -440,7 +440,7 @@
with PHP, one must use the
.Fl C
option to specify a CGI handler for a particular file type.
-Typically this, this will be like:
+Typically this will be like:
.Bd -literal
httpd -C .php /usr/pkg/bin/php /var/www
.Ed