git: 8cad169020 - main - releases/15.0R/relnotes: smbios(4): Fix wording style of paragraph start
Olivier Certner <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/doc/commit/?id=8cad1690201e7aec0ad181849fe81369d18b1790 commit 8cad1690201e7aec0ad181849fe81369d18b1790 Author: Olivier Certner <[email protected]> AuthorDate: 2025-11-27 20:49:13 +0000 Commit: Olivier Certner <[email protected]> CommitDate: 2025-11-27 20:49:44 +0000 releases/15.0R/relnotes: smbios(4): Fix wording style of paragraph start Previous style was arguably quite telegraphic and more similar to a commit's first line. Replace the header sentence with a true one, as is done elsewhere. Sponsored by: The FreeBSD Foundation --- website/content/en/releases/15.0R/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index 348b710a4f..4713be41c4 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -788,7 +788,7 @@ A new cellular modem driver supports USB network devices implementing the Mobile The accompanying man:umbctl[8] tool is used to display or set MBIM cellular modem interface parameters (4G/LTE). gitref:0f1bf1c22a0c[repository=src] (Sponsored by The FreeBSD Foundation) -man:smbios[4]: Search for the SMBIOS v3 (64-bit) entry point first also on BIOS boot. +man:smbios[4] now searches for the SMBIOS v3 (64-bit) entry point first also if booted from BIOS. This allows to detect and report the proper SMBIOS version with BIOSes that only provide the v3 table, as happens on Hetzner virtual machines. For machines that provide both, leverage the v3 table in priority consistently with the EFI case. gitref:bc7f6508363c[repository=src]