com doc/fr: Use standard type element: reference/sockets/constants.xml
[email protected] (George Peter Banyard) Wed, 24 Feb 2021 17:45:12 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 0d490074b571bdb77691a8e35ea74e550f931d4d Author: George Peter Banyard <[email protected]> Wed, 24 Feb 2021 15:09:28 +0000 Parents: 3fa3d338777ebe5f0685e244139066b447c649f0 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=0d490074b571bdb77691a8e35ea74e550f931d4d Log: Use standard type element Changed paths: M reference/sockets/constants.xml
diff_0d490074b571bdb77691a8e35ea74e550f931d4d.txt
(text/plain, 30.9 KB)
diff --git a/reference/sockets/constants.xml b/reference/sockets/constants.xml
index 6de217526d..5c0c86ac25 100644
--- a/reference/sockets/constants.xml
+++ b/reference/sockets/constants.xml
@@ -10,7 +10,7 @@
<varlistentry xml:id="constant.af-unix">
<term>
<constant>AF_UNIX</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -21,7 +21,7 @@
<varlistentry xml:id="constant.af-inet">
<term>
<constant>AF_INET</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -32,7 +32,7 @@
<varlistentry xml:id="constant.af-inet6">
<term>
<constant>AF_INET6</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -43,7 +43,7 @@
<varlistentry xml:id="constant.sock-stream">
<term>
<constant>SOCK_STREAM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -54,7 +54,7 @@
<varlistentry xml:id="constant.sock-dgram">
<term>
<constant>SOCK_DGRAM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -65,7 +65,7 @@
<varlistentry xml:id="constant.sock-raw">
<term>
<constant>SOCK_RAW</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -76,7 +76,7 @@
<varlistentry xml:id="constant.sock-seqpacket">
<term>
<constant>SOCK_SEQPACKET</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -87,7 +87,7 @@
<varlistentry xml:id="constant.sock-rdm">
<term>
<constant>SOCK_RDM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -98,7 +98,7 @@
<varlistentry xml:id="constant.msg-oob">
<term>
<constant>MSG_OOB</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -109,7 +109,7 @@
<varlistentry xml:id="constant.msg-waitall">
<term>
<constant>MSG_WAITALL</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -120,7 +120,7 @@
<varlistentry xml:id="constant.msg-peek">
<term>
<constant>MSG_PEEK</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -131,7 +131,7 @@
<varlistentry xml:id="constant.msg-dontroute">
<term>
<constant>MSG_DONTROUTE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -142,7 +142,7 @@
<varlistentry xml:id="constant.msg-eor">
<term>
<constant>MSG_EOR</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -153,7 +153,7 @@
<varlistentry xml:id="constant.msg-eof">
<term>
<constant>MSG_EOF</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -164,7 +164,7 @@
<varlistentry xml:id="constant.so-debug">
<term>
<constant>SO_DEBUG</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -175,7 +175,7 @@
<varlistentry xml:id="constant.so-reuseaddr">
<term>
<constant>SO_REUSEADDR</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -186,7 +186,7 @@
<varlistentry xml:id="constant.so-reuseport">
<term>
<constant>SO_REUSEPORT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -199,7 +199,7 @@
<varlistentry xml:id="constant.so-keepalive">
<term>
<constant>SO_KEEPALIVE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -210,7 +210,7 @@
<varlistentry xml:id="constant.so-dontroute">
<term>
<constant>SO_DONTROUTE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -221,7 +221,7 @@
<varlistentry xml:id="constant.so-linger">
<term>
<constant>SO_LINGER</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -232,7 +232,7 @@
<varlistentry xml:id="constant.so-broadcast">
<term>
<constant>SO_BROADCAST</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -243,7 +243,7 @@
<varlistentry xml:id="constant.so-oobinline">
<term>
<constant>SO_OOBINLINE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -254,7 +254,7 @@
<varlistentry xml:id="constant.so-sndbuf">
<term>
<constant>SO_SNDBUF</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -265,7 +265,7 @@
<varlistentry xml:id="constant.so-rcvbuf">
<term>
<constant>SO_RCVBUF</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -276,7 +276,7 @@
<varlistentry xml:id="constant.so-sndlowat">
<term>
<constant>SO_SNDLOWAT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -287,7 +287,7 @@
<varlistentry xml:id="constant.so-rcvlowat">
<term>
<constant>SO_RCVLOWAT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -298,7 +298,7 @@
<varlistentry xml:id="constant.so-sndtimeo">
<term>
<constant>SO_SNDTIMEO</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -309,7 +309,7 @@
<varlistentry xml:id="constant.so-rcvtimeo">
<term>
<constant>SO_RCVTIMEO</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -320,7 +320,7 @@
<varlistentry xml:id="constant.so-type">
<term>
<constant>SO_TYPE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -331,7 +331,7 @@
<varlistentry xml:id="constant.so-error">
<term>
<constant>SO_ERROR</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -342,7 +342,7 @@
<varlistentry xml:id="constant.tcp-nodelay">
<term>
<constant>TCP_NODELAY</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -354,7 +354,7 @@
<varlistentry xml:id="constant.sol-socket">
<term>
<constant>SOL_SOCKET</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -365,7 +365,7 @@
<varlistentry xml:id="constant.php-normal-read">
<term>
<constant>PHP_NORMAL_READ</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -376,7 +376,7 @@
<varlistentry xml:id="constant.php-binary-read">
<term>
<constant>PHP_BINARY_READ</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -387,7 +387,7 @@
<varlistentry xml:id="constant.sol-tcp">
<term>
<constant>SOL_TCP</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -398,7 +398,7 @@
<varlistentry xml:id="constant.sol-udp">
<term>
<constant>SOL_UDP</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -416,7 +416,7 @@
<varlistentry xml:id="constant.socket-eintr">
<term>
<constant>SOCKET_EINTR</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -427,7 +427,7 @@
<varlistentry xml:id="constant.socket-ebadf">
<term>
<constant>SOCKET_EBADF</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -438,7 +438,7 @@
<varlistentry xml:id="constant.socket-eacces">
<term>
<constant>SOCKET_EACCES</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -449,7 +449,7 @@
<varlistentry xml:id="constant.socket-efault">
<term>
<constant>SOCKET_EFAULT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -460,7 +460,7 @@
<varlistentry xml:id="constant.socket-einval">
<term>
<constant>SOCKET_EINVAL</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -471,7 +471,7 @@
<varlistentry xml:id="constant.socket-emfile">
<term>
<constant>SOCKET_EMFILE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -482,7 +482,7 @@
<varlistentry xml:id="constant.socket-enametoolong">
<term>
<constant>SOCKET_ENAMETOOLONG</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -493,7 +493,7 @@
<varlistentry xml:id="constant.socket-enotempty">
<term>
<constant>SOCKET_ENOTEMPTY</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -504,7 +504,7 @@
<varlistentry xml:id="constant.socket-eloop">
<term>
<constant>SOCKET_ELOOP</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -515,7 +515,7 @@
<varlistentry xml:id="constant.socket-ewouldblock">
<term>
<constant>SOCKET_EWOULDBLOCK</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -526,7 +526,7 @@
<varlistentry xml:id="constant.socket-eremote">
<term>
<constant>SOCKET_EREMOTE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -537,7 +537,7 @@
<varlistentry xml:id="constant.socket-eusers">
<term>
<constant>SOCKET_EUSERS</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -548,7 +548,7 @@
<varlistentry xml:id="constant.socket-enotsock">
<term>
<constant>SOCKET_ENOTSOCK</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -559,7 +559,7 @@
<varlistentry xml:id="constant.socket-edestaddrreq">
<term>
<constant>SOCKET_EDESTADDRREQ</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -570,7 +570,7 @@
<varlistentry xml:id="constant.socket-emsgsize">
<term>
<constant>SOCKET_EMSGSIZE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -581,7 +581,7 @@
<varlistentry xml:id="constant.socket-eprototype">
<term>
<constant>SOCKET_EPROTOTYPE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -592,7 +592,7 @@
<varlistentry xml:id="constant.socket-eprotonosupport">
<term>
<constant>SOCKET_EPROTONOSUPPORT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -603,7 +603,7 @@
<varlistentry xml:id="constant.socket-esocktnosupport">
<term>
<constant>SOCKET_ESOCKTNOSUPPORT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -614,7 +614,7 @@
<varlistentry xml:id="constant.socket-eopnotsupp">
<term>
<constant>SOCKET_EOPNOTSUPP</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -625,7 +625,7 @@
<varlistentry xml:id="constant.socket-epfnosupport">
<term>
<constant>SOCKET_EPFNOSUPPORT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -636,7 +636,7 @@
<varlistentry xml:id="constant.socket-eafnosupport">
<term>
<constant>SOCKET_EAFNOSUPPORT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -647,7 +647,7 @@
<varlistentry xml:id="constant.socket-eaddrnotavail">
<term>
<constant>SOCKET_EADDRNOTAVAIL</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -658,7 +658,7 @@
<varlistentry xml:id="constant.socket-enetdown">
<term>
<constant>SOCKET_ENETDOWN</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -669,7 +669,7 @@
<varlistentry xml:id="constant.socket-enetunreach">
<term>
<constant>SOCKET_ENETUNREACH</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -680,7 +680,7 @@
<varlistentry xml:id="constant.socket-enetreset">
<term>
<constant>SOCKET_ENETRESET</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -691,7 +691,7 @@
<varlistentry xml:id="constant.socket-econnaborted">
<term>
<constant>SOCKET_ECONNABORTED</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -702,7 +702,7 @@
<varlistentry xml:id="constant.socket-econnreset">
<term>
<constant>SOCKET_ECONNRESET</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -713,7 +713,7 @@
<varlistentry xml:id="constant.socket-enobufs">
<term>
<constant>SOCKET_ENOBUFS</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -724,7 +724,7 @@
<varlistentry xml:id="constant.socket-eisconn">
<term>
<constant>SOCKET_EISCONN</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -735,7 +735,7 @@
<varlistentry xml:id="constant.socket-enotconn">
<term>
<constant>SOCKET_ENOTCONN</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -746,7 +746,7 @@
<varlistentry xml:id="constant.socket-eshutdown">
<term>
<constant>SOCKET_ESHUTDOWN</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -757,7 +757,7 @@
<varlistentry xml:id="constant.socket-etimedout">
<term>
<constant>SOCKET_ETIMEDOUT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -768,7 +768,7 @@
<varlistentry xml:id="constant.socket-econnrefused">
<term>
<constant>SOCKET_ECONNREFUSED</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -779,7 +779,7 @@
<varlistentry xml:id="constant.socket-ehostdown">
<term>
<constant>SOCKET_EHOSTDOWN</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -790,7 +790,7 @@
<varlistentry xml:id="constant.socket-ehostunreach">
<term>
<constant>SOCKET_EHOSTUNREACH</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -801,7 +801,7 @@
<varlistentry xml:id="constant.socket-ealready">
<term>
<constant>SOCKET_EALREADY</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -812,7 +812,7 @@
<varlistentry xml:id="constant.socket-einprogress">
<term>
<constant>SOCKET_EINPROGRESS</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -830,7 +830,7 @@
<varlistentry xml:id="constant.socket-enoprotoopt">
<term>
<constant>SOCKET_ENOPROTOOPT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -841,7 +841,7 @@
<varlistentry xml:id="constant.socket-eaddrinuse">
<term>
<constant>SOCKET_EADDRINUSE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -852,7 +852,7 @@
<varlistentry xml:id="constant.socket-etoomyrefs">
<term>
<constant>SOCKET_ETOOMYREFS</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -863,7 +863,7 @@
<varlistentry xml:id="constant.socket-eproclim">
<term>
<constant>SOCKET_EPROCLIM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -875,7 +875,7 @@
<varlistentry xml:id="constant.socket-eduot">
<term>
<constant>SOCKET_EDUOT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -886,7 +886,7 @@
<varlistentry xml:id="constant.socket-estale">
<term>
<constant>SOCKET_ESTALE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -898,7 +898,7 @@
<varlistentry xml:id="constant.socket-ediscon">
<term>
<constant>SOCKET_EDISCON</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -909,7 +909,7 @@
<varlistentry xml:id="constant.socket-sysnotready">
<term>
<constant>SOCKET_SYSNOTREADY</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -920,7 +920,7 @@
<varlistentry xml:id="constant.socket-vernotsupported">
<term>
<constant>SOCKET_VERNOTSUPPORTED</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -931,7 +931,7 @@
<varlistentry xml:id="constant.socket-notinitialised">
<term>
<constant>SOCKET_NOTINITIALISED</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -942,7 +942,7 @@
<varlistentry xml:id="constant.socket-host-not-found">
<term>
<constant>SOCKET_HOST_NOT_FOUND</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -953,7 +953,7 @@
<varlistentry xml:id="constant.socket-try-again">
<term>
<constant>SOCKET_TRY_AGAIN</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -964,7 +964,7 @@
<varlistentry xml:id="constant.socket-no-recovery">
<term>
<constant>SOCKET_NO_RECOVERY</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -975,7 +975,7 @@
<varlistentry xml:id="constant.socket-no-data">
<term>
<constant>SOCKET_NO_DATA</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -986,7 +986,7 @@
<varlistentry xml:id="constant.socket-no-address">
<term>
<constant>SOCKET_NO_ADDRESS</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1006,7 +1006,7 @@
<varlistentry xml:id="constant.socket-eperm">
<term>
<constant>SOCKET_EPERM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1017,7 +1017,7 @@
<varlistentry xml:id="constant.socket-enoent">
<term>
<constant>SOCKET_ENOENT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1028,7 +1028,7 @@
<varlistentry xml:id="constant.socket-eio">
<term>
<constant>SOCKET_EIO</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1039,7 +1039,7 @@
<varlistentry xml:id="constant.socket-enxio">
<term>
<constant>SOCKET_ENXIO</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1050,7 +1050,7 @@
<varlistentry xml:id="constant.socket-e2big">
<term>
<constant>SOCKET_E2BIG</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1061,7 +1061,7 @@
<varlistentry xml:id="constant.socket-eagain">
<term>
<constant>SOCKET_EAGAIN</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1072,7 +1072,7 @@
<varlistentry xml:id="constant.socket-enomem">
<term>
<constant>SOCKET_ENOMEM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1083,7 +1083,7 @@
<varlistentry xml:id="constant.socket-enotblk">
<term>
<constant>SOCKET_ENOTBLK</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1094,7 +1094,7 @@
<varlistentry xml:id="constant.socket-ebusy">
<term>
<constant>SOCKET_EBUSY</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1105,7 +1105,7 @@
<varlistentry xml:id="constant.socket-eexist">
<term>
<constant>SOCKET_EEXIST</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1116,7 +1116,7 @@
<varlistentry xml:id="constant.socket-exdev">
<term>
<constant>SOCKET_EXDEV</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1127,7 +1127,7 @@
<varlistentry xml:id="constant.socket-enodev">
<term>
<constant>SOCKET_ENODEV</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1138,7 +1138,7 @@
<varlistentry xml:id="constant.socket-enotdir">
<term>
<constant>SOCKET_ENOTDIR</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1149,7 +1149,7 @@
<varlistentry xml:id="constant.socket-eisdir">
<term>
<constant>SOCKET_EISDIR</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1160,7 +1160,7 @@
<varlistentry xml:id="constant.socket-enfile">
<term>
<constant>SOCKET_ENFILE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1171,7 +1171,7 @@
<varlistentry xml:id="constant.socket-enotty">
<term>
<constant>SOCKET_ENOTTY</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1182,7 +1182,7 @@
<varlistentry xml:id="constant.socket-enospc">
<term>
<constant>SOCKET_ENOSPC</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1193,7 +1193,7 @@
<varlistentry xml:id="constant.socket-espipe">
<term>
<constant>SOCKET_ESPIPE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1204,7 +1204,7 @@
<varlistentry xml:id="constant.socket-erofs">
<term>
<constant>SOCKET_EROFS</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1215,7 +1215,7 @@
<varlistentry xml:id="constant.socket-emlink">
<term>
<constant>SOCKET_EMLINK</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1226,7 +1226,7 @@
<varlistentry xml:id="constant.socket-epipe">
<term>
<constant>SOCKET_EPIPE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1238,7 +1238,7 @@
<varlistentry xml:id="constant.socket-enolck">
<term>
<constant>SOCKET_ENOLCK</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1249,7 +1249,7 @@
<varlistentry xml:id="constant.socket-enosys">
<term>
<constant>SOCKET_ENOSYS</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1260,7 +1260,7 @@
<varlistentry xml:id="constant.socket-enomsg">
<term>
<constant>SOCKET_ENOMSG</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1271,7 +1271,7 @@
<varlistentry xml:id="constant.socket-eidrm">
<term>
<constant>SOCKET_EIDRM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1282,7 +1282,7 @@
<varlistentry xml:id="constant.socket-echrng">
<term>
<constant>SOCKET_ECHRNG</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1293,7 +1293,7 @@
<varlistentry xml:id="constant.socket-el2nsync">
<term>
<constant>SOCKET_EL2NSYNC</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1304,7 +1304,7 @@
<varlistentry xml:id="constant.socket-el3hlt">
<term>
<constant>SOCKET_EL3HLT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1315,7 +1315,7 @@
<varlistentry xml:id="constant.socket-el3rst">
<term>
<constant>SOCKET_EL3RST</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1326,7 +1326,7 @@
<varlistentry xml:id="constant.socket-elnrng">
<term>
<constant>SOCKET_ELNRNG</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1337,7 +1337,7 @@
<varlistentry xml:id="constant.socket-eunatch">
<term>
<constant>SOCKET_EUNATCH</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1348,7 +1348,7 @@
<varlistentry xml:id="constant.socket-enocsi">
<term>
<constant>SOCKET_ENOCSI</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1359,7 +1359,7 @@
<varlistentry xml:id="constant.socket-el2hlt">
<term>
<constant>SOCKET_EL2HLT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1370,7 +1370,7 @@
<varlistentry xml:id="constant.socket-ebade">
<term>
<constant>SOCKET_EBADE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1381,7 +1381,7 @@
<varlistentry xml:id="constant.socket-ebadr">
<term>
<constant>SOCKET_EBADR</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1392,7 +1392,7 @@
<varlistentry xml:id="constant.socket-exfull">
<term>
<constant>SOCKET_EXFULL</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1403,7 +1403,7 @@
<varlistentry xml:id="constant.socket-enoano">
<term>
<constant>SOCKET_ENOANO</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1414,7 +1414,7 @@
<varlistentry xml:id="constant.socket-ebadrqc">
<term>
<constant>SOCKET_EBADRQC</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1425,7 +1425,7 @@
<varlistentry xml:id="constant.socket-ebadslt">
<term>
<constant>SOCKET_EBADSLT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1436,7 +1436,7 @@
<varlistentry xml:id="constant.socket-enostr">
<term>
<constant>SOCKET_ENOSTR</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1447,7 +1447,7 @@
<varlistentry xml:id="constant.socket-enodata">
<term>
<constant>SOCKET_ENODATA</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1458,7 +1458,7 @@
<varlistentry xml:id="constant.socket-etime">
<term>
<constant>SOCKET_ETIME</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1469,7 +1469,7 @@
<varlistentry xml:id="constant.socket-enosr">
<term>
<constant>SOCKET_ENOSR</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1480,7 +1480,7 @@
<varlistentry xml:id="constant.socket-enonet">
<term>
<constant>SOCKET_ENONET</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1492,7 +1492,7 @@
<varlistentry xml:id="constant.socket-enolink">
<term>
<constant>SOCKET_ENOLINK</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1503,7 +1503,7 @@
<varlistentry xml:id="constant.socket-eadv">
<term>
<constant>SOCKET_EADV</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1514,7 +1514,7 @@
<varlistentry xml:id="constant.socket-esrmnt">
<term>
<constant>SOCKET_ESRMNT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1525,7 +1525,7 @@
<varlistentry xml:id="constant.socket-ecomm">
<term>
<constant>SOCKET_ECOMM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1536,7 +1536,7 @@
<varlistentry xml:id="constant.socket-eproto">
<term>
<constant>SOCKET_EPROTO</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1547,7 +1547,7 @@
<varlistentry xml:id="constant.socket-emultihop">
<term>
<constant>SOCKET_EMULTIHOP</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1558,7 +1558,7 @@
<varlistentry xml:id="constant.socket-ebadmsg">
<term>
<constant>SOCKET_EBADMSG</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1569,7 +1569,7 @@
<varlistentry xml:id="constant.socket-enotuniq">
<term>
<constant>SOCKET_ENOTUNIQ</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1580,7 +1580,7 @@
<varlistentry xml:id="constant.socket-ebadfd">
<term>
<constant>SOCKET_EBADFD</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1591,7 +1591,7 @@
<varlistentry xml:id="constant.socket-eremchg">
<term>
<constant>SOCKET_EREMCHG</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1602,7 +1602,7 @@
<varlistentry xml:id="constant.socket-erestart">
<term>
<constant>SOCKET_ERESTART</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1613,7 +1613,7 @@
<varlistentry xml:id="constant.socket-estrpipe">
<term>
<constant>SOCKET_ESTRPIPE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1624,7 +1624,7 @@
<varlistentry xml:id="constant.socket-eprotoopt">
<term>
<constant>SOCKET_EPROTOOPT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1635,7 +1635,7 @@
<varlistentry xml:id="constant.socket-addrinuse">
<term>
<constant>SOCKET_ADDRINUSE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1646,7 +1646,7 @@
<varlistentry xml:id="constant.socket-etoomanyrefs">
<term>
<constant>SOCKET_ETOOMANYREFS</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1658,7 +1658,7 @@
<varlistentry xml:id="constant.socket-eisnam">
<term>
<constant>SOCKET_EISNAM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1669,7 +1669,7 @@
<varlistentry xml:id="constant.socket-eremoteio">
<term>
<constant>SOCKET_EREMOTEIO</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1680,7 +1680,7 @@
<varlistentry xml:id="constant.socket-edquot">
<term>
<constant>SOCKET_EDQUOT</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1691,7 +1691,7 @@
<varlistentry xml:id="constant.socket-enomedium">
<term>
<constant>SOCKET_ENOMEDIUM</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>
@@ -1702,7 +1702,7 @@
<varlistentry xml:id="constant.socket-emediumtype">
<term>
<constant>SOCKET_EMEDIUMTYPE</constant>
- (&integer;)
+ (<type>int</type>)
</term>
<listitem>
<simpara>