Skip to content

Commit 5092095

Browse files
committed
Add popen_handle:wait() parameter and new errors
Fixes previous commit syntax errors
1 parent 6ab8ba4 commit 5092095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/reference/reference_lua/popen.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ Below is a list of all ``popen`` functions and handle methods.
746746
:ref:`popen.new() <popen-new>` or
747747
:ref:`popen.shell() <popen-shell>`
748748
:param number timeout: since version 3.2.0. The parameter defines the period in seconds for the method to wait for a resolution.
749+
:return: (if success) formatted result
750+
:rtype: res
749751

750752
Possible raised errors:
751753

0 commit comments

Comments
 (0)