[PHP-DOC] cvs: phpdoc /en/functions exec.xml From: Damien Seguy (dams <email protected>)
Date: 07/13/01

dams Fri Jul 13 03:31:37 2001 EDT

  Modified files:
    /phpdoc/en/functions exec.xml
  Log:
  Added introduction.
  
Index: phpdoc/en/functions/exec.xml
diff -u phpdoc/en/functions/exec.xml:1.14 phpdoc/en/functions/exec.xml:1.15
--- phpdoc/en/functions/exec.xml:1.14 Sat Jul 7 17:57:27 2001
+++ phpdoc/en/functions/exec.xml Fri Jul 13 03:31:37 2001
@@ -2,6 +2,15 @@
   <title>Program Execution functions</title>
   <titleabbrev>Program Execution</titleabbrev>
 
+ <partintro>
+ <simpara>
+ Those functions provides means to executes commands on the
+ system itself, and means secure such commands. Those functions
+ are also closely related to the
+ <link linkend="language.operators.execution">backtick operator</link>.
+ </simpara>
+ </partintro>
+
   <refentry id="function.escapeshellarg">
    <refnamediv>
     <refname>escapeshellarg</refname>