Minor fix Win32service

This commit is contained in:
Sergey Panteleev 2021-07-29 16:46:19 +03:00
parent 574a644f1d
commit 0d5b0198bf
No known key found for this signature in database
GPG key ID: 659A97C9CF2A795A
5 changed files with 16 additions and 16 deletions

View file

@ -305,48 +305,48 @@
<refsect1 role="errors">
&reftitle.errors;
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>service</parameter> parameter is empty.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>path</parameter> parameter is missing or empty.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>svc_type</parameter> parameter is wrong.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>start_type</parameter> parameter is wrong.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>error_control</parameter> parameter is wrong.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>base_priority</parameter> parameter is wrong.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>recovery_delay</parameter> parameter is not between
0 and PHP_INT_MAX.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>recovery_action_1</parameter> parameter is wrong.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>recovery_action_2</parameter> parameter is wrong.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>recovery_action_3</parameter> parameter is wrong.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>recovery_reset_period</parameter> parameter is not
between 0 and PHP_INT_MAX.
</para>

View file

@ -65,7 +65,7 @@
<refsect1 role="errors">
&reftitle.errors;
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>servicename</parameter> parameter is empty.
</para>

View file

@ -58,7 +58,7 @@
<refsect1 role="errors"><!-- {{{ -->
&reftitle.errors;
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>servicename</parameter> parameter is empty.
</para>

View file

@ -146,7 +146,7 @@
<refsect1 role="errors"><!-- {{{ -->
&reftitle.errors;
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>servicename</parameter> parameter is empty.
</para>
</refsect1><!-- }}} -->

View file

@ -69,11 +69,11 @@
<constant>E_ERROR</constant> level error.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>servicename</parameter> parameter is empty.
</para>
<para>
A <classname>ValueError</classname> is thrown if the;
A <classname>ValueError</classname> is thrown if the
value of <parameter>control</parameter> parameter is not between 128 and 255.
</para>
<para>