summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/lang.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/lang.l b/usr.sbin/config/lang.l
index 535ffcd..be6a24c 100644
--- a/usr.sbin/config/lang.l
+++ b/usr.sbin/config/lang.l
@@ -167,7 +167,7 @@ WORD [A-Za-z_][-A-Za-z_]*
return SEMICOLON;
}
#.* { /* Ignored (comment) */; }
-[ \t]* { /* Ignored (white space) */; }
+[ \t\f]* { /* Ignored (white space) */; }
";" { return SEMICOLON; }
"," { return COMMA; }
"=" { return EQUALS; }
OpenPOWER on IntegriCloud