summaryrefslogtreecommitdiffstats
path: root/sys-utils/setsid.1
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-20 23:15:46 +0200
committerKarel Zak2014-07-21 10:29:43 +0200
commitcf8e0bae341e1f4e6922725f5305bbdf86bbb149 (patch)
treeee41fe143ec3df8aff01727e805919f719692ef1 /sys-utils/setsid.1
parentmount: update info about mtab in mount.8 (diff)
downloadkernel-qcow2-util-linux-cf8e0bae341e1f4e6922725f5305bbdf86bbb149.tar.gz
kernel-qcow2-util-linux-cf8e0bae341e1f4e6922725f5305bbdf86bbb149.tar.xz
kernel-qcow2-util-linux-cf8e0bae341e1f4e6922725f5305bbdf86bbb149.zip
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 <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/setsid.1')
-rw-r--r--sys-utils/setsid.112
1 files changed, 6 insertions, 6 deletions
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 <jrs@world.std.com>
.\" 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)