"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
This commit is contained in:
Dag-Erling Smørgrav 2005-02-10 10:46:27 +00:00
parent ed5769e305
commit d67c43b3a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141615

View File

@ -63,7 +63,9 @@ struct kt {
{ "config", CONFIG },
{ "cpu", CPU },
{ "device", DEVICE },
{ "devices", DEVICE },
{ "nodevice", NODEVICE },
{ "nodevices", NODEVICE },
{ "env", ENV },
{ "hints", HINTS },
{ "ident", IDENT },