reference/gearman/gearmanclient/removeoptions.xml
3c0b61c45a5dabe46865510311e57b77ea3dddb7
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="gearmanclient.removeoptions" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>GearmanClient::removeOptions</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="GearmanClient">
13
12
<modifier>public</modifier> <type>bool</type><methodname>GearmanClient::removeOptions</methodname>
14
-
<methodparam><type>int</type><parameter>options</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>option</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Removes (unsets) one or more options.
...
...
@@ -23,7 +22,7 @@
23
22
<para>
24
23
<variablelist>
25
24
<varlistentry>
26
-
<term><parameter>options</parameter></term>
25
+
<term><parameter>option</parameter></term>
27
26
<listitem>
28
27
<para>
29
28
The options to be removed (unset)
...
...
@@ -42,7 +41,6 @@
42
41
</refsect1>
43
42

44
43
</refentry>
45
-

46
44
<!-- Keep this comment at the end of the file
47
45
Local variables:
48
46
mode: sgml
49
47