jsgoupil Sun Oct 2 12:49:29 2005 EDT
Modified files:
/phpdoc/en/reference/win32service reference.xml
Log:
typo + word missing + WS
http://cvs.php.net/diff.php/phpdoc/en/reference/win32service/reference.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/win32service/reference.xml
diff -u phpdoc/en/reference/win32service/reference.xml:1.3
phpdoc/en/reference/win32service/reference.xml:1.4
--- phpdoc/en/reference/win32service/reference.xml:1.3 Sun Sep 18 07:55:52 2005
+++ phpdoc/en/reference/win32service/reference.xml Sun Oct 2 12:49:26 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Purpose: utilspec.windows -->
<!-- Membership: pecl -->
@@ -36,7 +36,7 @@
</step>
<step>
<para>
- Copy the php_win32service.dll into you <link
+ Copy the php_win32service.dll into your <link
linkend="ini.extension-dir">extension_dir</link>.
</para>
</step>
@@ -56,7 +56,8 @@
<section id="win32service.examples">
&reftitle.examples;
<para>
- <example><title>Registering a PHP to run as a service</title>
+ <example>
+ <title>Registering a PHP script to run as a service</title>
<programlisting role='php'>
<![CDATA[
<?php
@@ -71,7 +72,8 @@
</example>
</para>
<para>
- <example><title>Unregistering a service</title>
+ <example>
+ <title>Unregistering a service</title>
<programlisting role='php'>
<![CDATA[
<?php
@@ -82,8 +84,9 @@
</example>
</para>
<para>
- <example><title>Running as a service</title>
- <programlisting role='php'>
+ <example>
+ <title>Running as a service</title>
+ <programlisting role='php'>
<![CDATA[
<?php
if ($argv[1] == 'run') {
@@ -97,7 +100,7 @@
}
?>
]]>
- </programlisting>
+ </programlisting>
</example>
</para>
</section>