alindeman Fri Mar 29 21:18:04 2002 EDT
Modified files:
/phpdoc/en/chapters intro.xml
Log:
clarify paragraph on cron
Index: phpdoc/en/chapters/intro.xml
diff -u phpdoc/en/chapters/intro.xml:1.31 phpdoc/en/chapters/intro.xml:1.32
--- phpdoc/en/chapters/intro.xml:1.31 Fri Mar 29 13:55:19 2002
+++ phpdoc/en/chapters/intro.xml Fri Mar 29 21:18:04 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
<chapter id="introduction">
<title>Introduction</title>
@@ -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
- <link linkend="commandline">Command line usage
- of PHP</link> 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 <link linkend="commandline">Command line
+ usage of PHP</link> for more information.
</simpara>
</listitem>
<listitem>