Skip to content

Commit 6ab8ba4

Browse files
authored
Merge branch 'latest' into AArdeev/git-4174-popen-wait-update
2 parents 91e4277 + 7b6e434 commit 6ab8ba4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

doc/reference/reference_lua/popen.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ Below is a list of all ``popen`` functions and handle methods.
613613
:param handle ph: handle of a child process created with
614614
:ref:`popen.new() <popen-new>` or
615615
:ref:`popen.shell() <popen-shell>`
616-
:param number signo: signal to send
617616
:return: (if success) formatted result
618617
:rtype: res
619618

@@ -747,9 +746,6 @@ Below is a list of all ``popen`` functions and handle methods.
747746
:ref:`popen.new() <popen-new>` or
748747
:ref:`popen.shell() <popen-shell>`
749748
:param number timeout: since version 3.2.0. The parameter defines the period in seconds for the method to wait for a resolution.
750-
:param number signo: signal to send
751-
:return: (if success) formatted result
752-
:rtype: res
753749

754750
Possible raised errors:
755751

0 commit comments

Comments
 (0)