alindeman               Wed Apr 24 18:06:40 2002 EDT

  Modified files:              
    /phpdoc/en/chapters intro.xml 
  Log:
  making this cron/task scheduler thing more clear
  
  
Index: phpdoc/en/chapters/intro.xml
diff -u phpdoc/en/chapters/intro.xml:1.32 phpdoc/en/chapters/intro.xml:1.33
--- phpdoc/en/chapters/intro.xml:1.32   Fri Mar 29 21:18:04 2002
+++ phpdoc/en/chapters/intro.xml        Wed Apr 24 18:06:39 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.32 $ -->
+<!-- $Revision: 1.33 $ -->
  <chapter id="introduction">
   <title>Introduction</title>
 
@@ -97,11 +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 (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.
+       executed using cron (on *nix or Linux) or 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>


Reply via email to