Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-07-25 05:04:45 +0400
committerisaacs <i@izs.me>2011-07-25 05:04:45 +0400
commitc050d0fa19a2dbb34e1e99403b597a5e8e51b6e5 (patch)
tree43d49d713882e8e486ecd935dc49ef8d9f129aa3 /doc/node.1
parentdb993956d61dd1cff86787cf7b8d1661d3d23e30 (diff)
Finish removing require.paths
Fix require() completion bug in repl, and correct man output
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.13
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/node.1 b/doc/node.1
index 128cbb01d54..60501640660 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -44,8 +44,7 @@ and servers.
.SH ENVIRONMENT VARIABLES
.IP NODE_PATH
-\':\'\-separated list of directories prefixed to the module search path,
-require.paths.
+\':\'\-separated list of directories prefixed to the module search path.
.IP NODE_MODULE_CONTEXTS
If set to 1 then modules will load in their own global contexts.