From 1a506b7f476d48d8568fcecc4847d3dcbad2f278 Mon Sep 17 00:00:00 2001
From: dd
Date: Sat, 11 May 2002 06:06:11 +0000
Subject: sysctl -w -> sysctl
---
sys/compat/linux/linux_mib.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'sys/compat/linux')
diff --git a/sys/compat/linux/linux_mib.c b/sys/compat/linux/linux_mib.c
index 5ebb35c..d9cdd07 100644
--- a/sys/compat/linux/linux_mib.c
+++ b/sys/compat/linux/linux_mib.c
@@ -316,9 +316,9 @@ linux_debug(int syscall, int toggle, int global)
}
/*
- * Usage: sysctl -w linux.debug=.<0/1>
+ * Usage: sysctl linux.debug=.<0/1>
*
- * E.g.: sysctl -w linux.debug=21.0
+ * E.g.: sysctl linux.debug=21.0
*
* As a special case, syscall "all" will apply to all syscalls globally.
*/
--
cgit v1.1