Skip to content

Commit

Permalink
Fix non-sensical constant tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Apr 24, 2024
1 parent 0e00c6e commit 01b9c33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions reference/ev/periodic-modes.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: bbfa9738785f054752e6cb565cd0a58e71015bc6 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<chapter xml:id="ev.periodic-modes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<chapter xml:id="ev.periodic-modes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Modes d'opération périodique d'un watcher</title>
<para>
Le watcher <classname>EvPeriodic</classname> fonctionne en différents
Expand Down Expand Up @@ -45,7 +43,7 @@ $hourly = EvPeriodic(0, 3600, NULL, function () {
?>
]]>
</programlisting>
Cela ne signifie pas qu'il y aura toujours <constant>3600</constant> secondes
Cela ne signifie pas qu'il y aura toujours <literal>3600</literal> secondes
entre chaque appel, mais seulement que la fonction de rappel sera appelée
lorsque l'horloge système affichera une heure pleine (<emphasis>UTC</emphasis>).
</para>
Expand Down

0 comments on commit 01b9c33

Please sign in to comment.