git: b473a7a9e2f0 - stable/13 - bhyve.8: Fix indention in the signals table

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Aug 16 09:04:03 UTC 2021


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


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