]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ctrlaltdel: tweak the wording in the man page
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 8 Mar 2016 09:07:50 +0000 (10:07 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Mar 2016 13:21:55 +0000 (14:21 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
sys-utils/ctrlaltdel.8

index 170597f09c24e8f3add4445bc4e9476110a76543..337ec353510b98ebef305a38f39e6003e0a549d7 100644 (file)
@@ -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