bhyve_config.5: Fix consistency and terms in manpage

Correct inconsistent spelling of terms and duplication.

Reviewed by:	ziaee
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D54370
This commit is contained in:
Michael Osipov
2025-12-26 13:12:03 +01:00
parent e2c93ed09f
commit 66604463e7
+9 -8
View File
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.Dd August 21, 2024 .Dd December 26, 2025
.Dt BHYVE_CONFIG 5 .Dt BHYVE_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@@ -135,10 +135,10 @@ All variables will be persistent even on reboots of the guest.
Generate ACPI tables. Generate ACPI tables.
.It Va acpi_tables_in_memory Ta bool Ta true Ta .It Va acpi_tables_in_memory Ta bool Ta true Ta
.Xr bhyve 8 .Xr bhyve 8
always exposes ACPI tables by FwCfg. always exposes ACPI tables by fw_cfg.
For backward compatibility bhyve copies them into the guest memory as well. For backward compatibility bhyve copies them into the guest memory as well.
This can cause problems if the guest uses the in-memory version, since certain This can cause problems if the guest uses the in-memory version, since certain
advanced features, such as TPM emulation, are exposed only via FwCfg. advanced features, such as TPM emulation, are exposed only via fw_cfg.
Therefore, it is recommended to set this flag to false when running Windows guests. Therefore, it is recommended to set this flag to false when running Windows guests.
.It Va destroy_on_poweroff Ta bool Ta false Ta .It Va destroy_on_poweroff Ta bool Ta false Ta
Destroy the VM on guest-initiated power-off. Destroy the VM on guest-initiated power-off.
@@ -284,7 +284,7 @@ Intel e82545 network interface.
VGA framebuffer device attached to VNC server. VGA framebuffer device attached to VNC server.
.It Li lpc .It Li lpc
LPC PCI-ISA bridge with COM1-COM4 16550 serial ports, LPC PCI-ISA bridge with COM1-COM4 16550 serial ports,
a boot ROM, and, optionally, a TPM module, a fwcfg type, a boot ROM, and, optionally, a TPM module, a fw_cfg type,
and a debug/test device. and a debug/test device.
This device must be configured on bus 0. This device must be configured on bus 0.
.It Li hda .It Li hda
@@ -494,7 +494,8 @@ or
.Dq hd . .Dq hd .
.It Va nmrr Ta integer Ta 0 Ta .It Va nmrr Ta integer Ta 0 Ta
Nominal Media Rotation Rate, also known as RPM. Nominal Media Rotation Rate, also known as RPM.
A value 1 of indicates a device with no rate such as a Solid State Disk. A value 1 of indicates that the device is a solid state drive, i.e,
non-rotational.
.It Va ser Ta string Ta generated Ta .It Va ser Ta string Ta generated Ta
Serial number of up to twenty characters. Serial number of up to twenty characters.
A default serial number is generated using a hash of the backing A default serial number is generated using a hash of the backing
@@ -574,12 +575,12 @@ Settings for the COM3 serial port device.
.It Va com4 Ta node Ta Ta .It Va com4 Ta node Ta Ta
Settings for the COM4 serial port device. Settings for the COM4 serial port device.
.It Va fwcfg Ta string Ta bhyve Ta .It Va fwcfg Ta string Ta bhyve Ta
The fwcfg type to be used. The fw_cfg type to be used.
Supported values are Supported values are
.Dq bhyve .Dq bhyve
for fwctl and for fwctl and
.Dq qemu .Dq qemu
for fwcfg. for fw_cfg.
.It Va pc-testdev Ta bool Ta false Ta .It Va pc-testdev Ta bool Ta false Ta
Enable the PC debug/test device. Enable the PC debug/test device.
.It Va pcireg.* Ta integer Ta Ta .It Va pcireg.* Ta integer Ta Ta
@@ -656,7 +657,7 @@ IEEE Extended Unique Identifier.
If an EUI is not provided, a default is generated using a checksum of the If an EUI is not provided, a default is generated using a checksum of the
device's PCI address. device's PCI address.
.It Va dsm Ta string Ta auto Ta .It Va dsm Ta string Ta auto Ta
Whether or not to advertise DataSet Management support. Whether or not to advertise Dataset Management support.
One of One of
.Dq auto , .Dq auto ,
.Dq enable , .Dq enable ,