File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"translation" : " 92.12 %" , "updated_at" : " 2023-11-09T06:56:00Z " }
1+ {"translation" : " 92.13 %" , "updated_at" : " 2023-11-09T23:57:02Z " }
Original file line number Diff line number Diff line change @@ -5393,6 +5393,8 @@ msgid ""
53935393"attempt to wait on the file descriptor using :manpage:`waitid(2)` will "
53945394"immediately return the error :const:`~errno.EAGAIN` rather than blocking."
53955395msgstr ""
5396+ "该旗标表示文件描述符将是非阻塞的。 如果文件描述符所引用的进程尚未终止,那么尝试使用 :manpage:`waitid(2)` "
5397+ "等待文件描述符将立即返回错误 :const:`~errno.EAGAIN` 而不是阻塞。"
53965398
53975399#: ../../library/os.rst:4281
53985400msgid ":ref:`Availability <availability>`: Linux >= 5.10"
@@ -5550,6 +5552,9 @@ msgid ""
55505552"set, the child will inherit the parent's process group ID. This argument "
55515553"corresponds to the C library :c:macro:`!POSIX_SPAWN_SETPGROUP` flag."
55525554msgstr ""
5555+ "*setpgroup* 参数将把子进程的进程组设置为指定值。 如果指定值为 0,则子进程的进程组 ID 将与其进程 ID 相同。 如果未设置 "
5556+ "*setpgroup* 的值,则子进程将继承父进程的进程组 ID。 本参数对应于 C 库的 "
5557+ ":c:macro:`!POSIX_SPAWN_SETPGROUP` 旗标。"
55535558
55545559#: ../../library/os.rst:4384
55555560msgid ""
@@ -5561,6 +5566,10 @@ msgid ""
55615566"setting of the effective UID and GID. This argument corresponds to the C "
55625567"library :c:macro:`!POSIX_SPAWN_RESETIDS` flag."
55635568msgstr ""
5569+ "如果 *resetids* 参数为 ``True`` 则它会将子进程的有效 UID 和 GID 重置为父进程的实际 UID 和 GID。 如果该参数为 "
5570+ "``False``,则子进程会保留父进程的有效 UID 和 GID。 无论哪种情况,如果在可执行文件上启用了设置用户 ID 和设置组 ID "
5571+ "权限位,它们的效果将覆盖有效 UID 和 GID 的设置。 本参数对应于 C 库的 :c:macro:`!POSIX_SPAWN_RESETIDS` "
5572+ "旗标。"
55645573
55655574#: ../../library/os.rst:4392
55665575msgid ""
You can’t perform that action at this time.
0 commit comments