aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-10-12 13:21:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-10-12 13:21:44 +0000
commit44c428d240ec28f87bbf91101ab2b54d0113b76d (patch)
treea06967d4ae13c6a0183cb451c5992ce8c7746ebd /usr.sbin/config
parenta176c2aeafbb65a03497c0034da633563c287f06 (diff)
Notes
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/lang.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l
index a15dfe38b728c..801d5082a8593 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 },