Fix last commit to conform to mdoc style.

Submitted by:	hmp
This commit is contained in:
Mike Silbersack 2004-04-01 07:36:56 +00:00
parent 6611d6692f
commit bdf861859a

View File

@ -810,10 +810,12 @@ The corresponding offset into the mbuf will be stored in
.Fa *off .
.It Fn m_defrag m0 how
Defragment a mbuf chain, returning the shortest possible
chain of mbufs and clusters. If allocation fails and this can
not be completed, NULL will be returned and the original chain
will be unchanged. Upon success, the original chain will be
freed and the new chain will be returned.
chain of mbufs and clusters.
If allocation fails and this can not be completed,
.Dv NULL
will be returned and the original chain will be unchanged.
Upon success, the original chain will be freed and the new
chain will be returned.
.Fa how
should be either
.Dv M_TRYWAIT