Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 11:14:59 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: fbd3d1419865 - stable/12 - bhyve.8: Fix indention in the signals table
Message-ID:  <202108161114.17GBExGN044086@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=fbd3d141986589739d10ea233026b448406029e2

commit fbd3d141986589739d10ea233026b448406029e2
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-18 20:06:12 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-08-16 09:43:33 +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 c65da7f1de54..ed2686a2c429 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -608,7 +608,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?202108161114.17GBExGN044086>