Skip to content

Commit

Permalink
ev section sync with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Mar 18, 2024
1 parent 318ca0f commit 089aba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion reference/ev/evstat.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
<!-- EN-Revision: 32c8c9b1b8e9037e25bf1d60711c17dfe097d14f Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<phpdoc:classref xml:id="class.evstat" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>La classe EvStat</title>
Expand Down
7 changes: 3 additions & 4 deletions reference/ev/evstat/construct.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 33e5f4ef7243bc1282acb1cba93e8f99c1debe68 Maintainer: yannick Status: ready -->
<!-- EN-Revision: dbbabb929e755cceddb63908e7d2cbc3d161c0d3 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="evstat.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down Expand Up @@ -61,7 +61,7 @@
<listitem>
<para>
Intervalle de détection d'une modification ; doit valoir normalement
<constant>0.0</constant> pour laisser <emphasis>libev</emphasis>
<literal>0.0</literal> pour laisser <emphasis>libev</emphasis>
choisir la bonne valeur.
</para>
</listitem>
Expand Down Expand Up @@ -109,7 +109,7 @@
<![CDATA[
<?php
// Utilisation d'un intervalle de 10 secondes.
$w = new EvStat("/var/log/messages", 8, function ($w) {
$w = new EvStat("/var/log/messages", 10, function ($w) {
echo "/var/log/messages changed\n";
$attr = $w->attr();
Expand All @@ -124,7 +124,6 @@ $w = new EvStat("/var/log/messages", 8, function ($w) {
}
});
Ev::run();
?>
]]>
</programlisting>
Expand Down

0 comments on commit 089aba6

Please sign in to comment.