From 9f07a690c6cb6d773e9e4c4a37e46a3732c9668c Mon Sep 17 00:00:00 2001
From: Ryan Dahl
Date: Mon, 28 Sep 2009 18:03:43 +0200
Subject: [PATCH] docs: Reference node.libraryPaths in helpers section.
---
doc/api.html | 21 ++++++++++++++++++++-
doc/api.txt | 7 +++++++
doc/api.xml | 23 +++++++++++++++++++++++
doc/node.1 | 13 +++++++++++++
4 files changed, 63 insertions(+), 1 deletion(-)
diff --git a/doc/api.html b/doc/api.html
index fe985109fa..6ac33796ec 100644
--- a/doc/api.html
+++ b/doc/api.html
@@ -80,6 +80,25 @@ Returns the current working directory of the process.
The filename of the script being executed.
+
+require(path)
+
+
+include(path)
+
+
+
+See the modules section.
+
+
+
+node.libraryPaths
+
+
+
+The search path for absolute path arguments to require() and include().
+
+
The process Object
process is the equivalent of window in browser-side javascript. It is
@@ -1983,7 +2002,7 @@ init (Handle<Object> target)