From 488cee7edb26aab7b08882e0d5a01955836f3ef7 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson <bjori@php.net> Date: Wed, 3 Jun 2009 21:42:41 +0000 Subject: [PATCH] Fixed bug#48467 (Wrong use of example) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281619 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/lchgrp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/lchgrp.xml b/reference/filesystem/functions/lchgrp.xml index 533774aa8e..d065b106f9 100644 --- a/reference/filesystem/functions/lchgrp.xml +++ b/reference/filesystem/functions/lchgrp.xml @@ -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>