mg Thu Aug 19 06:36:25 2004 EDT
Modified files: /phpdoc/en/reference/xattr/functions xattr-get.xml Log: Parse error. http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-get.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/xattr/functions/xattr-get.xml diff -u phpdoc/en/reference/xattr/functions/xattr-get.xml:1.2 phpdoc/en/reference/xattr/functions/xattr-get.xml:1.3 --- phpdoc/en/reference/xattr/functions/xattr-get.xml:1.2 Wed Aug 18 17:24:33 2004 +++ phpdoc/en/reference/xattr/functions/xattr-get.xml Thu Aug 19 06:36:25 2004 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --> <refentry id="function.xattr-get"> <refnamediv> @@ -54,7 +54,7 @@ <programlisting role="php"> <![CDATA[ <?php -$file = '/usr/local/sbin/some_binary; +$file = '/usr/local/sbin/some_binary'; $signature = xattr_get($file, 'Root signature', XATTR_ROOT); /* ... check if $signature is valid ... */