diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-25 08:42:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-25 08:42:39 +0000 |
commit | 6486637a6bf5ed573fb5c731b38f60ce655d9b81 (patch) | |
tree | a599fd75070aacc352535fbe7cdf636cdb66ab61 /sys | |
parent | 6f96585c9df4243ccf9c1dc2d8e1617dcbf5fb4b (diff) |
remove -w option to sysctl;
diffs from Paul de Weerd;
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/bktr/bktr_card.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/bktr/bktr_card.h b/sys/dev/pci/bktr/bktr_card.h index 5de5fd54161..9f14c6a35ad 100644 --- a/sys/dev/pci/bktr/bktr_card.h +++ b/sys/dev/pci/bktr/bktr_card.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bktr_card.h,v 1.2 2002/03/14 03:16:06 millert Exp $ */ +/* $OpenBSD: bktr_card.h,v 1.3 2004/02/25 08:42:38 jmc Exp $ */ /* $FreeBSD: src/sys/dev/bktr/bktr_card.h,v 1.4 2000/06/26 09:41:31 roger Exp $ */ /* @@ -54,8 +54,8 @@ * options BKTR_OVERRIDE_CARD <card type> * eg options BKTR_OVERRIDE CARD=1 * - * or using the sysclt hw.bt848.card - * eg sysctl -w hw.bt848.card=1 + * or using the sysctl hw.bt848.card + * eg sysctl hw.bt848.card=1 * * where <card type> is one of the following card defines. */ |