summaryrefslogtreecommitdiffstats
path: root/share/man/man4/fdc.4
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-17 08:08:33 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-17 08:08:33 +0000
commit83a44df7a997e583aefbe9e06a7a0e1d9f927339 (patch)
tree668e50a2405425a3cd6b2c3f0f4921499ecebbe7 /share/man/man4/fdc.4
parent780b88254a0ed912c8ff23ed5fbbf481d9fcce63 (diff)
downloadFreeBSD-src-83a44df7a997e583aefbe9e06a7a0e1d9f927339.zip
FreeBSD-src-83a44df7a997e583aefbe9e06a7a0e1d9f927339.tar.gz
Discourage usage of controller in kernel config files. Reflect this
by changing ``controller'' to ``device'' as per GENERIC and LINT.
Diffstat (limited to 'share/man/man4/fdc.4')
-rw-r--r--share/man/man4/fdc.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4
index f837eb0..a159754 100644
--- a/share/man/man4/fdc.4
+++ b/share/man/man4/fdc.4
@@ -34,9 +34,9 @@
.Nd
PC architecture floppy disk controller driver
.Sh SYNOPSIS
-.Cd "controller fdc0 at isa? port" \&"IO_FD1\&" "bio flags 0x1 irq 6 drq 2"
-.Cd "disk fd0 at fdc0 drive 0
-.Cd "disk fd1 at fdc0 drive 1
+.Cd "device fdc0 at isa? port" \&"IO_FD1\&" "bio flags 0x1 irq 6 drq 2"
+.Cd "device fd0 at fdc0 drive 0
+.Cd "device fd1 at fdc0 drive 1
.Sh DESCRIPTION
This driver provides access to floppy disk drives and QIC40/80 tapedrives.
In /dev for each floppy device a number of minor devices are present. The
OpenPOWER on IntegriCloud