aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2025-11-10 01:35:20 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2025-11-10 01:35:20 +0000
commit80ca573fc4e65db6f17cb476b6e857fe06b2e3d8 (patch)
tree28745877c911ffa35db002255acd839ea2db9404
parentc3d2b68c6933d0610bc3e09e9b94f963b4dc85aa (diff)
geom_zero.4: typo
-rw-r--r--share/man/man4/geom_zero.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/geom_zero.4 b/share/man/man4/geom_zero.4
index 8da09b1473c9..82e74618515f 100644
--- a/share/man/man4/geom_zero.4
+++ b/share/man/man4/geom_zero.4
@@ -78,7 +78,7 @@ If set to
.Nm
will not copy any data into the read data buffers
and just return the read data buffers as they are without modifying them.
-In particular, it will not not fill the read buffer with the value of
+In particular, it will not fill the read buffer with the value of
.Va kern.geom.zero.byte .
This is useful for read benchmarking to reduce the measurement noise
caused by extra memory initialization.