sysctl: Fix typo in DDB help text example

This commit is contained in:
Justin Hibbits
2026-05-03 14:49:31 -04:00
parent dd97c3d83f
commit 9684027803
+1 -1
View File
@@ -3084,7 +3084,7 @@ db_sysctl_cmd_usage(void)
" \n"
"For example: \n"
"sysctl vm.v_free_min \n"
"vn.v_free_min: 12669 \n"
"vm.v_free_min: 12669 \n"
);
}