summaryrefslogtreecommitdiffstats
path: root/share/man/man4/fdc.4
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-17 14:50:59 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-17 14:50:59 +0000
commitf35bf3ff842d4558b659fa292c224bbc7b8c4585 (patch)
tree82b2431df9b795a1b9a69de2b1fe39df71caefe5 /share/man/man4/fdc.4
parente938abcd10aee88631ab4573069ceefd456bf30f (diff)
downloadFreeBSD-src-f35bf3ff842d4558b659fa292c224bbc7b8c4585.zip
FreeBSD-src-f35bf3ff842d4558b659fa292c224bbc7b8c4585.tar.gz
Fix usage of /& in conjunction with the .Cd macro.
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 2e59de8..4b109b4 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 "device fdc0 at isa? port" \&"IO_FD1\&" "flags 0x1 irq 6 drq 2"
-.Cd "device fd0 at fdc0 drive 0
-.Cd "device fd1 at fdc0 drive 1
+.Cd "device fdc0 at isa? port IO_FD1 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