From 80ca573fc4e65db6f17cb476b6e857fe06b2e3d8 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Mon, 10 Nov 2025 01:35:20 +0000 Subject: [PATCH] geom_zero.4: typo --- share/man/man4/geom_zero.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/geom_zero.4 b/share/man/man4/geom_zero.4 index 8da09b1473c..82e74618515 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.