summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-29 17:06:54 +0000
committerderaadt <deraadt@openbsd.org>1996-06-29 17:06:54 +0000
commit658c00b9aca8d9554f87c7459f5aee831d2c539a (patch)
tree7f35a3e5e8b2009c61edb40988d2945f623bfc52
parentINST requires ncr. (diff)
downloadwireguard-openbsd-658c00b9aca8d9554f87c7459f5aee831d2c539a.tar.xz
wireguard-openbsd-658c00b9aca8d9554f87c7459f5aee831d2c539a.zip
make "option" an alias for "options"
-rw-r--r--usr.sbin/config/scan.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/config/scan.l b/usr.sbin/config/scan.l
index d79648c34d7..6a6009867ed 100644
--- a/usr.sbin/config/scan.l
+++ b/usr.sbin/config/scan.l
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: scan.l,v 1.3 1996/04/21 23:40:23 deraadt Exp $ */
+/* $OpenBSD: scan.l,v 1.4 1996/06/29 17:06:54 deraadt Exp $ */
/* $NetBSD: scan.l,v 1.4 1996/03/17 06:29:35 cgd Exp $ */
/*
@@ -104,6 +104,7 @@ maxpartitions { return MAXPARTITIONS; }
minor { return MINOR; }
on { return ON; }
options { return OPTIONS; }
+option { return OPTIONS; }
"pseudo-device" { return PSEUDO_DEVICE; }
root { return ROOT; }
swap { return SWAP; }