The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d7f9a421dfb250e016e3d29b17e2b6a6ae3bc40c
commit d7f9a421dfb250e016e3d29b17e2b6a6ae3bc40c Author: Dan McGregor <[email protected]> AuthorDate: 2023-11-02 14:50:10 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2023-11-02 14:50:10 +0000 bhyve(8): fix manpage formatting In commit 67c26eb2a57 a stray ".El" was introduced, breaking formatting of options. Reviewed by: corvink, markj Fixes: 67c26eb2a57c ("bhyve: add cmdline option for TPM emulation") MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D42434 --- usr.sbin/bhyve/bhyve.8 | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index 3cef95c816f4..0c5d34456b3a 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -572,7 +572,6 @@ Version of the TPM device according to the TCG specification. Defaults to .Cm 2.0 .El -.El .Pp Boot ROM device backends: .Bl -tag -width 10n
