Add docs about NODE_USE_UV to man page

This commit is contained in:
Ryan Dahl 2011-06-29 17:16:15 +02:00
parent 20996dbc2b
commit 6afdca885a

View File

@ -53,6 +53,9 @@ If set to 1 then modules will load in their own global contexts.
.IP NODE_DISABLE_COLORS
If set to 1 then colors will not be used in the REPL.
.IP NODE_USE_UV
If set to 1 then Node will use the new libuv-based backend.
.SH V8 OPTIONS
--crankshaft (use crankshaft)