From ae8027442b0a317a8d0b6f1886e50af979452df0 Mon Sep 17 00:00:00 2001
From: Joe Watkins <krakjoe@php.net>
Date: Tue, 26 Mar 2013 14:00:31 +0000
Subject: [PATCH] fix for build

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329928 c90b9560-bf6c-de11-be94-00142212c4b1
---
 reference/pthreads/setup.xml | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/reference/pthreads/setup.xml b/reference/pthreads/setup.xml
index b8436f4b1d..3f7e64bf25 100644
--- a/reference/pthreads/setup.xml
+++ b/reference/pthreads/setup.xml
@@ -3,31 +3,30 @@
 
 <chapter xml:id="pthreads.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  &reftitle.setup;
-
+ 
  <section xml:id="pthreads.requirements">
   &reftitle.required;
   <para>
-  pthreads requires a build of PHP with ZTS enabled ( --enable-maintainer-zts or --enable-zts on Windows )
+   pthreads requires a build of PHP with ZTS enabled ( --enable-maintainer-zts or --enable-zts on Windows )
   </para>
  </section>
-
- <section xml:id="pthreads.installation">
-  &reftitle.install;
-  &reference.pthreads.entities.configure;
- </section>
-
+ 
+ <!-- {{{ Installation -->
+ &reference.pthreads.configure;
+ <!-- }}} -->
+ 
  <section xml:id="pthreads.configuration">
   &reftitle.runtime;
   &no.config;
  </section>
-
+ 
  <section xml:id="pthreads.resources">
   &reftitle.resources;
   <para>
-
+   
   </para>
  </section>
-
+ 
 </chapter>
 
 <!-- Keep this comment at the end of the file