From 85471cb3ce014b07a43d213e5bf1e14542223cfd Mon Sep 17 00:00:00 2001 From: des Date: Thu, 10 Feb 2005 10:46:27 +0000 Subject: "device" and "nodevice" lines can actually specify more than one device (separated by commas), so add "devices" and "nodevices" as aliases. MFC after: 2 weeks --- usr.sbin/config/lang.l | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/config') diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l index f433220..39f3bd6 100644 --- a/usr.sbin/config/lang.l +++ b/usr.sbin/config/lang.l @@ -63,7 +63,9 @@ struct kt { { "config", CONFIG }, { "cpu", CPU }, { "device", DEVICE }, + { "devices", DEVICE }, { "nodevice", NODEVICE }, + { "nodevices", NODEVICE }, { "env", ENV }, { "hints", HINTS }, { "ident", IDENT }, -- cgit v1.1