diff --git a/doc/api/buffer.md b/doc/api/buffer.md index a69613052c4910..62b91472c82492 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -2534,7 +2534,7 @@ console.log(buf); ## Buffer Constants Note that `buffer.constants` is a property on the `buffer` module returned by @@ -2542,7 +2542,7 @@ Note that `buffer.constants` is a property on the `buffer` module returned by ### buffer.constants.MAX_LENGTH * {integer} The largest size allowed for a single `Buffer` instance. @@ -2554,7 +2554,7 @@ This value is also available as [`buffer.kMaxLength`][]. ### buffer.constants.MAX_STRING_LENGTH * {integer} The largest length allowed for a single `string` instance. diff --git a/doc/api/cluster.md b/doc/api/cluster.md index c583623f6ce14a..3b6546dc76bf6a 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -704,7 +704,7 @@ changes: - version: v9.4.0 pr-url: https://github.com/nodejs/node/pull/17412 description: The `windowsHide` option is supported now. - - version: 8.2.0 + - version: v8.2.0 pr-url: https://github.com/nodejs/node/pull/14140 description: The `inspectPort` option is supported now. - version: v6.4.0 diff --git a/doc/api/console.md b/doc/api/console.md index 6e3fca5c55b730..ee81cd0c674934 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -241,7 +241,7 @@ undefined @@ -280,7 +280,7 @@ Defaults to `false`. Colors are customizable; see diff --git a/doc/api/fs.md b/doc/api/fs.md index b5b43e427b4a92..1e4be39be9dd96 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -366,7 +366,7 @@ Emitted when the `fs.ReadStream`'s file descriptor has been opened. ### readStream.bytesRead * Value: {number} diff --git a/doc/api/process.md b/doc/api/process.md index 514cafa583fd11..0f5c6f8b65a41c 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -468,7 +468,7 @@ Would generate the output: ## process.argv0 * {string} @@ -694,7 +694,7 @@ module.exports.foo(); ## process.emitWarning(warning[, options]) * `warning` {string|Error} The warning to emit.