sean Thu Aug 12 18:19:33 2004 EDT
Modified files: /phpdoc/en/reference/info/functions getopt.xml Log: grammar http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/getopt.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/info/functions/getopt.xml diff -u phpdoc/en/reference/info/functions/getopt.xml:1.9 phpdoc/en/reference/info/functions/getopt.xml:1.10 --- phpdoc/en/reference/info/functions/getopt.xml:1.9 Thu Aug 12 13:31:20 2004 +++ phpdoc/en/reference/info/functions/getopt.xml Thu Aug 12 18:19:33 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <refentry id="function.getopt"> <refnamediv> <refname>getopt</refname> @@ -18,9 +18,8 @@ on an error. </para> <para> - On platforms that have C function getopt_long, long options can be - specified with parameter <parameter>longopts</parameter>. It is available - since PHP 4.3.0. + On platforms that have the C function getopt_long, long options can be + specified with the parameter <parameter>longopts</parameter> (as of PHP 4.3.0). </para> <para> <informalexample>