Skip to content

Commit 7b6e434

Browse files
authored
Fix popen_handle:info() and popen_handle:wait() description (#5097)
Removed parameter signo (number) from the descriptions of popen_handle:info() and popen_handle:wait(). Parameter never belonged to mentioned functiones and was placed there by a mistake. Fixes #4579
1 parent af67953 commit 7b6e434

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/reference/reference_lua/popen.rst

-2
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

@@ -746,7 +745,6 @@ Below is a list of all ``popen`` functions and handle methods.
746745
:param handle ph: handle of a child process created with
747746
:ref:`popen.new() <popen-new>` or
748747
:ref:`popen.shell() <popen-shell>`
749-
:param number signo: signal to send
750748
:return: (if success) formatted result
751749
:rtype: res
752750

0 commit comments

Comments
 (0)