summaryrefslogtreecommitdiffstats
path: root/sys-utils/ctrlaltdel.8
diff options
context:
space:
mode:
authorPeter Breitenlohner2009-07-22 11:16:45 +0200
committerKarel Zak2009-08-17 12:11:04 +0200
commit8cd1bc97b4c244ce7291f279fbb1802fe72303b8 (patch)
tree548d76d8252abf0f207092adfc2316f86fb264a4 /sys-utils/ctrlaltdel.8
parentul.1: erroneous .SH instead of .Sh (diff)
downloadkernel-qcow2-util-linux-8cd1bc97b4c244ce7291f279fbb1802fe72303b8.tar.gz
kernel-qcow2-util-linux-8cd1bc97b4c244ce7291f279fbb1802fe72303b8.tar.xz
kernel-qcow2-util-linux-8cd1bc97b4c244ce7291f279fbb1802fe72303b8.zip
ctrlaltdel.8: formatting
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Diffstat (limited to 'sys-utils/ctrlaltdel.8')
-rw-r--r--sys-utils/ctrlaltdel.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-utils/ctrlaltdel.8 b/sys-utils/ctrlaltdel.8
index 3ebccd24c..aa218334f 100644
--- a/sys-utils/ctrlaltdel.8
+++ b/sys-utils/ctrlaltdel.8
@@ -4,7 +4,7 @@
.SH NAME
ctrlaltdel \- set the function of the Ctrl-Alt-Del combination
.SH SYNOPSIS
-.BR "ctrlaltdel hard" " | " soft
+.BR "ctrlaltdel hard" | soft
.SH DESCRIPTION
Based on examination of the
.I linux/kernel/sys.c
@@ -12,16 +12,16 @@ code, it is clear that there are two supported functions that the
Ctrl-Alt-Del sequence can perform: a
.I hard
reset, which immediately reboots the computer without calling
-.B sync (2)
+.BR sync (2)
and without any other preparation; and a
.I soft
reset, which sends the SIGINT (interrupt) signal to the
.B init
process (this is always the process with PID 1). If this option is used,
the
-.B init (8)
+.BR init (8)
program must support this feature. Since there are now several
-.B init (8)
+.BR init (8)
programs in the Linux community, please consult the documentation for the
version that you are currently using.