Fixed bug#48467 (Wrong use of example)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2009-06-03 21:42:41 +00:00
parent aad15e3996
commit 488cee7edb

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lchgrp">
<refnamediv>
<refname>lchgrp</refname>
@ -67,7 +67,7 @@ $target = 'output.php';
$link = 'output.html';
symlink($target, $link);
lchgroup($link, 8);
lchgrp($link, 8);
?>
]]>
</programlisting>