language/wrappers/glob.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<refentry xml:id="wrappers.glob" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry xml:id="wrappers.glob" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>glob://</refname>
7
7
<refpurpose>Find pathnames matching pattern</refpurpose>
...
...
@@ -10,7 +10,8 @@
10
10
<refsect1 role="description"><!-- {{{ -->
11
11
&reftitle.description;
12
12
<simpara>
13
-
The <filename>glob:</filename> stream wrapper is available since PHP 5.3.0.
13
+
<!-- TODO Proper description -->
14
+
The <filename>glob:</filename> stream wrapper.
14
15
</simpara>
15
16
</refsect1><!-- }}} -->
16
17

17
18