node/doc/api
Luke Childs 19ab26189e doc: clarify os.cpus() returns logical CPU cores
Original text implied it returns physical cpu cores. This is misleading
as `os.cpus().length` is often used to get the CPU core count in
Node.js. In reality that will return the thread count which may not be
what the user intended.

PR-URL: https://github.com/nodejs/node/pull/16282
Fixes: https://github.com/nodejs/node/issues/16279
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Bryan English <bryan@bryanenglish.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2017-10-18 11:14:12 +03:00
..
_toc.md doc: add ESM doc to _toc.md and all.md 2017-09-08 06:34:47 +03:00
addons.md doc: standardize function param/object prop style 2017-09-28 02:26:56 -03:00
all.md doc: add ESM doc to _toc.md and all.md 2017-09-08 06:34:47 +03:00
assert.md doc: fix some links 2017-10-15 02:02:08 +03:00
async_hooks.md doc: fix some links 2017-10-15 02:02:08 +03:00
buffer.md doc: standardize function param/object prop style 2017-09-28 02:26:56 -03:00
child_process.md child_process: add windowsHide option 2017-10-16 16:19:54 -04:00
cli.md http2: make --expose-http2 flag a non-op 2017-09-28 02:01:06 -03:00
cluster.md doc: add missing comma 2017-10-15 08:22:36 +08:00
console.md 2017-09-12, Version 8.5.0 (Current) 2017-09-12 17:34:51 +02:00
crypto.md doc: add return values in crypto documentation 2017-10-16 16:31:18 -04:00
debugger.md test: remove obsolete debugger tests 2017-09-13 17:58:38 -03:00
deprecations.md lib: deprecate fd usage for fs.truncate(Sync) 2017-10-12 18:02:14 -07:00
dgram.md doc: fix dgram.md typos 2017-10-14 12:37:33 +08:00
dns.md doc: fix types and description for dns.resolveTxt 2017-09-22 02:54:00 +02:00
documentation.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
domain.md src: do not add .domain to promises in VM contexts 2017-10-04 12:27:08 -07:00
errors.md inspector: migrate to internal/errors 2017-10-16 09:31:18 -07:00
esm.md module: resolve and instantiate loader pipeline hooks 2017-10-11 08:47:23 -05:00
events.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
fs.md doc: added note to fs.watchFile on previousStat 2017-10-14 22:39:14 +08:00
globals.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
http2.md doc: fix some links 2017-10-15 02:02:08 +03:00
http.md doc: fix 'aborted' event documentation 2017-09-22 19:11:51 -03:00
https.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
index.md doc: git mv to .md 2016-04-20 16:34:27 -07:00
inspector.md doc: fix some broken references 2017-07-02 21:44:46 +02:00
intl.md doc: environmental->environment & NodeJS->Node.js 2017-08-24 15:17:29 -07:00
modules.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
n-api.md doc: update to use NAPI_AUTO_LENGTH 2017-10-15 15:52:42 -07:00
net.md doc: standardize function param/object prop style 2017-09-28 02:26:56 -03:00
os.md doc: clarify os.cpus() returns logical CPU cores 2017-10-18 11:14:12 +03:00
path.md path: deprecate internal _makeLong, replace 2017-10-02 11:30:19 -07:00
perf_hooks.md perf_hooks: remove docs for unimplemented API 2017-09-29 09:38:48 -07:00
process.md doc: note caveats in process message serialization 2017-09-22 20:24:16 -03:00
punycode.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
querystring.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
readline.md doc: add history for readline crlfDelay option 2017-10-11 02:03:23 +03:00
repl.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
stream.md doc: standardize function param/object prop style 2017-09-28 02:26:56 -03:00
string_decoder.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
synopsis.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
timers.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
tls.md doc: fix typo in tls.md 2017-10-02 19:20:10 +03:00
tracing.md src: Node Tracing Controller 2016-12-20 12:31:09 -08:00
tty.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
url.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
util.md doc: clarify usage of util.promisify.custom 2017-10-13 13:41:33 -07:00
v8.md doc: add links to alternative versions of doc 2017-08-28 11:17:08 +02:00
vm.md doc: fix incorrect vm.createContext usage 2017-10-07 08:59:35 -07:00
zlib.md doc: add UV_THREADPOOL_SIZE link definition 2017-10-14 21:45:33 +08:00