summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpatrikj <patrikj@unknown>2002-03-11 11:13:36 +0000
committerpatrikj <patrikj@unknown>2002-03-11 11:13:36 +0000
commitd2edea1154875c5896e32f69bf29412e020a48aa (patch)
treecd3081b19f66e0a13a0ff1a6ea7e87012266b3c8 /docs
parentc504e20273fdb0bf62b84a42a7deb4abd39fd778 (diff)
downloadhttpd-d2edea1154875c5896e32f69bf29412e020a48aa.tar.gz
Fixed XML header, so that the document can be validated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/prefork.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/mod/prefork.xml b/docs/manual/mod/prefork.xml
index 1dd788813b..6d3a392e31 100644
--- a/docs/manual/mod/prefork.xml
+++ b/docs/manual/mod/prefork.xml
@@ -1,6 +1,8 @@
<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
<modulesynopsis>
+
<name>prefork</name>
<description>Implements a non-threaded, pre-forking web server</description>
<status>MPM</status>