From: dlg Date: Sun, 13 Jul 2014 05:23:24 +0000 (+0000) Subject: we dont do per interface accounting in the mbuf layer anymore X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e204683cb576d6010bd5a3671460cb8294762392;p=openbsd we dont do per interface accounting in the mbuf layer anymore --- diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index fd7a8b9b1d4..ae4cde5f5d8 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.72 2014/04/22 14:41:03 mpi Exp $ +.\" $OpenBSD: mbuf.9,v 1.73 2014/07/13 05:23:24 dlg Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol .\" All rights reserved. @@ -25,7 +25,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. .\" -.Dd $Mdocdate: April 22 2014 $ +.Dd $Mdocdate: July 13 2014 $ .Dt MBUF 9 .Os .Sh NAME @@ -628,10 +628,6 @@ Then allocate and add an mbuf cluster of length .Fa len to the mbuf pointed to by .Fa m . -If -.Fa ifp -is passed in, then per-interface accounting for the mbuf will occur, -and thus mbuf allocation can fail when limits are reached. Returns either the mbuf .Fa m that was passed in, or the newly allocated one which was allocated; in