Fix pcntl (#860)

This commit is contained in:
Sergey Panteleev 2021-08-18 12:12:36 +03:00 committed by GitHub
parent f33541d156
commit c42d3d8905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@
<term><parameter>process_id</parameter></term>
<listitem>
<para>
If &null;, the pid of the current process is used.
If &null;, the process id of the current process is used.
</para>
</listitem>
</varlistentry>

View file

@ -41,7 +41,7 @@
<term><parameter>process_id</parameter></term>
<listitem>
<para>
If &null;, the pid of the current process is used.
If &null;, the process id of the current process is used.
</para>
</listitem>
</varlistentry>

View file

@ -84,7 +84,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a signal number on success, or &false; on error.
Returns a signal number on success,&return.falseforfailure;.
</para>
</refsect1>

View file

@ -59,9 +59,9 @@
If wait3 is available on your system (mostly BSD-style systems), you can
provide the optional <parameter>flags</parameter> parameter. If this
parameter is not provided, wait will be used for the system call. If
wait3 is not available, providing a value for <parameter>options
</parameter> will have no effect. The value of <parameter>options
</parameter> is the value of zero or more of the following two constants
wait3 is not available, providing a value for <parameter>flags</parameter>
will have no effect. The value of <parameter>flags</parameter>
is the value of zero or more of the following two constants
<literal>OR</literal>'ed together:
<table>
<title>Possible values for <parameter>flags</parameter></title>