summaryrefslogtreecommitdiffstats
path: root/sys-utils/setsid.1
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/setsid.1')
-rw-r--r--sys-utils/setsid.15
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-utils/setsid.1 b/sys-utils/setsid.1
index eff794858..da8d648e7 100644
--- a/sys-utils/setsid.1
+++ b/sys-utils/setsid.1
@@ -15,6 +15,11 @@ runs a program in a new session.
.TP
\fB\-c\fP, \fB\-\-ctty\fP
Set the controlling terminal to the current one.
+.TP
+\fB\-w\fP, \fB\-\-wait\fP
+Wait the execution of the program to end, and return the exit value of
+the child as return value of the
+.BR setsid .
.SH "SEE ALSO"
.BR setsid (2)
.SH AUTHOR