From 203d8c21fbf27ab554335cbbf6467ec23b9ecfe7 Mon Sep 17 00:00:00 2001 From: Keith Nash Date: Tue, 6 Oct 2020 21:55:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d7420..7d83728 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Some users with atypical hardware environments may need to modify the script and ## FreeBSD / FreeNAS Notes -Before using the script on FreeBSD systems (including FreeNAS) you must first execute this ´sysctl´ command to alter the kernel's geometry debug flags. This allows `badblocks` to write to the entire disk: +Before using the script on FreeBSD systems (including FreeNAS) you must first execute this `sysctl` command to alter the kernel's geometry debug flags. This allows `badblocks` to write to the entire disk: `sysctl kern.geom.debugflags=0x10`