summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/MAKEDEV4
-rw-r--r--etc/etc.i386/MAKEDEV4
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index f1827909a0b7..3d01dbd2fa6e 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -71,7 +71,7 @@
# tw* xten power controller
# snd* various sound cards
#
-# $Id: MAKEDEV,v 1.19 1993/12/18 01:19:02 ache Exp $
+# $Id: MAKEDEV,v 1.20 1993/12/21 05:49:28 ache Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -119,7 +119,7 @@ wt*)
umask 2 ; u=`expr $i : '..\(.*\)'`
if [ x$u = x ]; then u=0; fi
rm -f r[Ww]t$u nr[Ww]t$u r[Ww]t$u[a-f] nr[Ww]t$u[a-f]
- mknod rwt${u} c 10 `expr 0 + $u`# default density, 512b blocks
+ mknod rwt${u} c 10 `expr 0 + $u` # default density, 512b blocks
mknod nrwt${u} c 10 `expr 4 + $u`
# mknod rWt${u} c 10 `expr 64 + $u` # default density, 1024b blocks
# mknod nrWt${u} c 10 `expr 68 + $u`
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index f1827909a0b7..3d01dbd2fa6e 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -71,7 +71,7 @@
# tw* xten power controller
# snd* various sound cards
#
-# $Id: MAKEDEV,v 1.19 1993/12/18 01:19:02 ache Exp $
+# $Id: MAKEDEV,v 1.20 1993/12/21 05:49:28 ache Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -119,7 +119,7 @@ wt*)
umask 2 ; u=`expr $i : '..\(.*\)'`
if [ x$u = x ]; then u=0; fi
rm -f r[Ww]t$u nr[Ww]t$u r[Ww]t$u[a-f] nr[Ww]t$u[a-f]
- mknod rwt${u} c 10 `expr 0 + $u`# default density, 512b blocks
+ mknod rwt${u} c 10 `expr 0 + $u` # default density, 512b blocks
mknod nrwt${u} c 10 `expr 4 + $u`
# mknod rWt${u} c 10 `expr 64 + $u` # default density, 1024b blocks
# mknod nrWt${u} c 10 `expr 68 + $u`