Skip to content

Commit 58c9721

Browse files
cola119juanarbol
authored andcommittedOct 11, 2022
doc: add missing env vars to man page
PR-URL: #43492 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Feng Yu <[email protected]>
1 parent 9c656c8 commit 58c9721

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎doc/node.1

+8
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ instead of printing to stderr.
645645
Equivalent to passing
646646
.Fl -redirect-warnings Ar file
647647
on the command line.
648+
.
648649
.It Ev NODE_REPL_HISTORY Ar file
649650
Path to the
650651
.Ar file
@@ -654,6 +655,10 @@ The default path is
654655
which is overridden by this variable.
655656
Setting the value to an empty string ("" or " ") will disable persistent REPL history.
656657
.
658+
.It Ev NODE_REPL_EXTERNAL_MODULE Ar file
659+
Path to a Node.js module which will be loaded in place of the built-in REPL.
660+
Overriding this value to an empty string (`''`) will use the built-in REPL.
661+
.
657662
.It Ev NODE_SKIP_PLATFORM_CHECK
658663
When set to
659664
.Ar 1 ,
@@ -689,6 +694,9 @@ If
689694
.Fl -use-openssl-ca
690695
is enabled, this overrides and sets OpenSSL's file containing trusted certificates.
691696
.
697+
.It Ev TZ
698+
Specify the timezone configuration.
699+
.
692700
.It Ev UV_THREADPOOL_SIZE Ar size
693701
Sets the number of threads used in libuv's threadpool to
694702
.Ar size .

0 commit comments

Comments
 (0)
Please sign in to comment.