From 0921f97a075e46a4c0e9d70c663d11b93e255928 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sat, 30 Mar 2002 02:18:04 +0000 Subject: [PATCH] clarify paragraph on cron git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75872 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/intro.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/chapters/intro.xml b/chapters/intro.xml index 561b1b788e..ef3ea264df 100644 --- a/chapters/intro.xml +++ b/chapters/intro.xml @@ -1,5 +1,5 @@ - + Introduction @@ -97,10 +97,11 @@ to run it without any server or browser. You only need the PHP parser to use it this way. This type of usage is ideal for scripts regularly - executed using cron (task scheduler on Windows), - or simple text processing tasks. See the section about - Command line usage - of PHP for more information. + executed using cron (a task scheduler on Linux and Unix + systems) or a task scheduler on Windows. These scripts + can also be used for simple text processing tasks. See the + section about Command line + usage of PHP for more information.