Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: minor fixups for added tags #10826

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Track heap object allocations for heap snapshots.

### `--prof-process`
<!-- YAML
added: v6.0.0
added: v5.2.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wasn't a backport, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fishrock123 No, this happened at the time when v5 was Current/Stable.

-->

Process v8 profiler output generated using the v8 option `--prof`.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 3 additions & 0 deletions doc/api/zlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,9 @@ Reset the compressor/decompressor to factory defaults. Only applicable to
the inflate and deflate algorithms.

## zlib.constants
<!-- YAML
added: v7.0.0
-->

Provides an object enumerating Zlib-related constants.

Expand Down