aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-04-11 14:48:10 +0200
committerTobias Nießen <tniessen@tnie.de>2018-04-11 17:58:58 +0200
commit78cd8263354705b767ef8c6a651740efe4931ba0 (patch)
tree4f8ed037bc643c7913b81dd6b7fea75eb36bc645 /doc
parentd8f9e3a332ff85f10996b8721ce8edc45b7a1cec (diff)
downloadandroid-node-v8-78cd8263354705b767ef8c6a651740efe4931ba0.tar.gz
android-node-v8-78cd8263354705b767ef8c6a651740efe4931ba0.tar.bz2
android-node-v8-78cd8263354705b767ef8c6a651740efe4931ba0.zip
doc: unify End-of-Life marker
PR-URL: https://github.com/nodejs/node/pull/19942 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 0a22723c65..d66d16e000 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -131,7 +131,7 @@ to the `constants` property exposed by the relevant module. For instance,
<a id="DEP0009"></a>
### DEP0009: crypto.pbkdf2 without digest
-Type: End-of-life
+Type: End-of-Life
Use of the [`crypto.pbkdf2()`][] API without specifying a digest was deprecated
in Node.js 6.0 because the method defaulted to using the non-recommended
@@ -383,7 +383,7 @@ instead.
<a id="DEP0041"></a>
### DEP0041: NODE\_REPL\_HISTORY\_FILE environment variable
-Type: End-of-life
+Type: End-of-Life
The `NODE_REPL_HISTORY_FILE` environment variable was removed. Please use
`NODE_REPL_HISTORY` instead.