Skip to content

Commit

Permalink
Minor sync with EN (#892)
Browse files Browse the repository at this point in the history
* preface rev id sync

* FPM section sync with EN

* network section sync with EN

* network section sync with EN

* pcntl section sync with EN
  • Loading branch information
devnexen authored Apr 21, 2024
1 parent cc7de92 commit 93cea78
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion preface.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: 20921e0003650cf65965d91b038bb98771d49f37 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 95b8f4df6657b1bc07bcb91679164b7b49ca63ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<preface xml:id="preface" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook">
Expand Down
4 changes: 2 additions & 2 deletions reference/fpm/status.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: c2df49b4e6adc65d90623f5e00bd64bfcbf45b70 Maintainer: pierrick Status: ready -->
<!-- EN-Revision: 2c4f02dcf9781000405646b9b21f9182aea76496 Maintainer: pierrick Status: ready -->
<!-- Reviewed: no -->

<sect1 xml:id="fpm.status" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down Expand Up @@ -166,7 +166,7 @@
<entry>max children reached</entry>
<entry>
Le nombre maximal de processus a-t-il déjà été atteint ? Si oui, la valeur affichée est
<literal>1</literal>, sinon la valeur affichée est <literal>0</literal>.
plus grande ou égale à <literal>1</literal>, sinon la valeur affichée est <literal>0</literal>.
</entry>
</row>
<row>
Expand Down
6 changes: 3 additions & 3 deletions reference/network/functions/long2ip.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0c9c2dd669fe9395eaa73d487fbd160f9057429a Maintainer: girgias Status: ready -->
<!-- EN-Revision: d715365c098db000eaf7dcd987ee6093f6e83091 Maintainer: girgias Status: ready -->
<!-- Reviewed: yes -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.long2ip">
<refentry xml:id="function.long2ip" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>long2ip</refname>
<refpurpose>Convertit une adresse entier long (IPv4) en sa notation décimale à point</refpurpose>
Expand All @@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>long2ip</methodname>
<type>string</type><methodname>long2ip</methodname>
<methodparam><type>int</type><parameter>ip</parameter></methodparam>
</methodsynopsis>
<para>
Expand Down
4 changes: 2 additions & 2 deletions reference/network/functions/syslog.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: f781803449007bb0e3a96c693e0eee067f7eb466 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 61374bbe228e8e9c55a24aba59a1e2bb2a871148 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xml:id="function.syslog" xmlns="http://docbook.org/ns/docbook">
Expand Down Expand Up @@ -147,7 +147,7 @@ closelog();
</para>
<note>
<para>
L'utilisation de <literal>LOG_LOCAL0</literal> à
L'utilisation de <constant>LOG_LOCAL0</constant> à
<literal>LOG_LOCAL7</literal> pour le paramètre
<parameter>facility</parameter> de la fonction <function>openlog</function>
n'est pas disponible sous Windows.
Expand Down
6 changes: 3 additions & 3 deletions reference/pcntl/functions/pcntl-wait.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: 7d05fb0d2022805b44a39bafabca8e85e96659cf Maintainer: dams Status: ready -->
<!-- EN-Revision: 61374bbe228e8e9c55a24aba59a1e2bb2a871148 Maintainer: dams Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.pcntl-wait" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -72,13 +72,13 @@
<tgroup cols="2">
<tbody>
<row>
<entry><literal>WNOHANG</literal></entry>
<entry><constant>WNOHANG</constant></entry>
<entry>
Termine immédiatement si aucun processus ne s'est terminé.
</entry>
</row>
<row>
<entry><literal>WUNTRACED</literal></entry>
<entry><constant>WUNTRACED</constant></entry>
<entry>
Termine pour les processus qui sont stoppés, et pour ceux
dont le résultat n'a pas été rapporté.
Expand Down
6 changes: 3 additions & 3 deletions reference/pcntl/functions/pcntl-waitpid.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: b890f28c0c6d2856eadcdc34b3faf83a846b3d79 Maintainer: dams Status: ready -->
<!-- EN-Revision: 61374bbe228e8e9c55a24aba59a1e2bb2a871148 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.pcntl-waitpid" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -117,13 +117,13 @@
<tgroup cols="2">
<tbody>
<row>
<entry><literal>WNOHANG</literal></entry>
<entry><constant>WNOHANG</constant></entry>
<entry>
retourne immédiatement si aucun processus fils ne s'est terminé.
</entry>
</row>
<row>
<entry><literal>WUNTRACED</literal></entry>
<entry><constant>WUNTRACED</constant></entry>
<entry>
retourne lorsque les processus fils sont arrêtés et que leur
statut n'a pas été mis à jour.
Expand Down
4 changes: 2 additions & 2 deletions reference/pcntl/functions/pcntl-wifstopped.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: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 61374bbe228e8e9c55a24aba59a1e2bb2a871148 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xml:id="function.pcntl-wifstopped" xmlns="http://docbook.org/ns/docbook">
Expand All @@ -18,7 +18,7 @@
<para>
Retourne &true; si le processus fils est stoppé ; cela n'est possible que si l'appel à
<function>pcntl_waitpid</function> a été fait avec l'option
<literal>WUNTRACED</literal>.
<constant>WUNTRACED</constant>.
</para>
</refsect1>

Expand Down

0 comments on commit 93cea78

Please sign in to comment.