diff options
Diffstat (limited to 'sbin/init/init.8')
-rw-r--r-- | sbin/init/init.8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index 7728bd06ba1..a5ccb458692 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: init.8,v 1.19 1999/07/04 18:59:40 aaron Exp $ +.\" $OpenBSD: init.8,v 1.20 1999/07/06 07:54:44 deraadt Exp $ .\" $NetBSD: init.8,v 1.6 1995/03/18 14:56:31 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -237,6 +237,15 @@ This hook is used by and .Xr halt 8 . .Pp +.Nm +will terminate multi-user operations, kill all +.Xr getty Ns 's , +run +.Pa /etc/rc.shutdown , +and halt the machine if user-defined signal 1 +.Pq Dv USR1 +is received. +.Pp The role of .Nm is so critical that if it dies, the system will reboot itself |