From cf8e0bae341e1f4e6922725f5305bbdf86bbb149 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 20 Jul 2014 23:15:46 +0200 Subject: docs: bring five more man pages closer to standard formatting Also, for renice, adapt the descriptions to the behaviour: the -g, -p and -u options do not actually need to be followed by any ID. Signed-off-by: Benno Schulenberg --- sys-utils/setsid.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-utils/setsid.1') diff --git a/sys-utils/setsid.1 b/sys-utils/setsid.1 index da8d648e7..70e5079aa 100644 --- a/sys-utils/setsid.1 +++ b/sys-utils/setsid.1 @@ -1,24 +1,24 @@ .\" Rick Sladkey .\" In the public domain. .\" Path modifications by faith@cs.unc.edu -.TH SETSID 1 "November 1993" "util-linux" "User Commands" +.TH SETSID 1 "July 2014" "util-linux" "User Commands" .SH NAME setsid \- run a program in a new session .SH SYNOPSIS .B setsid .I program -.RI [ arg ...] +.RI [ argument ...] .SH DESCRIPTION .B setsid runs a program in a new session. .SH OPTIONS .TP -\fB\-c\fP, \fB\-\-ctty\fP +.BR \-c , " \-\-ctty" 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 \-w , " \-\-wait" +Wait for the execution of the program to end, and return the exit value of +this program as the return value of .BR setsid . .SH "SEE ALSO" .BR setsid (2) -- cgit v1.2.3-55-g7522