]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
man: Remove erroneous FD parameter
authorNils K <24257556+septatrix@users.noreply.github.com>
Tue, 11 Feb 2025 14:03:17 +0000 (15:03 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 11 Feb 2025 14:12:15 +0000 (15:12 +0100)
mkosi/resources/man/mkosi-sandbox.1.md

index 3dcc56daa12b2f154eed8267d3e876d07a1fe530..230999bed2532243266244fb7ca2225910b4ef70 100644 (file)
@@ -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.