Skip to content

Commit 3f368dd

Browse files
committed
Changed formatting of the close_fds flag to code.
Fixes #3609
1 parent 6bbe351 commit 3f368dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/reference_lua/popen.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Below is a list of all ``popen`` functions and handle methods.
260260

261261
Since version 3.2.0, the ``inherit.fds`` option is added to the ``opts``
262262
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``.
263+
left open in the child process if the ``close_fds`` flag is set to ``true``.
264264

265265
Tarantool recommends using ``opts.setsid`` plus ``opts.group_signal``
266266
if a child process may spawn its own children and if they should all

0 commit comments

Comments
 (0)