reference/sockets/functions/socket-cmsg-space.xml
14dc7c47365f2b71f6c907a5ba5bccf42534d5a9
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.socket-cmsg-space">
3
+
<refentry xml:id="function.socket-cmsg-space" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>socket_cmsg_space</refname>
6
6
<refpurpose>Calculate message buffer size</refpurpose>
...
...
@@ -8,10 +8,10 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>int</type><methodname>socket_cmsg_space</methodname>
11
+
<type class="union"><type>int</type><type>null</type></type><methodname>socket_cmsg_space</methodname>
12
12
<methodparam><type>int</type><parameter>level</parameter></methodparam>
13
13
<methodparam><type>int</type><parameter>type</parameter></methodparam>
14
-
<methodparam choice="opt"><type>int</type><parameter>n</parameter><initializer>0</initializer></methodparam>
14
+
<methodparam choice="opt"><type>int</type><parameter>num</parameter><initializer>0</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Calculates the size of the buffer that should be allocated for
...
...
@@ -59,7 +59,6 @@
59
59
</refsect1>
60
60

61
61
</refentry>
62
-

63
62
<!-- Keep this comment at the end of the file
64
63
Local variables:
65
64
mode: sgml
66
65