Skip to content

Commit

Permalink
event section sync with EN (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Mar 15, 2024
1 parent 63a4f2c commit 2537431
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions reference/event/eventbuffer.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: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: yannick Status: ready -->
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<phpdoc:classref xml:id="class.eventbuffer" 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">
Expand Down Expand Up @@ -35,7 +35,7 @@
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
Expand Down Expand Up @@ -159,7 +159,7 @@
<para>
La fin de ligne est un simple retour charriot, suivant par une
simple nouvelle ligne (aussi connu comme <literal>"\r\n"</literal>.
Les valeurs ASCII sont <constant>0x0D</constant> <constant>0x0A</constant>).
Les valeurs ASCII sont <literal>0x0D</literal> <literal>0x0A</literal>).
</para>
</listitem>
</varlistentry>
Expand All @@ -170,7 +170,7 @@
<listitem>
<para>
La fin de ligne est un simple caractère de nouvelle ligne (aussi connu
comme <literal>"\n"</literal>. La valeur ASCII est <constant>0x0A</constant>).
comme <literal>"\n"</literal>. La valeur ASCII est <literal>0x0A</literal>).
</para>
</listitem>
</varlistentry>
Expand Down
6 changes: 3 additions & 3 deletions reference/event/eventutil.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: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: yannick Status: ready -->
<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<phpdoc:classref xml:id="class.eventutil" 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">
Expand Down Expand Up @@ -32,7 +32,7 @@
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">Constantes</classsynopsisinfo>
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
Expand Down Expand Up @@ -225,7 +225,7 @@

Option du socket. Active le débogage du socket.Uniquement autorisé pour
les processus avec la capacité <literal>CAP_NET_ADMIN</literal>
ou un ID d'utilisateur effectif de <constant>0</constant>.
ou un ID d'utilisateur effectif de <literal>0</literal>.
(Ajouté en event-1.6.0.)
</para>
</listitem>
Expand Down

0 comments on commit 2537431

Please sign in to comment.