Fix usage of /& in conjunction with the .Cd macro.
This commit is contained in:
parent
124db10be1
commit
e6dccbdbed
@ -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
|
||||
|
@ -38,16 +38,16 @@ Generic printer device driver
|
||||
.Cd "device ppbus0"
|
||||
.Cd "device lpt0 at ppbus?"
|
||||
.Pp
|
||||
.Cd "device ppc0 at isa? port" \&"IO_LPT1\&" irq 7
|
||||
.Cd "device ppc1 at isa? port" \&"IO_LPT2\&" irq 7
|
||||
.Cd "device ppc2 at isa? port" \&"IO_LPT3\&" irq 7
|
||||
.Cd "device ppc0 at isa? port IO_LPT1 irq 7"
|
||||
.Cd "device ppc1 at isa? port IO_LPT2 irq 7"
|
||||
.Cd "device ppc2 at isa? port IO_LPT3 irq 7"
|
||||
.Pp
|
||||
For BIOS-probed ports:
|
||||
.Cd "device ppc0 at isa? port? irq 7"
|
||||
.Pp
|
||||
For polled ports:
|
||||
.Cd "device ppc0 at isa? port?"
|
||||
.Cd "device ppc1 at isa? port" \&"IO_LPT2\&"
|
||||
.Cd "device ppc1 at isa? port IO_LPT2"
|
||||
.Pp
|
||||
For DMA capable parallel port:
|
||||
.Cd "device ppc0 at isa? port? irq 7 drq 1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user