Glen Barber wrote this message on Fri, Dec 20, 2013 at 18:59 -0500:
> On Fri, Dec 20, 2013 at 11:57:05PM +0000, John-Mark Gurney wrote:
> > Author: jmg
> > Date: Fri Dec 20 23:57:05 2013
> > New Revision: 259670
> > URL: http://svnweb.freebsd.org/changeset/base/259670
> > 
> > Log:
> >   document the m_getjcl function...
> > 
> > Modified:
> >   head/share/man/man9/Makefile
> >   head/share/man/man9/mbuf.9
> > 
> > Modified: head/share/man/man9/Makefile
> > ==============================================================================
> > --- head/share/man/man9/Makefile    Fri Dec 20 23:34:10 2013        
> > (r259669)
> > +++ head/share/man/man9/Makefile    Fri Dec 20 23:57:05 2013        
> > (r259670)
> > @@ -901,6 +901,7 @@ MLINKS+=\
> >     mbuf.9 m_freem.9 \
> >     mbuf.9 MGET.9 \
> >     mbuf.9 m_get.9 \
> > +   mbuf.9 m_getjcl.9 \
> >     mbuf.9 m_getcl.9 \
> >     mbuf.9 m_getclr.9 \
> >     mbuf.9 MGETHDR.9 \
> > 
> > Modified: head/share/man/man9/mbuf.9
> > ==============================================================================
> > --- head/share/man/man9/mbuf.9      Fri Dec 20 23:34:10 2013        
> > (r259669)
> > +++ head/share/man/man9/mbuf.9      Fri Dec 20 23:57:05 2013        
> > (r259670)
> > @@ -74,6 +74,8 @@
> >  .Ft struct mbuf *
> >  .Fn m_getm "struct mbuf *orig" "int len" "int how" "int type"
> >  .Ft struct mbuf *
> > +.Fn m_getjcl "int how" "short type" "int flags" "int size"
> > +.Ft struct mbuf *
> >  .Fn m_getcl "int how" "short type" "int flags"
> >  .Ft struct mbuf *
> >  .Fn m_getclr "int how" "int type"
> > @@ -592,6 +594,12 @@ together, as it avoids having to unlock/
> >  Returns
> >  .Dv NULL
> >  on failure.
> > +.It Fn m_getjcl how type flags size
> > +This is like
> > +.Fn m_getcl
> > +but it the size of the cluster allocated will be large enough for
> > +.Fa size
> > +bytes.
> >  .It Fn m_getclr how type
> >  Allocate an
> >  .Vt mbuf
> 
> Please bump .Dd.

Sorry, done in r259672.

Thanks for the reminder.

-- 
  John-Mark Gurney                              Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to