jsgoupil Sun Oct 2 13:47:40 2005 EDT
Modified files: /phpdoc/en/reference/win32service/functions win32-create-service.xml Log: typo + WS http://cvs.php.net/diff.php/phpdoc/en/reference/win32service/functions/win32-create-service.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/win32service/functions/win32-create-service.xml diff -u phpdoc/en/reference/win32service/functions/win32-create-service.xml:1.1 phpdoc/en/reference/win32service/functions/win32-create-service.xml:1.2 --- phpdoc/en/reference/win32service/functions/win32-create-service.xml:1.1 Sat Sep 17 12:26:44 2005 +++ phpdoc/en/reference/win32service/functions/win32-create-service.xml Sun Oct 2 13:47:39 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. --> <refentry id="function.win32-create-service"> <refnamediv> @@ -27,10 +27,12 @@ <varlistentry> <term><parameter>service</parameter></term> <listitem> - <para>The short name of the service. This is the name that you - will use to control the service using the <literal>net</literal> - command. The service must be unique (no two services can share the - same name), and, ideally, should avoid having spaces in the name.</para> + <para> + The short name of the service. This is the name that you + will use to control the service using the <literal>net</literal> + command. The service must be unique (no two services can share the + same name), and, ideally, should avoid having spaces in the name. + </para> </listitem> </varlistentry> <varlistentry> @@ -55,7 +57,7 @@ <term><parameter>password</parameter></term> <listitem> <para> - The password the corresponds to the <parameter>user</parameter>. + The password that corresponds to the <parameter>user</parameter>. </para> </listitem> </varlistentry>