File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
doc/reference/reference_lua Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments