Deleted Added
sdiff udiff text old ( 81285 ) new ( 81622 )
full compact
1.\" Copyright (c) 2000 FreeBSD Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man9/mbuf.9 81622 2001-08-14 10:01:54Z ru $
26.\"
27.Dd October 17, 2000
28.Dt MBUF 9
29.Os
30.\"
31.Sh NAME
32.Nm mbuf
33.Nd "memory management in the kernel IPC subsystem"

--- 463 unchanged lines hidden (view full) ---

497In case of failure, it returns
498.Dv NULL
499and attempts to restore the chain to its original state.
500.El
501.Sh RETURN VALUES
502See above.
503.Sh HISTORY
504.\" Please correct me if I'm wrong
505Mbufs appeared in an early version of
506.Bx .
507Besides for being used for network packets, they were used
508to store various dynamic structures, such as routing table
509entries, interface addresses, protocol control blocks, etc.
510.Sh AUTHORS
511The original
512.Nm
513man page was written by Yar Tikhiy.