reference/stream/functions/stream-context-set-option.xml
7aa6a0cc6631fc1c67a24e3ede9db849e420a4e5
...
...
@@ -39,10 +39,36 @@
39
39
</listitem>
40
40
</varlistentry>
41
41
<varlistentry>
42
+
<term><parameter>wrapper</parameter></term>
43
+
<listitem>
44
+
<para>
45
+
The name of the wrapper (which may be different than the protocol).
46
+
Refer to <link linkend="context">context options and parameters</link>
47
+
for a listing of stream options.
48
+
</para>
49
+
</listitem>
50
+
</varlistentry>
51
+
<varlistentry>
52
+
<term><parameter>option</parameter></term>
53
+
<listitem>
54
+
<para>
55
+
The name of the option.
56
+
</para>
57
+
</listitem>
58
+
</varlistentry>
59
+
<varlistentry>
60
+
<term><parameter>value</parameter></term>
61
+
<listitem>
62
+
<para>
63
+
The value of the option.
64
+
</para>
65
+
</listitem>
66
+
</varlistentry>
67
+
<varlistentry>
42
68
<term><parameter>options</parameter></term>
43
69
<listitem>
44
70
<para>
45
-
The options to set for the default context.
71
+
The options to set for <parameter>stream_or_context</parameter>.
46
72
</para>
47
73
<note>
48
74
<para>
49
75