Browse Source

more tab fixes

OPENBSD_3_0
todd 23 years ago
parent
commit
4911685131
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      src/etc/etc.sparc64/MAKEDEV

+ 7
- 7
src/etc/etc.sparc64/MAKEDEV View File

@ -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


Loading…
Cancel
Save