From 358b7516c74df65bad7200ff4f9f9a5830cf580f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 11 Mar 2010 10:27:20 -0800 Subject: [PATCH] Adjust process.compile documentation --- doc/api.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api.txt b/doc/api.txt index c745bc8..b4e35ab 100644 --- a/doc/api.txt +++ b/doc/api.txt @@ -154,9 +154,9 @@ Send a signal to a process. +pid+ is the process id and +signal+ is the signal to send; for example, "SIGINT" or "SIGUSR1". See kill(2) for more information. -+process.compile(source, scriptOrigin)+:: -Just like +eval()+ except that you can specify a +scriptOrigin+ for better -error reporting. ++process.compile(code, scriptOrigin)+:: +Similar to +eval()+ except that you can specify a +scriptOrigin+ for better +error reporting and the +code+ cannot see the local scope. +process.mixin([deep], target, object1, [objectN])+ :: Extend one object with one or more others, returning the modified object. -- 2.7.4