git: 3357e9482fe8 - main - bhyve.8: Fix indention in the signals table

Mateusz Piotrowski 0mp at FreeBSD.org
Sun Apr 18 20:15:18 UTC 2021


The branch main has been updated by 0mp (doc, ports committer):

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

commit 3357e9482fe8a0ee153ec62d4bd8cb96966bbf26
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-18 20:06:12 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-18 20:09:39 +0000

    bhyve.8: Fix indention in the signals table
    
    MFC after:      2 weeks
---
 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-main mailing list