From f90cf19fdd729cff6147b12be191effa6113712e Mon Sep 17 00:00:00 2001 From: Denys Otrishko Date: Fri, 26 Oct 2018 19:27:40 +0300 Subject: 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. PR-URL: https://github.com/nodejs/node/pull/23903 Refs: https://github.com/nodejs/node/pull/18592 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Vse Mozhet Byt Reviewed-By: Trivikram Kamat Reviewed-By: George Adams --- doc/node.1 | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/node.1') diff --git a/doc/node.1 b/doc/node.1 index 4c97240ee7..40d661b0bd 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. -- cgit v1.2.3