git: 2ff5f3e7d159 - stable/13 - bhyve.8: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jun 2022 08:23:59 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2ff5f3e7d159512cdedab392eacc9a2c465822a2 commit 2ff5f3e7d159512cdedab392eacc9a2c465822a2 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-03-10 16:43:39 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-06-29 08:23:19 +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 (cherry picked from commit 5e19a5185324dedc1fb245e1d7871148ef39a155) --- 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 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.