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 flags