fix <function> markup

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337389 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2015-08-10 14:50:08 +00:00
parent 78291d1681
commit 01ce565305

View file

@ -133,7 +133,7 @@ $handle = fopen("c:\\folder\\resource.txt", "r");
<entry>
Open for writing only; place the file pointer at the end of
the file. If the file does not exist, attempt to create it.
In this mode, <function>fseek()</function> only affects
In this mode, <function>fseek</function> only affects
the reading position, writes are always appended.
</entry>
</row>
@ -142,7 +142,7 @@ $handle = fopen("c:\\folder\\resource.txt", "r");
<entry>
Open for reading and writing; place the file pointer at
the end of the file. If the file does not exist, attempt to
create it. In this mode, <function>fseek()</function> only affects
create it. In this mode, <function>fseek</function> only affects
the reading position, writes are always appended.
</entry>
</row>