git: 659e00221a - main - 14.0 relnotes: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Nov 2023 16:20:51 UTC
The branch main has been updated by karels:
URL: https://cgit.FreeBSD.org/doc/commit/?id=659e00221ab6c1d27733dc5ce4bba8fb206895ae
commit 659e00221ab6c1d27733dc5ce4bba8fb206895ae
Author: Mike Karels <karels@FreeBSD.org>
AuthorDate: 2023-11-10 16:19:23 +0000
Commit: Mike Karels <karels@FreeBSD.org>
CommitDate: 2023-11-10 16:20:19 +0000
14.0 relnotes: fix typo
s/passthough/passthrough/
---
website/content/en/releases/14.0R/relnotes.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/content/en/releases/14.0R/relnotes.adoc b/website/content/en/releases/14.0R/relnotes.adoc
index 561b06be8b..97301a7faa 100644
--- a/website/content/en/releases/14.0R/relnotes.adoc
+++ b/website/content/en/releases/14.0R/relnotes.adoc
@@ -181,7 +181,7 @@ The man:bhyve[8] hypervisor now has optional TPM (Trusted Platform Module) passt
This is not direct access, but commands from the guest are forwarded to the physical TPM.
gitref:67c26eb2a57c[repository=src]
-GPU passthough has been improved in man:bhyve[8] for AMD and Intel GPUs.
+GPU passthrough has been improved in man:bhyve[8] for AMD and Intel GPUs.
This is a work in progress; passthrough does not work in all cases, and the configuration is not yet documented.
The man:cpuset[1] utility has been moved from [.filename]#/usr/bin# to [.filename]#/bin# so that it is always available during startup processing.