diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-10-22 13:01:19 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-10-22 13:01:19 +0000 |
commit | 5985d44e83dc48a7109b6b84cfb7e33430f7b30b (patch) | |
tree | 6f620696c86955308555b796f938a20f5c8f5d29 | |
parent | 78e33712bb104906c00a2f553483ebc126130fc0 (diff) |
Removed all `vector xxxintr' specifications. Interrupt handlers are now
configured in drivers.
Use the correct macro in configuration declarations. .Cm somehow gave
the same results as .Cm.
Notes
Notes:
svn path=/head/; revision=40575
-rw-r--r-- | share/man/man4/man4.i386/fe.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/fe.4 b/share/man/man4/man4.i386/fe.4 index 1a0e3bee2085..1902932bff3f 100644 --- a/share/man/man4/man4.i386/fe.4 +++ b/share/man/man4/man4.i386/fe.4 @@ -21,14 +21,14 @@ .\" Contributed by M. Sekiguchi <seki@sysrap.cs.fujitsu.co.jp>. .\" for fe driver. .\" -.\" $Id: fe.4,v 1.9 1997/02/22 13:25:26 peter Exp $ +.\" $Id: fe.4,v 1.10 1998/03/12 07:30:32 charnier Exp $ .Dd March 3, 1996 .Dt FE 4 i386 .Sh NAME .Nm fe .Nd Fujitsu MB86960A/MB86965A based Ethernet adapters .Sh SYNOPSIS -.Cm "device fe0 at isa? port 0x300 net irq ? vector feintr" +.Cd "device fe0 at isa? port 0x300 net irq ?" .Sh DESCRIPTION The .Nm fe |