Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2007 09:28:21 -0400
From:      Aniruddha Bohra <bohra@cs.rutgers.edu>
To:        freebsd-net@freebsd.org
Subject:   [PATCH] Removal of redundant entries from ifnet manpage
Message-ID:  <45F55575.9040401@cs.rutgers.edu>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------080009090601050000060200
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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


--------------080009090601050000060200
Content-Type: text/x-patch;
 name="ifnet.9.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="ifnet.9.patch"

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

--------------080009090601050000060200--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45F55575.9040401>