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:
authorRyan Dahl <ry@tinyclouds.org>2009-09-28 20:03:43 +0400
committerRyan Dahl <ry@tinyclouds.org>2009-09-28 20:48:19 +0400
commit9f07a690c6cb6d773e9e4c4a37e46a3732c9668c (patch)
tree6c5b853e4f82267e740cf619e8d16aed6b4c8d1e /doc/node.1
parent27738d8e60bc57aac5dba25041faf413caefe1f8 (diff)
docs: Reference node.libraryPaths in helpers section.
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.113
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index 3f5663a80a3..5c6db437adc 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -54,6 +54,19 @@ __filename
.RS 4
The filename of the script being executed\.
.RE
+.PP
+require(path), include(path)
+.RS 4
+See the modules section\.
+.RE
+.PP
+node\.libraryPaths
+.RS 4
+The search path for absolute path arguments to
+require()
+and
+include()\.
+.RE
.SS "The process Object"
process is the equivalent of window in browser\-side javascript\. It is the global scope\. process is an instance of node\.EventEmitter\.
.sp