From e821071920f60645c23afacbb99244b8d8757064 Mon Sep 17 00:00:00 2001 From: Tobias Nießen Date: Sun, 25 Mar 2018 12:01:33 +0200 Subject: doc: add 'v' prefix to all versions in metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/19590 Reviewed-By: Michaël Zasso Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat --- doc/api/process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/process.md') diff --git a/doc/api/process.md b/doc/api/process.md index c737f7d456..facc19e4f8 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. -- cgit v1.2.3