We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbe351 commit 3f368ddCopy full SHA for 3f368dd
doc/reference/reference_lua/popen.rst
@@ -260,7 +260,7 @@ Below is a list of all ``popen`` functions and handle methods.
260
261
Since version 3.2.0, the ``inherit.fds`` option is added to the ``opts``
262
table. The option allows define file descriptor numbers that should be
263
- left open in the child process if the close_fds flag is set to ``true``.
+ left open in the child process if the ``close_fds`` flag is set to ``true``.
264
265
Tarantool recommends using ``opts.setsid`` plus ``opts.group_signal``
266
if a child process may spawn its own children and if they should all
0 commit comments