Skip to content

Commit

Permalink
doc: fix metadata for v11.8.0 doc changes
Browse files Browse the repository at this point in the history
Refs: 641de82

PR-URL: #25709
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
richardlau authored and Trott committed Jan 26, 2019
1 parent d1d357d commit bbb2134
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions doc/api/cli.md
Expand Up @@ -77,21 +77,21 @@ $ source node_bash_completion

### `--diagnostic-report-directory=directory`
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Location at which the report will be generated.

### `--diagnostic-report-filename=filename`
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Name of the file to which the report will be written.

### `--diagnostic-report-on-fatalerror`
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Enables the report to be triggered on fatal errors (internal errors within
Expand All @@ -102,7 +102,7 @@ consumption etc. to reason about the fatal error.

### `--diagnostic-report-on-signal`
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Enables report to be generated upon receiving the specified (or predefined)
Expand All @@ -111,15 +111,15 @@ The signal to trigger the report is specified through `--diagnostic-report-signa

### `--diagnostic-report-signal=signal`
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Sets or resets the signal for report generation (not supported on Windows).
Default signal is `SIGUSR2`.

### `--diagnostic-report-uncaught-exception`
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Enables report to be generated on un-caught exceptions, if
Expand All @@ -128,7 +128,7 @@ conjunction with native stack and other runtime environment data.

### `--diagnostic-report-verbose`
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Flag that enables additional information to be printed during report generation.
Expand All @@ -150,7 +150,7 @@ Enable experimental ES module support and caching modules.

### `--experimental-policy`
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Use the specified file as a security policy.
Expand All @@ -164,7 +164,7 @@ Enable experimental top-level `await` keyword support in REPL.

### `--experimental-report`
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Enable experimental diagnostic report feature.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/policy.md
@@ -1,6 +1,6 @@
# Policies

<!--introduced_in=v11.7.0-->
<!--introduced_in=v11.8.0-->
<!-- type=misc -->

> Stability: 1 - Experimental
Expand Down
6 changes: 3 additions & 3 deletions doc/api/process.md
Expand Up @@ -1662,7 +1662,7 @@ relied upon to exist.

### process.report.getReport([err])
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

* `err` {Object}
Expand All @@ -1682,7 +1682,7 @@ at [report documentation][].

### process.report.setDiagnosticReportOptions([options]);
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

Set the runtime configuration of diagnostic report data capture. Upon invocation
Expand Down Expand Up @@ -1731,7 +1731,7 @@ at [report documentation][].

### process.report.triggerReport([filename][, err])
<!-- YAML
added: v11.7.0
added: v11.8.0
-->

* `filename` {string} The file to write into. The `filename` should be
Expand Down
2 changes: 1 addition & 1 deletion doc/api/tls.md
Expand Up @@ -1023,7 +1023,7 @@ being issued by trusted CA (`options.ca`).
<!-- YAML
added: v0.11.3
changes:
- version: v11.7.0
- version: v11.8.0
pr-url: https://github.com/nodejs/node/pull/25517
description: The `timeout` option is supported now.
- version: v8.0.0
Expand Down

0 comments on commit bbb2134

Please sign in to comment.