From 1a8ea8a67dd547bfa9f6f338ecb36c2128f40c5e Mon Sep 17 00:00:00 2001 From: Denys Otrishko Date: Sat, 27 Oct 2018 00:32:29 +0300 Subject: [PATCH] doc: remove notice of dashes in V8 options Previously only V8 options supported both dashes in them (making them equivalent), but now Node.js also supports both styles so the note can be removed. Refs: https://github.com/nodejs/node/pull/23020 --- doc/node.1 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/node.1 b/doc/node.1 index 4c97240ee716a6..40d661b0bde540 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -227,16 +227,6 @@ and . .It Fl -v8-options Print V8 command-line options. -.Pp -Note: V8 options allow words to be separated by both dashes -.Sy ( - ) -or underscores -.Sy ( _ ) . -.Pp -For example, -.Fl -stack-trace-limit -is equivalent to -.Fl -stack_trace_limit . . .It Fl -v8-pool-size Ns = Ns Ar num Set V8's thread pool size which will be used to allocate background jobs.