Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/exec/functions/proc-close.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<refentry xml:id='function.proc-close' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>proc_close</refname>
<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>
Comment thread
SinusPi marked this conversation as resolved.
Outdated
</refnamediv>

<refsect1 role="description">
Expand Down Expand Up @@ -46,7 +46,7 @@
&reftitle.returnvalues;
<para>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<para>
<simpara>

Returns the termination status of the process that was run. In case of
an error then <literal>-1</literal> is returned.
an error <literal>-1</literal> is returned.
</para>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</para>
</simpara>

&note.sigchild;
</refsect1>
Expand Down