diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-10-12 13:21:44 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-10-12 13:21:44 +0000 |
| commit | 44c428d240ec28f87bbf91101ab2b54d0113b76d (patch) | |
| tree | a06967d4ae13c6a0183cb451c5992ce8c7746ebd /usr.sbin/config | |
| parent | a176c2aeafbb65a03497c0034da633563c287f06 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/config')
| -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 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 }, |
