We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cc59c commit 46fa9e4Copy full SHA for 46fa9e4
1 file changed
reference/exec/functions/proc-close.xml
@@ -4,7 +4,7 @@
4
<refentry xml:id='function.proc-close' xmlns="http://docbook.org/ns/docbook">
5
<refnamediv>
6
<refname>proc_close</refname>
7
- <refpurpose>Close a process opened by <function>proc_open</function> and return the exit code of that process</refpurpose>
+ <refpurpose>Wait for a process opened by <function>proc_open</function> to close and return the exit code of that process</refpurpose>
8
</refnamediv>
9
10
<refsect1 role="description">
@@ -46,7 +46,7 @@
46
&reftitle.returnvalues;
47
<para>
48
Returns the termination status of the process that was run. In case of
49
- an error then <literal>-1</literal> is returned.
+ an error <literal>-1</literal> is returned.
50
</para>
51
¬e.sigchild;
52
</refsect1>
0 commit comments