summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_mib.c
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-05-11 06:06:11 +0000
committerdd <dd@FreeBSD.org>2002-05-11 06:06:11 +0000
commit1a506b7f476d48d8568fcecc4847d3dcbad2f278 (patch)
tree566485310aaf5fcf65c3e31afc43e4b381c422df /sys/compat/linux/linux_mib.c
parent65ea494ab5396a74c2c86608540ceb5f32689d1a (diff)
downloadFreeBSD-src-1a506b7f476d48d8568fcecc4847d3dcbad2f278.zip
FreeBSD-src-1a506b7f476d48d8568fcecc4847d3dcbad2f278.tar.gz
sysctl -w -> sysctl
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 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=<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.
*/
OpenPOWER on IntegriCloud