reference/filesystem/functions/lchgrp.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lchgrp">
3
+
<refentry xml:id="function.lchgrp" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>lchgrp</refname>
6
6
<refpurpose>Changes group ownership of symlink</refpurpose>
...
...
@@ -11,7 +11,7 @@
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>lchgrp</methodname>
13
13
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
-
<methodparam><type>mixed</type><parameter>group</parameter></methodparam>
14
+
<methodparam><type class="union"><type>string</type><type>int</type></type><parameter>group</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Attempts to change the group of the symlink <parameter>filename</parameter>
...
...
@@ -78,7 +78,6 @@ lchgrp($link, 8);
78
78
<refsect1 role="notes">
79
79
&reftitle.notes;
80
80
&note.no-remote;
81
-
&note.sm.uidcheck;
82
81
&note.no-windows;
83
82
</refsect1>
84
83

...
...
@@ -95,7 +94,6 @@ lchgrp($link, 8);
95
94
</refsect1>
96
95

97
96
</refentry>
98
-

99
97
<!-- Keep this comment at the end of the file
100
98
Local variables:
101
99
mode: sgml
102
100