summaryrefslogtreecommitdiff
path: root/doc/api/process.md
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-03-25 12:01:33 +0200
committerTrivikram <16024985+trivikr@users.noreply.github.com>2018-03-25 10:10:10 -0700
commite821071920f60645c23afacbb99244b8d8757064 (patch)
tree455d9b7ab5a07e390e7197fa6a3f349cdbc01fdf /doc/api/process.md
parente3359c6b75293b0deb3687d9b69cfbc950e6e5a8 (diff)
downloadandroid-node-v8-e821071920f60645c23afacbb99244b8d8757064.tar.gz
android-node-v8-e821071920f60645c23afacbb99244b8d8757064.tar.bz2
android-node-v8-e821071920f60645c23afacbb99244b8d8757064.zip
doc: add 'v' prefix to all versions in metadata
PR-URL: https://github.com/nodejs/node/pull/19590 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md4
1 files changed, 2 insertions, 2 deletions
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
<!-- YAML
-added: 6.4.0
+added: v6.4.0
-->
* {string}
@@ -694,7 +694,7 @@ module.exports.foo();
## process.emitWarning(warning[, options])
<!-- YAML
-added: 8.0.0
+added: v8.0.0
-->
* `warning` {string|Error} The warning to emit.