summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_mib.c
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-05-11 06:06:11 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-05-11 06:06:11 +0000
commitb90faaf350871871d461e9bdcd6b70eb11919869 (patch)
tree566485310aaf5fcf65c3e31afc43e4b381c422df /sys/compat/linux/linux_mib.c
parentff8ac0d53cf00dab08a818e4ba25e6d337319f8f (diff)
Notes
Diffstat (limited to 'sys/compat/linux/linux_mib.c')
-rw-r--r--sys/compat/linux/linux_mib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_mib.c b/sys/compat/linux/linux_mib.c
index 5ebb35c4937f..d9cdd076124c 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=<syscall_nr>.<0/1>
+ * Usage: sysctl linux.debug=<syscall_nr>.<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.
*/