diff --git a/doc/api/_toc.markdown b/doc/api/_toc.markdown index bdc6db4da8..23df879088 100644 --- a/doc/api/_toc.markdown +++ b/doc/api/_toc.markdown @@ -16,8 +16,8 @@ * [File System](fs.html) * [Path](path.html) * [Net](net.html) +* [UDP/Datagram](dgram.html) * [DNS](dns.html) -* [Datagram](dgram.html) * [HTTP](http.html) * [HTTPS](https.html) * [URL](url.html) diff --git a/doc/api/dgram.markdown b/doc/api/dgram.markdown index a125fa887f..ef7aaa2c9a 100644 --- a/doc/api/dgram.markdown +++ b/doc/api/dgram.markdown @@ -1,7 +1,7 @@ -## dgram +## UDP / Datagram Sockets Datagram sockets are available through `require('dgram')`. Datagrams are most commonly -handled as IP/UDP messages, but they can also be used over Unix domain sockets. +handled as IP/UDP messages but they can also be used over Unix domain sockets. ### Event: 'message'