Skip to content

Commit

Permalink
doc: use period consistently in man page
Browse files Browse the repository at this point in the history
PR-URL: #34939
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
Trott authored and richardlau committed Sep 7, 2020
1 parent f1217d6 commit a420184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/node.1
Expand Up @@ -79,7 +79,7 @@ Aborting instead of exiting causes a core file to be generated for analysis.
Print source-able bash completion script for Node.js.
.
.It Fl -conditions Ar string
Use custom conditional exports conditions
Use custom conditional exports conditions.
.Ar string
.
.It Fl -cpu-prof
Expand All @@ -105,7 +105,7 @@ The default is
.
.It Fl -cpu-prof-name
File name of the V8 CPU profile generated with
.Fl -cpu-prof
.Fl -cpu-prof .
.
.It Fl -diagnostic-dir
Set the directory for all diagnostic output files.
Expand Down Expand Up @@ -159,7 +159,7 @@ Enable experimental top-level
keyword support in REPL.
.
.It Fl -experimental-specifier-resolution
Select extension resolution algorithm for ES Modules; either 'explicit' (default) or 'node'
Select extension resolution algorithm for ES Modules; either 'explicit' (default) or 'node'.
.
.It Fl -experimental-vm-modules
Enable experimental ES module support in VM module.
Expand Down Expand Up @@ -208,7 +208,7 @@ The default is
.
.It Fl -heap-prof-name
File name of the V8 heap profile generated with
.Fl -heap-prof
.Fl -heap-prof .
.
.It Fl -icu-data-dir Ns = Ns Ar file
Specify ICU data load path.
Expand Down

0 comments on commit a420184

Please sign in to comment.