diff options
-rw-r--r-- | share/man/man4/fdc.4 | 6 | ||||
-rw-r--r-- | share/man/man4/lpt.4 | 8 |
2 files changed, 7 insertions, 7 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 diff --git a/share/man/man4/lpt.4 b/share/man/man4/lpt.4 index 2a83b84..7591809 100644 --- a/share/man/man4/lpt.4 +++ b/share/man/man4/lpt.4 @@ -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" |