From 6f335eef9c451b24fe3d59f9d883e95b4daee558 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Thu, 17 Feb 1994 17:44:07 +0000 Subject: Put the flags field in the right place so that config does not complain about improper syntax. --- share/man/man4/sio.4 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'share/man/man4/sio.4') diff --git a/share/man/man4/sio.4 b/share/man/man4/sio.4 index 02848c0..f0190b6 100644 --- a/share/man/man4/sio.4 +++ b/share/man/man4/sio.4 @@ -34,7 +34,7 @@ .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 .\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp -.\" $Id: sio.4,v 1.3 1994/02/13 00:16:23 ache Exp $ +.\" $Id: sio.4,v 1.5 1994/02/17 11:41:16 ache Exp $ .\" .Dd February 9, 1994 .Dt SIO 4 i386 @@ -52,10 +52,10 @@ For standard ports: .sp For multiport cards: .Cd "options" \&"COM_MULTIPORT\&" -.Cd "device sio4 at isa? port 0x2a0 tty irq 12 vector siointr flags 0x401" -.Cd "device sio5 at isa? port 0x2a8 tty vector siointr flags 0x401" -.Cd "device sio6 at isa? port 0x2b0 tty vector siointr flags 0x401" -.Cd "device sio7 at isa? port 0x2b8 tty vector siointr flags 0x401" +.Cd "device sio4 at isa? port 0x2a0 tty irq 12 flags 0x401 vector siointr" +.Cd "device sio5 at isa? port 0x2a8 tty flags 0x401 vector siointr" +.Cd "device sio6 at isa? port 0x2b0 tty flags 0x401 vector siointr" +.Cd "device sio7 at isa? port 0x2b8 tty flags 0x401 vector siointr" .sp For bidirectional use of ports: .Cd "options" \&"COM_BIDIR\&" -- cgit v1.1