svn commit: r289506 - stable/10/sbin/init

Edward Tomasz Napierala trasz at FreeBSD.org
Sun Oct 18 14:16:02 UTC 2015


Author: trasz
Date: Sun Oct 18 14:16:01 2015
New Revision: 289506
URL: https://svnweb.freebsd.org/changeset/base/289506

Log:
  MFC r285847:
  
  Add missing SIGUSR1 description.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sbin/init/init.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/init/init.8
==============================================================================
--- stable/10/sbin/init/init.8	Sun Oct 18 14:01:20 2015	(r289505)
+++ stable/10/sbin/init/init.8	Sun Oct 18 14:16:01 2015	(r289506)
@@ -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