jimw Wed Jan 2 06:39:45 2002 EDT
Modified files:
/phpdoc/en/functions exec.xml
Log:
shell_exec: document by referencing backtick documentation
Index: phpdoc/en/functions/exec.xml
diff -u phpdoc/en/functions/exec.xml:1.25 phpdoc/en/functions/exec.xml:1.26
--- phpdoc/en/functions/exec.xml:1.25 Mon Dec 17 17:53:19 2001
+++ phpdoc/en/functions/exec.xml Wed Jan 2 06:39:45 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
<reference id="ref.exec">
<title>Program Execution functions</title>
<titleabbrev>Program Execution</titleabbrev>
@@ -304,7 +304,8 @@
</funcprototype>
</funcsynopsis>
<para>
- &warn.undocumented.func;
+ This function is identical to the <link
+ linkend="language.operators.execution">backtick operator</link>.
</para>
</refsect1>
</refentry>