diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-04-13 17:38:14 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-04-16 15:03:35 +0200 |
commit | 57c50be011a5005639d2be38f1c9f538d9f00f75 (patch) | |
tree | 68d7b68006018323de5e90f1da45372971f4d647 /lib/kernel/doc/src/gen_udp.xml | |
parent | d64479bcc536c64b15e0c9fa28ecb73bc7e385a4 (diff) | |
download | otp-57c50be011a5005639d2be38f1c9f538d9f00f75.tar.gz otp-57c50be011a5005639d2be38f1c9f538d9f00f75.tar.bz2 otp-57c50be011a5005639d2be38f1c9f538d9f00f75.zip |
kernel: Document ifaddr option
* same as ip option
Diffstat (limited to 'lib/kernel/doc/src/gen_udp.xml')
-rw-r--r-- | lib/kernel/doc/src/gen_udp.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/gen_udp.xml b/lib/kernel/doc/src/gen_udp.xml index 7cf8a6da4c..77e6182884 100644 --- a/lib/kernel/doc/src/gen_udp.xml +++ b/lib/kernel/doc/src/gen_udp.xml @@ -72,6 +72,14 @@ <p>If the host has several network interfaces, this option specifies which one to use.</p> </item> + + <tag><c>{ifaddr, ip_address()}</c></tag> + <item> + <p>Same as <c>{ip, ip_address()}</c>. If the host has several network interfaces, this option + specifies which one to use.</p> + </item> + + <tag><c>{fd, integer() >= 0}</c></tag> <item> <p>If a socket has somehow been opened without using |