diff options
author | bde <bde@FreeBSD.org> | 1998-10-22 14:17:44 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-10-22 14:17:44 +0000 |
commit | a74a0458eff1c187afd23e932ec2097b3883051d (patch) | |
tree | 17eebe511c58c422aef4d50e00c33e86ff910b9a /share | |
parent | 7d65062bcdad8709a8da4e2319e1e0aef6b1b5b3 (diff) | |
download | FreeBSD-src-a74a0458eff1c187afd23e932ec2097b3883051d.zip FreeBSD-src-a74a0458eff1c187afd23e932ec2097b3883051d.tar.gz |
Removed all `vector xxxintr' specifications. Interrupt handlers are now
configured in drivers.
Fixed quoting of IO_ASC1.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/asc.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/asc.4 b/share/man/man4/man4.i386/asc.4 index f378955..d84ae7b 100644 --- a/share/man/man4/man4.i386/asc.4 +++ b/share/man/man4/man4.i386/asc.4 @@ -29,7 +29,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: asc.4,v 1.6 1997/02/22 13:25:13 peter Exp $ +.\" $Id: asc.4,v 1.7 1998/06/08 06:11:58 jkoshy Exp $ .Dd January 19, 1995 .Dt ASC 4 i386 .Os FreeBSD @@ -37,7 +37,7 @@ .Nm asc .Nd device driver for a GI1904-based hand scanner .Sh SYNOPSIS -.Cd "device asc0 at isa? port IO_ASC1 tty drq 3 irq 10 vector ascintr" +.Cd "device asc0 at isa? port" \&"IO_ASC1\&" tty drq 3 irq 10 .Sh DESCRIPTION The .Nm |