mirror of https://github.com/nodejs/node.git
doc: dns.lookupService has wrong header level
PR-URL: https://github.com/iojs/io.js/pull/552 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>pull/564/merge
parent
8b1db9c0a7
commit
df0d790107
|
@ -98,7 +98,7 @@ Its implementation can have subtle but important consequences on the behavior
|
||||||
of any Node.js program. Please take some time to consult the [Implementation
|
of any Node.js program. Please take some time to consult the [Implementation
|
||||||
considerations section](#dns_implementation_considerations) before using it.
|
considerations section](#dns_implementation_considerations) before using it.
|
||||||
|
|
||||||
# dns.lookupService(address, port, callback)
|
## dns.lookupService(address, port, callback)
|
||||||
|
|
||||||
Resolves the given address and port into a hostname and service using
|
Resolves the given address and port into a hostname and service using
|
||||||
`getnameinfo`.
|
`getnameinfo`.
|
||||||
|
|
Loading…
Reference in New Issue