Date: Mon, 16 Aug 2021 09:04:02 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b473a7a9e2f0 - stable/13 - bhyve.8: Fix indention in the signals table Message-ID: <202108160904.17G942PE069243@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b473a7a9e2f0ce47ddd00a82cb8230ca303a4665 commit b473a7a9e2f0ce47ddd00a82cb8230ca303a4665 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-18 20:06:12 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-08-16 08:56:10 +0000 bhyve.8: Fix indention in the signals table MFC after: 2 weeks (cherry picked from commit 3357e9482fe8a0ee153ec62d4bd8cb96966bbf26) --- usr.sbin/bhyve/bhyve.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index 7147e203640f..d3d44a5a6232 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -680,7 +680,7 @@ stepping over the breakpoint. .Nm deals with the following signals: .Pp -.Bl -tag -width indent -compact +.Bl -tag -width SIGTERM -compact .It SIGTERM Trigger ACPI poweroff for a VM .El
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108160904.17G942PE069243>