diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-09-07 16:53:51 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-09-07 16:53:51 +0000 |
commit | 73f9163fb27b274326c5327a45a811f85b56c697 (patch) | |
tree | 4c78d6e6c637a0585b76410fe843bfc94f6ba69a | |
parent | 7dd6c9bfe0f5346c05b2c17c5d263ba14a8739eb (diff) |
more tab fixes
-rw-r--r-- | etc/etc.sparc64/MAKEDEV | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV index 695c4da815a..d1dfe6643f0 100644 --- a/etc/etc.sparc64/MAKEDEV +++ b/etc/etc.sparc64/MAKEDEV @@ -1,7 +1,7 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.16 2001/09/07 16:49:03 todd Exp $ +# $OpenBSD: MAKEDEV,v 1.17 2001/09/07 16:53:50 todd Exp $ # # Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -27,19 +27,19 @@ # # # Device "make" file. Valid arguments: -# all makes all known devices, including local devices. -# Tries to make the ``standard'' number of each type. +# all makes all known devices, including local devices. +# Tries to make the ``standard'' number of each type. # floppy devices to be put on install floppies # std standard devices # local configuration specific devices # # Tapes: # st* SCSI tapes -# ch* SCSI media changer +# ch* SCSI media changer # # Disks: -# wd* "winchester" disk drives (ST506,IDE,ESDI,RLL,...) -# fd* Floppy disk drives (3 1/2", 5 1/4") +# wd* "winchester" disk drives (ST506,IDE,ESDI,RLL,...) +# fd* Floppy disk drives (3 1/2", 5 1/4") # sd* SCSI disks # cd* SCSI cdrom drives # vnd* "file" pseudo-disks @@ -76,7 +76,7 @@ # tcx* # bpf* Berkeley Packet Filter # tun* network tunnel driver -# lkm loadable kernel modules interface +# lkm loadable kernel modules interface # *random inkernal random data source # PATH=/sbin:/usr/sbin:/bin:/usr/bin |