Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2015 14:16:01 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r289506 - stable/10/sbin/init
Message-ID:  <201510181416.t9IEG1uf087446@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510181416.t9IEG1uf087446>