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 ++-- sys/conf/kern.post.mk | 2 +- sys/dev/bktr/bktr_card.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') 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. */ diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk index 99d2ff5..d2f8bee 100644 --- a/sys/conf/kern.post.mk +++ b/sys/conf/kern.post.mk @@ -151,7 +151,7 @@ kernel-install: fi ; \ mv ${DESTDIR}${KODIR} ${DESTDIR}${KODIR}.old ; \ if [ "$$thiskernel" = ${DESTDIR}${KODIR}/${KERNEL_KO} ] ; then \ - sysctl -w kern.bootfile=${DESTDIR}${KODIR}.old/${KERNEL_KO} ; \ + sysctl kern.bootfile=${DESTDIR}${KODIR}.old/${KERNEL_KO} ; \ fi; \ fi .endif diff --git a/sys/dev/bktr/bktr_card.h b/sys/dev/bktr/bktr_card.h index 272636f..41ec198 100644 --- a/sys/dev/bktr/bktr_card.h +++ b/sys/dev/bktr/bktr_card.h @@ -54,7 +54,7 @@ * eg options BKTR_OVERRIDE CARD=1 * * or using the sysclt hw.bt848.card - * eg sysctl -w hw.bt848.card=1 + * eg sysctl hw.bt848.card=1 * * where is one of the following card defines. */ -- cgit v1.1