summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-01-13 02:43:58 +0100
committerAnna Henningsen <anna@addaleax.net>2017-01-18 04:53:24 +0100
commitf0ebb3ec5b6a9cddb79cb22d34dffe0f7b560a80 (patch)
tree1e138e2d6149af31c1d009f0ada8a6f6e224dbfd
parent753021c35b98ba39555463468cb309bbc70f91d1 (diff)
downloadnode-new-f0ebb3ec5b6a9cddb79cb22d34dffe0f7b560a80.tar.gz
doc: fixup `added` tags in cli.md
PR-URL: https://github.com/nodejs/node/pull/10826 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r--doc/api/cli.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 2000c2b333..1679033cf8 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -203,7 +203,7 @@ Track heap object allocations for heap snapshots.
### `--prof-process`
<!-- YAML
-added: v6.0.0
+added: v5.2.0
-->
Process v8 profiler output generated using the v8 option `--prof`.
@@ -321,7 +321,7 @@ to an empty string (`""` or `" "`) disables persistent REPL history.
### `NODE_TTY_UNSAFE_ASYNC=1`
<!-- YAML
-added: 6.4.0
+added: v6.4.0
-->
When set to `1`, writes to `stdout` and `stderr` will be non-blocking and
@@ -330,6 +330,9 @@ Setting this will void any guarantee that stdio will not be interleaved or
dropped at program exit. **Use of this mode is not recommended.**
### `NODE_EXTRA_CA_CERTS=file`
+<!-- YAML
+added: v7.3.0
+-->
When set, the well known "root" CAs (like VeriSign) will be extended with the
extra certificates in `file`. The file should consist of one or more trusted