diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-10-18 14:16:01 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-10-18 14:16:01 +0000 |
| commit | 5eff7f55d6394c52bbca69cfbc9453da6370d565 (patch) | |
| tree | da7dbec789caeb01ee5388e9a754ab4bb9cb7377 /sbin | |
| parent | 3717306e38a4adeeef6d9062abfecef812965a6f (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/init/init.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8 index a7488a93ed82..13659e36ec2d 100644 --- a/sbin/init/init.8 +++ b/sbin/init/init.8 @@ -31,7 +31,7 @@ .\" @(#)init.8 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd March 14, 2012 +.Dd July 24, 2015 .Dt INIT 8 .Os .Sh NAME @@ -284,6 +284,7 @@ will signal the original as follows: .Bl -column Run-level SIGTERM .It Sy "Run-level Signal Action" +.It Cm 0 Ta Dv SIGUSR1 Ta "Halt" .It Cm 0 Ta Dv SIGUSR2 Ta "Halt and turn the power off" .It Cm 1 Ta Dv SIGTERM Ta "Go to single-user mode" .It Cm 6 Ta Dv SIGINT Ta "Reboot the machine" |
