git: fbd3d1419865 - stable/12 - bhyve.8: Fix indention in the signals table

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Aug 16 11:15:00 UTC 2021


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 at FreeBSD.org>
AuthorDate: 2021-04-18 20:06:12 +0000
Commit:     Mateusz Piotrowski <0mp at 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


More information about the dev-commits-src-branches mailing list