aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sicontrol
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1995-08-22 00:41:05 +0000
committerPeter Wemm <peter@FreeBSD.org>1995-08-22 00:41:05 +0000
commit9d33b1ab7062c82048dc3ca987fe57055e8bb489 (patch)
tree9627e4a3fa6c84e31a477ce11beb94afe63e830f /usr.sbin/sicontrol
parent7852d4b66003b030b02c98254467c36fbb95ba23 (diff)
downloadsrc-9d33b1ab7062c82048dc3ca987fe57055e8bb489.tar.gz
src-9d33b1ab7062c82048dc3ca987fe57055e8bb489.zip
Notes
Diffstat (limited to 'usr.sbin/sicontrol')
-rw-r--r--usr.sbin/sicontrol/sicontrol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sicontrol/sicontrol.c b/usr.sbin/sicontrol/sicontrol.c
index a09a4e963fe5..0924ee0f1d93 100644
--- a/usr.sbin/sicontrol/sicontrol.c
+++ b/usr.sbin/sicontrol/sicontrol.c
@@ -30,7 +30,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id: sicontrol.c,v 1.1 1995/08/13 15:24:23 peter Exp $
+ * $Id: sicontrol.c,v 1.2 1995/08/14 01:56:17 peter Exp $
*/
#include <stdio.h>
@@ -59,7 +59,7 @@ struct lv {
"param", DBG_PARAM,
"modem", DBG_MODEM,
"select", DBG_SELECT,
- "direct", DBG_DIRECT,
+ "optim", DBG_OPTIM,
"intr", DBG_INTR,
"start", DBG_START,
"lstart", DBG_LSTART,