aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/bhyve.8
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-03-10 16:43:39 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-03-10 16:46:43 +0000
commit5e19a5185324dedc1fb245e1d7871148ef39a155 (patch)
tree02b6ecdc7ba457e4faa26983f9915aef1ae1180e /usr.sbin/bhyve/bhyve.8
parent93b7af1d854db2a92dc9fcca70e068a159385f4d (diff)
downloadsrc-5e19a5185324dedc1fb245e1d7871148ef39a155.tar.gz
src-5e19a5185324dedc1fb245e1d7871148ef39a155.zip
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
Diffstat (limited to 'usr.sbin/bhyve/bhyve.8')
-rw-r--r--usr.sbin/bhyve/bhyve.82
1 files changed, 1 insertions, 1 deletions
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.