diff options
author | silby <silby@FreeBSD.org> | 2004-04-01 07:36:56 +0000 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2004-04-01 07:36:56 +0000 |
commit | 0ccb317ee8e1fd83090ef708ac43dd19eb9aa554 (patch) | |
tree | 576d3a8a21da3d8b8233c386cf8b678db04672a4 /share | |
parent | d768acf3fe5ef57f3892d4a9b34ff8dba228d649 (diff) | |
download | FreeBSD-src-0ccb317ee8e1fd83090ef708ac43dd19eb9aa554.zip FreeBSD-src-0ccb317ee8e1fd83090ef708ac43dd19eb9aa554.tar.gz |
Fix last commit to conform to mdoc style.
Submitted by: hmp
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf.9 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index d1d5d46..40136e8 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -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 |