mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Corrected titles. Fix bug#51377
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296698 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
65bbbd599b
commit
e89c7494fb
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.disk-free-space">
|
||||
<refnamediv>
|
||||
<refname>disk_free_space</refname>
|
||||
<refpurpose>Returns available space in directory</refpurpose>
|
||||
<refpurpose>Returns available space on filesystem or disk partition</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.disk-total-space">
|
||||
<refnamediv>
|
||||
<refname>disk_total_space</refname>
|
||||
<refpurpose>Returns the total size of a directory</refpurpose>
|
||||
<refpurpose>Returns the total size of a filesystem or disk partition</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
Loading…
Reference in a new issue