diff options
| author | Dan McGregor <dan.mcgregor@usask.ca> | 2023-11-02 14:50:10 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2023-11-06 13:54:14 +0000 |
| commit | 52415bfc0adf29a4d600a5a55b5f6b7c5f93fa4a (patch) | |
| tree | 382d761ac1ba54edb3b184c5ac4880396d0c8d23 | |
| parent | d98193f093ea4c4b44d22228f6ddd2abd80b339b (diff) | |
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)
| -rw-r--r-- | usr.sbin/bhyve/bhyve.8 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
