shell_exec: document by referencing backtick documentation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66673 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2002-01-02 11:39:45 +00:00
parent 0e792a79b8
commit b58d08059d

View file

@ -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 @@ system("touch \"/tmp/$f\"; ls -l \"/tmp/$f\""); // and here we do, so we use quo
</funcprototype>
</funcsynopsis>
<para>
&warn.undocumented.func;
This function is identical to the <link
linkend="language.operators.execution">backtick operator</link>.
</para>
</refsect1>
</refentry>