diff options
author | Gerrit Pape <pape@smarden.org> | 2001-11-22 17:55:38 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2001-11-22 17:55:38 +0000 |
commit | f6e6b73287cd904892b32380869f6ce5009b33ee (patch) | |
tree | f3c0aea85a14f5c005ec3acf235a91fddd9a1bb1 | |
parent | 241c6696b402be5ffde2b206151c4ba63c2ce690 (diff) | |
download | runit-f6e6b73287cd904892b32380869f6ce5009b33ee.tar.gz runit-f6e6b73287cd904892b32380869f6ce5009b33ee.tar.xz runit-f6e6b73287cd904892b32380869f6ce5009b33ee.zip |
INT sig documented.
-rw-r--r-- | doc/runit.8.html | 8 | ||||
-rw-r--r-- | man/runit.8 | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/runit.8.html b/doc/runit.8.html index e63046c..7f8e025 100644 --- a/doc/runit.8.html +++ b/doc/runit.8.html @@ -40,10 +40,12 @@ Stage 3 for system shutdown. <B>runit</B> only accepts signals in Stage 2. <P> If <B>runit</B> receives a CONT signal and the file <I>/etc/runit/stopit</I> exists, -<B>runit</B> is told to shutdown the system. +<B>runit</B> is told to shutdown the system. <P> +if <B>runit</B> receives an INT signal, a +ctrl-alt-del keyboard request is triggered. <H2><A NAME="sect8">See Also</A></H2> -<I>init(8)</I>, <I>runit-halt(8)</I>, <I>runit-reboot(8)</I> - +<I>init(8)</I>, <I>runit-halt(8)</I>, +<I>runit-reboot(8)</I> <H2><A NAME="sect9">Author</A></H2> Gerrit Pape <pape@smarden.org> <P> diff --git a/man/runit.8 b/man/runit.8 index 2fd6672..4144ca2 100644 --- a/man/runit.8 +++ b/man/runit.8 @@ -56,6 +56,10 @@ receives a CONT signal and the file exists, .B runit is told to shutdown the system. +.P +if +.B runit +receives an INT signal, a ctrl-alt-del keyboard request is triggered. .SH SEE ALSO init(8), runit-halt(8), |