mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
aad15e3996
commit
488cee7edb
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue