From c42d3d890578e3be848e3adc763d324884321ae8 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Wed, 18 Aug 2021 12:12:36 +0300 Subject: [PATCH] Fix pcntl (#860) --- reference/pcntl/functions/pcntl-getpriority.xml | 2 +- reference/pcntl/functions/pcntl-setpriority.xml | 2 +- reference/pcntl/functions/pcntl-sigwaitinfo.xml | 2 +- reference/pcntl/functions/pcntl-wait.xml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/pcntl/functions/pcntl-getpriority.xml b/reference/pcntl/functions/pcntl-getpriority.xml index 4de1c9f7de..d2d54873bb 100644 --- a/reference/pcntl/functions/pcntl-getpriority.xml +++ b/reference/pcntl/functions/pcntl-getpriority.xml @@ -29,7 +29,7 @@ process_id - If &null;, the pid of the current process is used. + If &null;, the process id of the current process is used. diff --git a/reference/pcntl/functions/pcntl-setpriority.xml b/reference/pcntl/functions/pcntl-setpriority.xml index dde3931a41..2b377ef0ab 100644 --- a/reference/pcntl/functions/pcntl-setpriority.xml +++ b/reference/pcntl/functions/pcntl-setpriority.xml @@ -41,7 +41,7 @@ process_id - If &null;, the pid of the current process is used. + If &null;, the process id of the current process is used. diff --git a/reference/pcntl/functions/pcntl-sigwaitinfo.xml b/reference/pcntl/functions/pcntl-sigwaitinfo.xml index cc8b9c2416..cc5ecac32f 100644 --- a/reference/pcntl/functions/pcntl-sigwaitinfo.xml +++ b/reference/pcntl/functions/pcntl-sigwaitinfo.xml @@ -84,7 +84,7 @@ &reftitle.returnvalues; - Returns a signal number on success, or &false; on error. + Returns a signal number on success,&return.falseforfailure;. diff --git a/reference/pcntl/functions/pcntl-wait.xml b/reference/pcntl/functions/pcntl-wait.xml index 0db07950bd..5fd2c8bc6b 100644 --- a/reference/pcntl/functions/pcntl-wait.xml +++ b/reference/pcntl/functions/pcntl-wait.xml @@ -59,9 +59,9 @@ If wait3 is available on your system (mostly BSD-style systems), you can provide the optional flags parameter. If this parameter is not provided, wait will be used for the system call. If - wait3 is not available, providing a value for options - will have no effect. The value of options - is the value of zero or more of the following two constants + wait3 is not available, providing a value for flags + will have no effect. The value of flags + is the value of zero or more of the following two constants OR'ed together: Possible values for <parameter>flags</parameter>