summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-05-29 19:36:55 +0000
committerphk <phk@FreeBSD.org>1999-05-29 19:36:55 +0000
commitd6f941931f3b27efea5914acfb3a9276695a03e7 (patch)
tree18a821e7c93c208a37b40f4c93fbcb303d7f4316 /etc/etc.i386
parentec6b8177b18fd5d7854aaf64177285851cdf52cd (diff)
downloadFreeBSD-src-d6f941931f3b27efea5914acfb3a9276695a03e7.zip
FreeBSD-src-d6f941931f3b27efea5914acfb3a9276695a03e7.tar.gz
Fix my DOC2k CHRDEV goof
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/MAKEDEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 772a85b..3625199 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -127,7 +127,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
-# $Id: MAKEDEV,v 1.197 1999/05/20 10:06:52 hm Exp $
+# $Id: MAKEDEV,v 1.198 1999/05/24 18:01:03 hm Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -302,7 +302,7 @@ ad*s*|od*s*|sd*s*|da*s*|vn*s*|wd*s*|afd*s*|wfd*s*|fla*s*)
case $i in
ad*s*) name=ad; blk=30; chr=116;;
afd*s*) name=afd; blk=32; chr=118;;
- fla*s*) name=fla; blk=28; chr=101;;
+ fla*s*) name=fla; blk=28; chr=102;;
od*s*) name=od; blk=4; chr=13;;
sd*s*) name=sd; blk=4; chr=13;;
da*s*) name=da; blk=4; chr=13;;
@@ -475,7 +475,7 @@ ad*|sd*|od*|da*|vn*|wd*|afd*|wfd*|fla*)
case $i in
ad*) name=ad; blk=30; chr=116;;
afd*) name=afd; blk=32; chr=118;;
- fla*) name=fla; blk=28; chr=101;;
+ fla*) name=fla; blk=28; chr=102;;
sd*) name=sd; blk=4; chr=13;;
od*) name=od; blk=4; chr=13;;
da*) name=da; blk=4; chr=13;;
OpenPOWER on IntegriCloud