aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@iij.ad.jp>2012-05-01 09:49:19 +0900
committerBen Noordhuis <info@bnoordhuis.nl>2012-05-01 14:50:17 +0200
commit94f1feeb5989d20372c8025b7284b4c1d26ab812 (patch)
treeeb31555c62d7188e5783807ba2d57dea28ffcb55 /doc
parentf4403f90f846f401cf93ba17cbb6f5ddde8fb03d (diff)
downloadandroid-node-v8-94f1feeb5989d20372c8025b7284b4c1d26ab812.tar.gz
android-node-v8-94f1feeb5989d20372c8025b7284b4c1d26ab812.tar.bz2
android-node-v8-94f1feeb5989d20372c8025b7284b4c1d26ab812.zip
udp: make getsockname() return address family name
Diffstat (limited to 'doc')
-rw-r--r--doc/api/dgram.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/dgram.markdown b/doc/api/dgram.markdown
index 6a804f7353..a14a42bde2 100644
--- a/doc/api/dgram.markdown
+++ b/doc/api/dgram.markdown
@@ -144,7 +144,7 @@ Close the underlying socket and stop listening for data on it.
### dgram.address()
Returns an object containing the address information for a socket. For UDP sockets,
-this object will contain `address` and `port`.
+this object will contain `address` , `family` and `port`.
### dgram.setBroadcast(flag)