summaryrefslogtreecommitdiff
path: root/usr.sbin/config/scan.l
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-29 17:06:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-29 17:06:55 +0000
commitfe27f6178d9e19f55b8912e43040f3d98a26e1fa (patch)
treea5f13662d21bff88551a3246ff25ec47107ac273 /usr.sbin/config/scan.l
parent5f64f24967a53cc1dbf8d4f4fdf94d96b419afd4 (diff)
make "option" an alias for "options"
Diffstat (limited to 'usr.sbin/config/scan.l')
-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; }