From 14a7c8e1c4875811162a723b76e761fa1ea6f129 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 22 Oct 1998 14:49:00 +0000 Subject: Removed all `vector xxxintr' specifications. Interrupt handlers are now configured in drivers. Quote the last few args to form 1 arg. Quoting them in pairs almost defeated the point of quoting them, which is to reduce the arg count to <= 9. --- share/man/man4/fdc.4 | 4 ++-- share/man/man4/man4.i386/fdc.4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'share') diff --git a/share/man/man4/fdc.4 b/share/man/man4/fdc.4 index 6c8861d1166f..a67009469285 100644 --- a/share/man/man4/fdc.4 +++ b/share/man/man4/fdc.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: fdc.4,v 1.8 1997/02/22 13:25:23 peter Exp $ +.\" $Id: fdc.4,v 1.9 1997/10/19 13:12:35 joerg Exp $ .\" .Dd August 31, 1994 .Dt FDC 4 i386 @@ -34,7 +34,7 @@ .Nd PC architecture floppy disk controller driver .Sh SYNOPSIS -.Cd "controller fdc0 at isa? port" \&"IO_FD1\&" bio "flags 0x1" "irq 6" "drq 2" "vector fdintr" +.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 .Pp diff --git a/share/man/man4/man4.i386/fdc.4 b/share/man/man4/man4.i386/fdc.4 index 6c8861d1166f..a67009469285 100644 --- a/share/man/man4/man4.i386/fdc.4 +++ b/share/man/man4/man4.i386/fdc.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: fdc.4,v 1.8 1997/02/22 13:25:23 peter Exp $ +.\" $Id: fdc.4,v 1.9 1997/10/19 13:12:35 joerg Exp $ .\" .Dd August 31, 1994 .Dt FDC 4 i386 @@ -34,7 +34,7 @@ .Nd PC architecture floppy disk controller driver .Sh SYNOPSIS -.Cd "controller fdc0 at isa? port" \&"IO_FD1\&" bio "flags 0x1" "irq 6" "drq 2" "vector fdintr" +.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 .Pp -- cgit v1.3