diff options
-rw-r--r-- | usr.sbin/config/lang.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l index a15dfe3..801d508 100644 --- a/usr.sbin/config/lang.l +++ b/usr.sbin/config/lang.l @@ -75,6 +75,7 @@ struct kt { { "option", OPTIONS }, { "options", OPTIONS }, { "nooption", NOOPTION }, + { "nooptions", NOOPTION }, { "include", INCLUDE }, { "files", FILES }, { 0, 0 }, |