From 5e43af7e345310f734cbfb5a0bd6ee040cf178a7 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 25 Jul 2014 14:55:01 +0200 Subject: docs: fix some things that were overlooked during the first pass Mainly more option sorting, some formatting adjustments, and the adding of a missing --version here and there. Signed-off-by: Benno Schulenberg --- sys-utils/setsid.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys-utils/setsid.1') 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 -- cgit v1.2.3-55-g7522