git: 96840278032f - main - sysctl: Fix typo in DDB help text example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 May 2026 19:11:55 UTC
The branch main has been updated by jhibbits:
URL: https://cgit.FreeBSD.org/src/commit/?id=96840278032f856669597129e9d16c818e40dc15
commit 96840278032f856669597129e9d16c818e40dc15
Author: Justin Hibbits <jhibbits@FreeBSD.org>
AuthorDate: 2026-05-03 18:49:31 +0000
Commit: Justin Hibbits <jhibbits@FreeBSD.org>
CommitDate: 2026-05-03 19:09:28 +0000
sysctl: Fix typo in DDB help text example
---
sys/kern/kern_sysctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c
index 4adbd71fae24..07c137b1e5ab 100644
--- a/sys/kern/kern_sysctl.c
+++ b/sys/kern/kern_sysctl.c
@@ -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"
);
}