diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-02-01 19:54:23 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-02-01 19:54:23 +0000 |
| commit | f552063e6cb74d37c1a0305fe0d7a8dfc7268824 (patch) | |
| tree | 473780693c6a755b25d2fd7335256eeaaaf1922f | |
| parent | c37ddbb8bd3e336ded89b60c037378399d3162ad (diff) | |
Notes
| -rw-r--r-- | share/man/man4/ahb.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/fpa.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/ahb.4 | 2 | ||||
| -rw-r--r-- | share/man/man4/man4.i386/vx.4 | 4 |
4 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man4/ahb.4 b/share/man/man4/ahb.4 index 46957d328a63..3fba92e48f85 100644 --- a/share/man/man4/ahb.4 +++ b/share/man/man4/ahb.4 @@ -32,7 +32,7 @@ .Nm ahb .Nd Adaptec EISA SCSI host adapter driver .Sh SYNOPSIS -.Cd controller ahb0 at isa? bio irq ? vector ahbintr +.Cd controller ahb0 .Cd controller scbus0 at ahb0 .Sh DESCRIPTION This driver provides access to the diff --git a/share/man/man4/fpa.4 b/share/man/man4/fpa.4 index 51842fb9fe7e..35bb3a7af5a7 100644 --- a/share/man/man4/fpa.4 +++ b/share/man/man4/fpa.4 @@ -14,7 +14,7 @@ .Nd Device Drivers for DEC FDDI Controllers .Sh SYNOPSIS .Cd "device fpa0" -.Cd "device fea0 at isa? net irq ? vector feaintr" +.Cd "device fea0" .Pp FreeBSD only: .Cd "pseudo-device fddi" diff --git a/share/man/man4/man4.i386/ahb.4 b/share/man/man4/man4.i386/ahb.4 index 46957d328a63..3fba92e48f85 100644 --- a/share/man/man4/man4.i386/ahb.4 +++ b/share/man/man4/man4.i386/ahb.4 @@ -32,7 +32,7 @@ .Nm ahb .Nd Adaptec EISA SCSI host adapter driver .Sh SYNOPSIS -.Cd controller ahb0 at isa? bio irq ? vector ahbintr +.Cd controller ahb0 .Cd controller scbus0 at ahb0 .Sh DESCRIPTION This driver provides access to the diff --git a/share/man/man4/man4.i386/vx.4 b/share/man/man4/man4.i386/vx.4 index 95152a3f7c39..e6d78aa9cf68 100644 --- a/share/man/man4/man4.i386/vx.4 +++ b/share/man/man4/man4.i386/vx.4 @@ -36,9 +36,7 @@ .Nd PCI Ethernet device driver .Sh SYNOPSIS -.Cd "device vx0 at pci? port? net irq? vector vxintr" -.Cd "device vx1 at pci? port? net irq? vector vxintr" -.Cd "device vx2 at pci? port? net irq? vector vxintr" +.Cd "device vx0" .Sh DESCRIPTION The .Nm vx |
