From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:03:17 +0000 (+0100) Subject: man: Remove erroneous FD parameter X-Git-Tag: v26~397 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a09fe201dc05204dc0069a126a0f426f9eea63;p=thirdparty%2Fmkosi.git man: Remove erroneous FD parameter --- diff --git a/mkosi/resources/man/mkosi-sandbox.1.md b/mkosi/resources/man/mkosi-sandbox.1.md index 3dcc56daa..230999bed 100644 --- a/mkosi/resources/man/mkosi-sandbox.1.md +++ b/mkosi/resources/man/mkosi-sandbox.1.md @@ -112,7 +112,7 @@ host system. `--unshare-ipc` : Specifying this option makes `mkosi-sandbox` unshare an IPC namespace if possible. -`--suspend FD` +`--suspend` : Make the `mkosi-sandbox` process suspend itself with `SIGSTOP` just before it calls `execve()`. This is useful to wait until all setup logic has completed before continuing execution in the parent process invoking `mkosi-sandbox` by using `waitid()` with the `WNOWAIT` AND `WSTOPPED` flags.