From a8232342acc7c11a3505399618846c168dfad864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 25 Mar 2018 12:01:33 +0200 Subject: [PATCH] doc: add 'v' prefix to all versions in metadata --- doc/api/buffer.md | 6 +++--- doc/api/cluster.md | 2 +- doc/api/console.md | 4 ++-- doc/api/fs.md | 2 +- doc/api/process.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 750d112737471f..120f63ad5c9f88 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -2574,7 +2574,7 @@ console.log(buf); ## Buffer Constants Note that `buffer.constants` is a property on the `buffer` module returned by @@ -2582,7 +2582,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. @@ -2594,7 +2594,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 f6ab70cb6379ee..09558d299e471e 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 1bd595f4b97916..55adfc1e83befd 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -203,7 +203,7 @@ undefined @@ -242,7 +242,7 @@ Defaults to `false`. Colors are customizable; see diff --git a/doc/api/fs.md b/doc/api/fs.md index 2b1b622d046c70..7fae40c9df0333 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -365,7 +365,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 c737f7d456b85d..facc19e4f82572 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.