0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/api
Sakthipriyan Vairamani (thefourtheye) 17fb1d749d
doc: change logical to bitwise OR in dns lookup
The `hints` value will be a number. To specify more than one hints,
their corresponding bits have to be set. So bitwise OR should be used
instead of logical OR.

PR-URL: https://github.com/nodejs/node/pull/11037

Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-01-30 18:11:43 +05:30
..
_toc.md
addons.md doc: var => const in js code examples of addons.md 2016-12-03 14:12:50 +01:00
all.md
assert.md doc: fix typo in assert code example 2016-11-22 17:27:05 +01:00
buffer.md doc: clarify Buffer.indexOf/lastIndexOf edge cases 2017-01-25 00:37:38 +01:00
child_process.md child_process: add string shortcut for fork stdio 2017-01-27 12:06:48 -08:00
cli.md src: support "--" after "-e" as end-of-options 2017-01-25 00:24:40 +01:00
cluster.md doc: modernize code examples in the cluster.md 2016-12-22 09:18:57 -05:00
console.md doc: for style, remove "isn't" contraction 2017-01-27 14:23:33 -08:00
crypto.md doc: update examples in api/crypto.md 2017-01-24 10:49:32 -08:00
debugger.md doc: for style, remove "isn't" contraction 2017-01-27 14:23:33 -08:00
dgram.md doc: improve rinfo object documentation 2016-12-27 21:31:01 -08:00
dns.md doc: change logical to bitwise OR in dns lookup 2017-01-30 18:11:43 +05:30
documentation.md
domain.md doc: for style, remove "isn't" contraction 2017-01-27 14:23:33 -08:00
errors.md
events.md
fs.md doc: clarifying variables in fs.write() 2017-01-18 13:39:21 -05:00
globals.md doc: for style, remove "isn't" contraction 2017-01-27 14:23:33 -08:00
http.md doc: fix typo in http.md 2017-01-30 11:41:58 +01:00
https.md doc: changed order of invocations in https.request() example. 2016-11-24 15:45:43 -05:00
index.md
modules.md doc: for style, remove "isn't" contraction 2017-01-27 14:23:33 -08:00
net.md
os.md doc: make os api doc more consistent 2017-01-27 13:55:07 -08:00
path.md doc: fix typo in code example of 'path' module 2016-12-12 16:06:39 +01:00
process.md process: improve process.hrtime 2017-01-23 21:30:18 +08:00
punycode.md
querystring.md
readline.md
repl.md doc: add the valid link for curl(1) in repl.md 2016-12-25 19:50:35 +01:00
stream.md doc: update writable.write return value 2017-01-12 18:49:05 +01:00
string_decoder.md
synopsis.md
timers.md
tls.md doc: DEFAULT_ECDH_CURVE was added in 0.11.13 2017-01-25 09:32:13 -08:00
tracing.md src: Node Tracing Controller 2016-12-20 12:31:09 -08:00
tty.md doc: add some info on tty#setRawMode() 2016-12-08 13:39:45 -05:00
url.md doc: add basic documentation for WHATWG URL API 2017-01-23 09:57:44 -08:00
util.md doc: "util" is not needed to extend ES6 classes 2016-11-23 19:29:54 +01:00
v8.md src: extend HeapStatistics with new fields 2016-11-20 02:23:00 +01:00
vm.md doc: fix misleading language in vm docs 2017-01-11 18:12:43 -05:00
zlib.md doc: add links for zlib convenience methods 2017-01-18 09:31:52 +01:00