Hi,
The ifnet manpage contains entries for the following routines which do not exist in the ifnet struct.
The attached patch removes these entries.

if_done
if_poll_recv
if_poll_xmit
if_poll_inttrn
if_poll_slowinput


Thanks
Aniruddha

Index: ifnet.9
===================================================================
RCS file: /home/ncvs/src/share/man/man9/ifnet.9,v
retrieving revision 1.52
diff -u -r1.52 ifnet.9
--- ifnet.9	14 Dec 2006 14:33:13 -0000	1.52
+++ ifnet.9	15 Nov 2006 18:01:46 -0000
@@ -103,19 +103,9 @@
 .Ft void
 .Fn \*(lp*if_start\*(rp "struct ifnet *ifp"
 .Ft int
-.Fn \*(lp*if_done\*(rp "struct ifnet *ifp"
-.Ft int
 .Fn \*(lp*if_ioctl\*(rp "struct ifnet *ifp" "int cmd" "caddr_t data"
 .Ft void
 .Fn \*(lp*if_watchdog\*(rp "struct ifnet *ifp"
-.Ft int
-.Fn \*(lp*if_poll_recv\*(rp "struct ifnet *ifp" "int *quotap"
-.Ft int
-.Fn \*(lp*if_poll_xmit\*(rp "struct ifnet *ifp" "int *quotap"
-.Ft void
-.Fn \*(lp*if_poll_inttrn\*(rp "struct ifnet *ifp"
-.Ft void
-.Fn \*(lp*if_poll_slowinput\*(rp "struct ifnet *ifp" "struct mbuf *m"
 .Ft void
 .Fn \*(lp*if_init\*(rp "void *if_softc"
 .Ft int
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to