Date: Mon, 6 Nov 2023 13:54:44 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 52415bfc0adf - stable/14 - bhyve(8): fix manpage formatting Message-ID: <202311061354.3A6DsixI072510@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=52415bfc0adf29a4d600a5a55b5f6b7c5f93fa4a commit 52415bfc0adf29a4d600a5a55b5f6b7c5f93fa4a Author: Dan McGregor <dan.mcgregor@usask.ca> AuthorDate: 2023-11-02 14:50:10 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2023-11-06 13:54:14 +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 (cherry picked from commit d7f9a421dfb250e016e3d29b17e2b6a6ae3bc40c) --- 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 21313e0fcad4..6afe37bcd58e 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -563,7 +563,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311061354.3A6DsixI072510>