svn commit: r285847 - head/sbin/init

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Jul 24 18:14:58 UTC 2015


Author: trasz
Date: Fri Jul 24 18:14:57 2015
New Revision: 285847
URL: https://svnweb.freebsd.org/changeset/base/285847

Log:
  Add missing SIGUSR1 description.
  
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sbin/init/init.8

Modified: head/sbin/init/init.8
==============================================================================
--- head/sbin/init/init.8	Fri Jul 24 18:13:13 2015	(r285846)
+++ head/sbin/init/init.8	Fri Jul 24 18:14:57 2015	(r285847)
@@ -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"


More information about the svn-src-all mailing list