summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-09 01:15:55 +0000
committerpeter <peter@FreeBSD.org>2000-05-09 01:15:55 +0000
commitcb0c83701610783ecd2c1c198d6837d3e0d95a7a (patch)
treecfc26f1b05d9147e6653be9acad2f7a12805a123 /etc/MAKEDEV
parentb3799810901492f895382fab9a9d333ae7dcf9bb (diff)
downloadFreeBSD-src-cb0c83701610783ecd2c1c198d6837d3e0d95a7a.zip
FreeBSD-src-cb0c83701610783ecd2c1c198d6837d3e0d95a7a.tar.gz
Fix some whitespace brokeness.. (usio and ctx)
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 9fd1fd4..e4a047b 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -94,7 +94,7 @@
# ulpt* printer
# ugen* generic USB device
# urio* Diamond Rio 500
-# usio* USB serial devices
+# usio* USB serial devices
#
# SCSI devices (other than CD-ROM, tape and disk):
# ch* SCSI Media-Changer (juke box) driver
@@ -130,7 +130,7 @@
# tun* Tunneling IP device
# snp* tty snoop devices
# spigot Video Spigot video acquisition card
-# ctx* Cortex-I video acquisition card
+# ctx* Cortex-I video acquisition card
# meteor* Matrox Meteor video acquisition card (pci)
# bktr* Bt848 based video acquisition card (pci)
# labpc* National Instrument's Lab-PC and LAB-PC+
@@ -952,7 +952,7 @@ urio*)
usio*)
unit=`expr $i : 'usio\(.*\)'`
- minor=$(($minor + 128))
+ minor=$(($minor + 128))
mknod usio$unit c 138 $minor
;;
OpenPOWER on IntegriCloud