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.19
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-utils/setsid.1 b/sys-utils/setsid.1
index 70e5079aa..7a3058734 100644
--- a/sys-utils/setsid.1
+++ b/sys-utils/setsid.1
@@ -6,8 +6,9 @@
setsid \- run a program in a new session
.SH SYNOPSIS
.B setsid
+[options]
.I program
-.RI [ argument ...]
+.RI [ arguments ]
.SH DESCRIPTION
.B setsid
runs a program in a new session.
@@ -20,6 +21,12 @@ Set the controlling terminal to the current one.
Wait for the execution of the program to end, and return the exit value of
this program as the return value of
.BR setsid .
+.TP
+.BR \-V , " \-\-version"
+Display version information and exit.
+.TP
+.BR \-h , " \-\-help"
+Display help text and exit.
.SH "SEE ALSO"
.BR setsid (2)
.SH AUTHOR