git: 5e19a5185324 - main - bhyve.8: Fix a typo

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Thu, 10 Mar 2022 17:17:45 UTC
The branch main has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=5e19a5185324dedc1fb245e1d7871148ef39a155

commit 5e19a5185324dedc1fb245e1d7871148ef39a155
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-10 16:43:39 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-03-10 16:46:43 +0000

    bhyve.8: Fix a typo
    
    The Li macro is deprecated. Also, the Cm macro should be used here
    instead for consistency with the rest of the manual and style.mdoc(5).
    
    Fixes:          e47fe3183e1f bhyve: add ROM emulation
    MFC after:      1 month
---
 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 d08e5cb2428e..92534d226499 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -528,7 +528,7 @@ Connect to a PCI device on the host at the selector described by
 and
 .Ar function
 numbers.
-.It Li rom= Ns Ar romfile
+.It Cm rom= Ns Ar romfile
 Add
 .Ar romfile
 as option ROM to the PCI device.