aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-03-10 16:43:39 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-06-29 08:23:19 +0000
commit2ff5f3e7d159512cdedab392eacc9a2c465822a2 (patch)
tree4ea67e32d84efbabc37ffc7485752f5da30f79dc
parentc49605d66f53137a3ef2b1d9ed00cb5c898bdec5 (diff)
downloadsrc-2ff5f3e7d159512cdedab392eacc9a2c465822a2.tar.gz
src-2ff5f3e7d159512cdedab392eacc9a2c465822a2.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 (cherry picked from commit 5e19a5185324dedc1fb245e1d7871148ef39a155)
-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 f0c61228cf77..a352a7ba2a93 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -500,7 +500,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.