summaryrefslogtreecommitdiffstats
path: root/sys-utils/ctrlaltdel.8
diff options
context:
space:
mode:
authorBenno Schulenberg2016-03-08 10:07:50 +0100
committerKarel Zak2016-03-08 14:21:55 +0100
commitc3cd6751081925735cda3447aee1f17105f321a2 (patch)
tree9fd10b71d6878eafedc3d3a205083d0d66d13350 /sys-utils/ctrlaltdel.8
parentlosetup: correct some formatting in the man page (diff)
downloadkernel-qcow2-util-linux-c3cd6751081925735cda3447aee1f17105f321a2.tar.gz
kernel-qcow2-util-linux-c3cd6751081925735cda3447aee1f17105f321a2.tar.xz
kernel-qcow2-util-linux-c3cd6751081925735cda3447aee1f17105f321a2.zip
ctrlaltdel: tweak the wording in the man page
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/ctrlaltdel.8')
-rw-r--r--sys-utils/ctrlaltdel.89
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-utils/ctrlaltdel.8 b/sys-utils/ctrlaltdel.8
index 170597f09..337ec3535 100644
--- a/sys-utils/ctrlaltdel.8
+++ b/sys-utils/ctrlaltdel.8
@@ -17,7 +17,7 @@ Immediately reboot the computer without calling
and without any other preparation. This is the default.
.TP
.B soft
-Will make kernel to send the SIGINT (interrupt) signal to the
+Make the kernel send the SIGINT (interrupt) signal to the
.B init
process (this is always the process with PID 1). If this option is used,
the
@@ -27,11 +27,12 @@ program must support this feature. Since there are now several
programs in the Linux community, please consult the documentation for the
version that you are currently using.
.PP
-When command is ran without arguments it will display current function in
-use.
+When the command is run without any argument, it will display the current
+setting.
.PP
+The function of
.B ctrlaltdel
-function is usually set in the
+is usually set in the
.I /etc/rc.local
file.
.SH OPTIONS