summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2016-04-20 06:29:03 +0000
committernovel <novel@FreeBSD.org>2016-04-20 06:29:03 +0000
commit91a82ba7285a88aefaf687a9502dc0dc87acae19 (patch)
tree9cab97a6633ccd1be2307c2d5376aa4adecc9374 /usr.sbin
parent4470535023a357bcab70687d299540f4cfe886e8 (diff)
downloadFreeBSD-src-91a82ba7285a88aefaf687a9502dc0dc87acae19.zip
FreeBSD-src-91a82ba7285a88aefaf687a9502dc0dc87acae19.tar.gz
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
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/bhyve.823
1 files changed, 22 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index f101700..5bd2092 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -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
OpenPOWER on IntegriCloud