synch with en

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278858 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2009-04-16 19:02:06 +00:00
parent 110322e67c
commit 9d3310dee9
2 changed files with 8 additions and 7 deletions

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry xml:id="function.apc-cache-info" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>apc_cache_info</refname>
@ -61,7 +62,7 @@
<para>
If <parameter>limited</parameter> is &true;, the
return value will exclude the individual list of cache entries. This
is usefull when trying to optimize calls for statistics gathering.
is useful when trying to optimize calls for statistics gathering.
</para>
</listitem>
</varlistentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.23 $ -->
<!-- $Revision: 1.24 $ -->
<section xml:id="apc.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
&extension.runtime;
@ -409,7 +409,7 @@
<para>
If compiled with MMAP support by using <literal>--enable-mmap</literal>
this is the mktemp-style file_mask to pass to the
mmap module for determing whether your mmap'ed memory
mmap module for determining whether your mmap'ed memory
region is going to be file-backed or shared memory
backed. For straight file-backed mmap, set it to
something like <literal>/tmp/apc.XXXXXX</literal>
@ -418,7 +418,7 @@
somewhere in your mask. e.g. <literal>/apc.shm.XXXXXX</literal>
You can also set it to <literal>/dev/zero</literal> to use your
kernel's <literal>/dev/zero</literal> interface to anonymous mmap'ed
memory. Leaving it undefined will force an anonymous mmap.
memory. Leaving it undefined will force an anonymous mmap.
</para>
</listitem>
</varlistentry>
@ -731,8 +731,8 @@ Array
</term>
<listitem>
<para>
Vertification with ctime will avoid problems caused by programs such
as svn or rsync by making sure inodes havn't changed since the last
Verification with ctime will avoid problems caused by programs such
as svn or rsync by making sure inodes haven't changed since the last
stat. APC will normally only check mtime.
</para>
</listitem>