diff --git a/preface.xml b/preface.xml index e930f831aa..940071ab4f 100644 --- a/preface.xml +++ b/preface.xml @@ -1,6 +1,6 @@ - + diff --git a/reference/fpm/status.xml b/reference/fpm/status.xml index 8e63951805..17fbe88802 100644 --- a/reference/fpm/status.xml +++ b/reference/fpm/status.xml @@ -1,5 +1,5 @@ - + @@ -166,7 +166,7 @@ max children reached Le nombre maximal de processus a-t-il déjà été atteint ? Si oui, la valeur affichée est - 1, sinon la valeur affichée est 0. + plus grande ou égale à 1, sinon la valeur affichée est 0. diff --git a/reference/network/functions/long2ip.xml b/reference/network/functions/long2ip.xml index 61d15c5cf8..e13840148f 100644 --- a/reference/network/functions/long2ip.xml +++ b/reference/network/functions/long2ip.xml @@ -1,8 +1,8 @@ - + - + long2ip Convertit une adresse entier long (IPv4) en sa notation décimale à point @@ -11,7 +11,7 @@ &reftitle.description; - stringfalselong2ip + stringlong2ip intip diff --git a/reference/network/functions/syslog.xml b/reference/network/functions/syslog.xml index 83bf2492d2..d13d892478 100644 --- a/reference/network/functions/syslog.xml +++ b/reference/network/functions/syslog.xml @@ -1,6 +1,6 @@ - + @@ -147,7 +147,7 @@ closelog(); - L'utilisation de LOG_LOCAL0 à + L'utilisation de LOG_LOCAL0 à LOG_LOCAL7 pour le paramètre facility de la fonction openlog n'est pas disponible sous Windows. diff --git a/reference/pcntl/functions/pcntl-wait.xml b/reference/pcntl/functions/pcntl-wait.xml index e8e206ba5c..0d6f5aeec3 100644 --- a/reference/pcntl/functions/pcntl-wait.xml +++ b/reference/pcntl/functions/pcntl-wait.xml @@ -1,6 +1,6 @@ - + @@ -72,13 +72,13 @@ - WNOHANG + WNOHANG Termine immédiatement si aucun processus ne s'est terminé. - WUNTRACED + WUNTRACED Termine pour les processus qui sont stoppés, et pour ceux dont le résultat n'a pas été rapporté. diff --git a/reference/pcntl/functions/pcntl-waitpid.xml b/reference/pcntl/functions/pcntl-waitpid.xml index c81fd619d6..a56c9721f5 100644 --- a/reference/pcntl/functions/pcntl-waitpid.xml +++ b/reference/pcntl/functions/pcntl-waitpid.xml @@ -1,6 +1,6 @@ - + @@ -117,13 +117,13 @@ - WNOHANG + WNOHANG retourne immédiatement si aucun processus fils ne s'est terminé. - WUNTRACED + WUNTRACED retourne lorsque les processus fils sont arrêtés et que leur statut n'a pas été mis à jour. diff --git a/reference/pcntl/functions/pcntl-wifstopped.xml b/reference/pcntl/functions/pcntl-wifstopped.xml index 82cb8cc456..8b64a88406 100644 --- a/reference/pcntl/functions/pcntl-wifstopped.xml +++ b/reference/pcntl/functions/pcntl-wifstopped.xml @@ -1,6 +1,6 @@ - + @@ -18,7 +18,7 @@ Retourne &true; si le processus fils est stoppé ; cela n'est possible que si l'appel à pcntl_waitpid a été fait avec l'option - WUNTRACED. + WUNTRACED.