summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-23 16:13:26 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-23 16:13:26 +0000
commit6cf0cbdb7e2e5e586ec491168c243ccb45be5091 (patch)
tree38b824d2675c00df6e98097772712247c60f831c /share
parent744b2db779eeb160fd4d27aa7948b336a48e6f8a (diff)
downloadFreeBSD-src-6cf0cbdb7e2e5e586ec491168c243ccb45be5091.zip
FreeBSD-src-6cf0cbdb7e2e5e586ec491168c243ccb45be5091.tar.gz
Second round of config related changes to the manpages.
device blah0 -> device blah for PCI devices and busses.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/pt.42
-rw-r--r--share/man/man4/rl.42
-rw-r--r--share/man/man4/sa.42
-rw-r--r--share/man/man4/sbc.42
-rw-r--r--share/man/man4/scsi.414
-rw-r--r--share/man/man4/sf.44
-rw-r--r--share/man/man4/si.42
-rw-r--r--share/man/man4/sis.44
-rw-r--r--share/man/man4/sk.42
-rw-r--r--share/man/man4/smb.42
-rw-r--r--share/man/man4/smbus.46
-rw-r--r--share/man/man4/snd_sbc.42
-rw-r--r--share/man/man4/ste.44
-rw-r--r--share/man/man4/ti.42
-rw-r--r--share/man/man4/tl.44
-rw-r--r--share/man/man4/uhci.42
-rw-r--r--share/man/man4/ukbd.42
-rw-r--r--share/man/man4/umass.42
-rw-r--r--share/man/man4/ums.42
-rw-r--r--share/man/man4/usb.42
-rw-r--r--share/man/man4/vpo.42
-rw-r--r--share/man/man4/vr.44
-rw-r--r--share/man/man4/wb.44
-rw-r--r--share/man/man4/wst.42
-rw-r--r--share/man/man4/xl.44
25 files changed, 40 insertions, 40 deletions
diff --git a/share/man/man4/pt.4 b/share/man/man4/pt.4
index 4cb1830..32edfcb 100644
--- a/share/man/man4/pt.4
+++ b/share/man/man4/pt.4
@@ -32,7 +32,7 @@
.Nm pt
.Nd SCSI processor type driver
.Sh SYNOPSIS
-.Cd device pt0
+.Cd device pt
.Cd device pt1 at scbus0 target 3 unit 0
.Sh DESCRIPTION
The
diff --git a/share/man/man4/rl.4 b/share/man/man4/rl.4
index f3830ef..5538e5f 100644
--- a/share/man/man4/rl.4
+++ b/share/man/man4/rl.4
@@ -38,7 +38,7 @@
.Nd
RealTek 8129/8139 fast ethernet device driver
.Sh SYNOPSIS
-.Cd "device rl0"
+.Cd "device rl"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/sa.4 b/share/man/man4/sa.4
index a24053d..1d0a013 100644
--- a/share/man/man4/sa.4
+++ b/share/man/man4/sa.4
@@ -32,7 +32,7 @@
.Nm sa
.Nd SCSI Sequential Access Device Driver
.Sh SYNOPSIS
-.Cd device sa0
+.Cd device sa
.Cd device sa1 at scbus0 target 4 unit 0
.Sh DESCRIPTION
The
diff --git a/share/man/man4/sbc.4 b/share/man/man4/sbc.4
index 2e00f65..0d8c8e3 100644
--- a/share/man/man4/sbc.4
+++ b/share/man/man4/sbc.4
@@ -33,7 +33,7 @@
.Nd Creative Sound Blaster ISA and compatible bridge device driver
.Sh SYNOPSIS
For PnP cards:
-.Cd "device sbc0"
+.Cd "device sbc"
.Pp
For non-PnP cards:
.Cd "device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15"
diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4
index 53e859e..401da72 100644
--- a/share/man/man4/scsi.4
+++ b/share/man/man4/scsi.4
@@ -32,16 +32,16 @@
.Nm CAM
.Nd CAM SCSI subsystem
.Sh SYNOPSIS
-.Cd "device scbus0"
+.Cd "device scbus"
.Cd "device scbus1 at ahc0"
.Cd "device scbus3 at ahc1 bus 0"
.Cd "device scbus2 at ahc1 bus 1"
-.Cd "device cd0"
-.Cd "device ch0"
-.Cd "device da0"
-.Cd "device pass0"
-.Cd "device pt0"
-.Cd "device sa0"
+.Cd "device cd"
+.Cd "device ch"
+.Cd "device da"
+.Cd "device pass"
+.Cd "device pt"
+.Cd "device sa"
.Cd "device ch1 at scbus0 target 4 unit 0"
.Cd options CAMDEBUG
.Cd options CAM_DEBUG_BUS=-1
diff --git a/share/man/man4/sf.4 b/share/man/man4/sf.4
index a539326..0147e10 100644
--- a/share/man/man4/sf.4
+++ b/share/man/man4/sf.4
@@ -38,8 +38,8 @@
.Nd
Adaptec AIC-6915 "Starfire" PCI fast ethernet adapter driver
.Sh SYNOPSIS
-.Cd "device miibus0"
-.Cd "device sf0"
+.Cd "device miibus"
+.Cd "device sf"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/si.4 b/share/man/man4/si.4
index 914f195..74cd088 100644
--- a/share/man/man4/si.4
+++ b/share/man/man4/si.4
@@ -6,7 +6,7 @@
.Nm si
.Nd Driver for Specialix International SI/XIO or SX intelligent serial card.
.Sh SYNOPSIS
-.Cd "device si0"
+.Cd "device si"
.Cd "device si0 at isa? irq 12 iomem 0xd0000"
.Sh DESCRIPTION
The Specialix SI/XIO and SX hardware makes up an 8 to 32 port RS-232 serial
diff --git a/share/man/man4/sis.4 b/share/man/man4/sis.4
index af851c6..8e4a7a1 100644
--- a/share/man/man4/sis.4
+++ b/share/man/man4/sis.4
@@ -38,8 +38,8 @@
.Nd
Silicon Integrated Systems fast ethernet device driver
.Sh SYNOPSIS
-.Cd "device miibus0"
-.Cd "device sis0"
+.Cd "device miibus"
+.Cd "device sis"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/sk.4 b/share/man/man4/sk.4
index b52a299..b7c0e0d 100644
--- a/share/man/man4/sk.4
+++ b/share/man/man4/sk.4
@@ -38,7 +38,7 @@
.Nd
SysKonnect SK-984x PCI gigabit ethernet adapter driver
.Sh SYNOPSIS
-.Cd "device sk0"
+.Cd "device sk"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/smb.4 b/share/man/man4/smb.4
index b042cf9..95ec1fd 100644
--- a/share/man/man4/smb.4
+++ b/share/man/man4/smb.4
@@ -32,7 +32,7 @@
.Nd
SMB generic i/o device driver
.Sh SYNOPSIS
-.Cd "device smb0 at smbus?"
+.Cd "device smb"
.Sh DESCRIPTION
The
.Em smb
diff --git a/share/man/man4/smbus.4 b/share/man/man4/smbus.4
index c91aa73..a572591 100644
--- a/share/man/man4/smbus.4
+++ b/share/man/man4/smbus.4
@@ -32,10 +32,10 @@
.Nd
System Management Bus
.Sh SYNOPSIS
-.Cd "device smbus0"
+.Cd "device smbus"
.Pp
-.Cd "device iicsmb0 at iicbus?"
-.Cd "device bktr0"
+.Cd "device iicsmb"
+.Cd "device bktr"
.Sh DESCRIPTION
The
.Em smbus
diff --git a/share/man/man4/snd_sbc.4 b/share/man/man4/snd_sbc.4
index 2e00f65..0d8c8e3 100644
--- a/share/man/man4/snd_sbc.4
+++ b/share/man/man4/snd_sbc.4
@@ -33,7 +33,7 @@
.Nd Creative Sound Blaster ISA and compatible bridge device driver
.Sh SYNOPSIS
For PnP cards:
-.Cd "device sbc0"
+.Cd "device sbc"
.Pp
For non-PnP cards:
.Cd "device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15"
diff --git a/share/man/man4/ste.4 b/share/man/man4/ste.4
index b942f24..8a6b223 100644
--- a/share/man/man4/ste.4
+++ b/share/man/man4/ste.4
@@ -38,8 +38,8 @@
.Nd
Sundance Technologies ST201 fast ethernet device driver
.Sh SYNOPSIS
-.Cd "device miibus0"
-.Cd "device ste0"
+.Cd "device miibus"
+.Cd "device ste"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4
index 3d12ae6..11c7068 100644
--- a/share/man/man4/ti.4
+++ b/share/man/man4/ti.4
@@ -38,7 +38,7 @@
.Nd
Alteon Networks Tigon I and Tigon II gigabit ethernet driver
.Sh SYNOPSIS
-.Cd "device ti0"
+.Cd "device ti"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4
index adae894..90f9fbd 100644
--- a/share/man/man4/tl.4
+++ b/share/man/man4/tl.4
@@ -38,8 +38,8 @@
.Nd
Texas Instruments ThunderLAN ethernet device driver
.Sh SYNOPSIS
-.Cd "device miibus0"
-.Cd "device tl0"
+.Cd "device miibus"
+.Cd "device tl"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/uhci.4 b/share/man/man4/uhci.4
index 9b1defb..f963bcd 100644
--- a/share/man/man4/uhci.4
+++ b/share/man/man4/uhci.4
@@ -39,7 +39,7 @@
.Nd
UHCI USB Host Controller Driver
.Sh SYNOPSIS
-.Cd "device uhci0"
+.Cd "device uhci"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ukbd.4 b/share/man/man4/ukbd.4
index 56a8020..6a0fb35 100644
--- a/share/man/man4/ukbd.4
+++ b/share/man/man4/ukbd.4
@@ -37,7 +37,7 @@
.Nm ukbd
.Nd USB keyboard driver
.Sh SYNOPSIS
-.Cd "device ukbd0"
+.Cd "device ukbd"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/umass.4 b/share/man/man4/umass.4
index 1507982..e2f2010 100644
--- a/share/man/man4/umass.4
+++ b/share/man/man4/umass.4
@@ -37,7 +37,7 @@
.Nm umass
.Nd USB Mass Storage Devices Driver
.Sh SYNOPSIS
-.Cd "device umass0"
+.Cd "device umass"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/ums.4 b/share/man/man4/ums.4
index 7a254e8..6871be3 100644
--- a/share/man/man4/ums.4
+++ b/share/man/man4/ums.4
@@ -37,7 +37,7 @@
.Nm ums
.Nd USB mouse driver
.Sh SYNOPSIS
-.Cd "device ums0"
+.Cd "device ums"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4
index 4657634..a6db0a1 100644
--- a/share/man/man4/usb.4
+++ b/share/man/man4/usb.4
@@ -37,7 +37,7 @@
.Nm usb
.Nd Universal Serial Bus
.Sh SYNOPSIS
-.Cd "device usb0"
+.Cd "device usb"
.Sh DESCRIPTION
.Fx
provides machine-independent bus support and drivers for
diff --git a/share/man/man4/vpo.4 b/share/man/man4/vpo.4
index b453c46..cce6669 100644
--- a/share/man/man4/vpo.4
+++ b/share/man/man4/vpo.4
@@ -32,7 +32,7 @@
.Nd
Parallel to SCSI interface driver
.Sh SYNOPSIS
-.Cd "device vpo at ppbus?"
+.Cd "device vpo"
.Pp
For one or more SCSI busses:
.Cd "device scbus0 at vpo0"
diff --git a/share/man/man4/vr.4 b/share/man/man4/vr.4
index 70c0f8e..248b1c5 100644
--- a/share/man/man4/vr.4
+++ b/share/man/man4/vr.4
@@ -38,8 +38,8 @@
.Nd
VIA Technologies VT3043 and VT86C100A ethernet device driver
.Sh SYNOPSIS
-.Cd "device miibus0"
-.Cd "device vr0"
+.Cd "device miibus"
+.Cd "device vr"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/wb.4 b/share/man/man4/wb.4
index 0a03b9a..5dbcb28 100644
--- a/share/man/man4/wb.4
+++ b/share/man/man4/wb.4
@@ -38,8 +38,8 @@
.Nd
Winbond W89C840F fast ethernet device driver
.Sh SYNOPSIS
-.Cd "device miibus0"
-.Cd "device wb0"
+.Cd "device miibus"
+.Cd "device wb"
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/wst.4 b/share/man/man4/wst.4
index 79cdef9..6ce6852 100644
--- a/share/man/man4/wst.4
+++ b/share/man/man4/wst.4
@@ -32,7 +32,7 @@
.Nd ATAPI Tape drive
.Sh SYNOPSIS
.Cd options ATAPI
-.Cd device wst0
+.Cd device wst
.Sh DESCRIPTION
The
.Mn
diff --git a/share/man/man4/xl.4 b/share/man/man4/xl.4
index 85bbf47..8742507 100644
--- a/share/man/man4/xl.4
+++ b/share/man/man4/xl.4
@@ -38,8 +38,8 @@
.Nd
3Com Etherlink XL and Fast Etherlink XL ethernet device driver
.Sh SYNOPSIS
-.Cd "device miibus0"
-.Cd "device xl0"
+.Cd "device miibus"
+.Cd "device xl"
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud