diff options
-rw-r--r-- | toys/other/setsid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/other/setsid.c b/toys/other/setsid.c index 57a926ef..70672424 100644 --- a/toys/other/setsid.c +++ b/toys/other/setsid.c @@ -14,6 +14,7 @@ config SETSID -d Detach from tty -c Control tty (become foreground process & receive keyboard signals) + -w Wait for child (and exit with its status) */ #define FOR_setsid |