git: 99b3e6b2f4 - main - Fix a typo in driver name: nmve->nvme.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Nov 2021 21:12:22 UTC
The branch main has been updated by trhodes: URL: https://cgit.FreeBSD.org/doc/commit/?id=99b3e6b2f46d6a4aa2a530e30ef186e09392930d commit 99b3e6b2f46d6a4aa2a530e30ef186e09392930d Author: Tom Rhodes <trhodes@FreeBSD.org> AuthorDate: 2021-11-13 21:10:54 +0000 Commit: Tom Rhodes <trhodes@FreeBSD.org> CommitDate: 2021-11-13 21:10:54 +0000 Fix a typo in driver name: nmve->nvme. PR: 259803 Noticed by: Edward.Sanford.Sutton, III <mirror176@hotmail.com> --- website/content/en/releases/12.3R/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/12.3R/relnotes.adoc b/website/content/en/releases/12.3R/relnotes.adoc index 0d7b69ab84..c76331ad85 100644 --- a/website/content/en/releases/12.3R/relnotes.adoc +++ b/website/content/en/releases/12.3R/relnotes.adoc @@ -113,7 +113,7 @@ The man:automount[8] utility will now explicitly set the root path to `/` before The man:bectl[8] utility will now throw an error to prevent the creation of a boot environment with spaces. -The man:bhyve[8] utility had support for large IOs fixed in man:nmve[4] emulation. +The man:bhyve[8] utility had support for large IOs fixed in man:nvme[4] emulation. The man:cmp[1] utility received `-b`, `--print-bytes` flags to be compatible with GNU man:cmp[1].