Date: Wed, 20 Apr 2016 06:29:03 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298341 - head/usr.sbin/bhyve Message-ID: <201604200629.u3K6T3ix019370@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel (ports committer) Date: Wed Apr 20 06:29:03 2016 New Revision: 298341 URL: https://svnweb.freebsd.org/changeset/base/298341 Log: Update the bhyve(8) man page: - Document powering off by sending SIGTERM signal - Document exit codes Reviewed by: wblock, neel Approved by: wblock Differential Revision: D5982 Modified: head/usr.sbin/bhyve/bhyve.8 Modified: head/usr.sbin/bhyve/bhyve.8 ============================================================================== --- head/usr.sbin/bhyve/bhyve.8 Wed Apr 20 05:13:36 2016 (r298340) +++ head/usr.sbin/bhyve/bhyve.8 Wed Apr 20 06:29:03 2016 (r298341) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 7, 2015 +.Dd April 18, 2016 .Dt BHYVE 8 .Os .Sh NAME @@ -289,6 +289,27 @@ Alphanumeric name of the guest. This should be the same as that created by .Xr bhyveload 8 . .El +.Sh SIGNAL HANDLING +.Nm +deals with the following signals: +.Pp +.Bl -tag -width indent -compact +.It SIGTERM +Trigger ACPI poweroff for a VM +.El +.Sh EXIT STATUS +Exit status indicates how the VM was terminated: +.Pp +.Bl -tag -width indent -compact +.It 0 +rebooted +.It 1 +powered off +.It 2 +halted +.It 3 +triple fault +.El .Sh EXAMPLES The guest operating system must have been loaded with .Xr bhyveload 8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604200629.u3K6T3ix019370>