summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-12 13:21:44 +0000
committerphk <phk@FreeBSD.org>2004-10-12 13:21:44 +0000
commit54754444296af76a9bfb6854b74c6df74b5411fe (patch)
treea06967d4ae13c6a0183cb451c5992ce8c7746ebd /usr.sbin/config
parent30124ad8837dc84bb315a5a390b05d30636bada2 (diff)
downloadFreeBSD-src-54754444296af76a9bfb6854b74c6df74b5411fe.zip
FreeBSD-src-54754444296af76a9bfb6854b74c6df74b5411fe.tar.gz
We accept both "option" and "options" so also accept both "nooption"
and "nooptions".
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 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 },
OpenPOWER on IntegriCloud