aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2021-11-13 21:10:54 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2021-11-13 21:10:54 +0000
commit99b3e6b2f46d6a4aa2a530e30ef186e09392930d (patch)
tree567ffde46acd28b3db33cb13914ea438294e2f08
parent420d4b53dc03bb7c42bba274b6d495181d720e9a (diff)
downloaddoc-99b3e6b2f46d6a4aa2a530e30ef186e09392930d.tar.gz
doc-99b3e6b2f46d6a4aa2a530e30ef186e09392930d.zip
Fix a typo in driver name: nmve->nvme.
PR: 259803 Noticed by: Edward.Sanford.Sutton, III <mirror176@hotmail.com>
-rw-r--r--website/content/en/releases/12.3R/relnotes.adoc2
1 files changed, 1 insertions, 1 deletions
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].