From 3060bdb6720112effa149af05f489daf4dc779ff Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 8 Aug 2005 00:50:25 +0000 Subject: describe m_align --- share/man/man9/mbuf.9 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 53ff849..95d2755 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 27, 2004 +.Dd August 7, 2005 .Dt MBUF 9 .Os .\" @@ -90,6 +90,8 @@ .Ss Mbuf utility functions .Ft void .Fn m_adj "struct mbuf *mbuf" "int len" +.Ft void +.Fn m_align "struct mbuf *mbuf" "int len" .Ft int .Fn m_append "struct mbuf *mbuf" "int len" "c_caddr_t cp" .Ft struct mbuf * @@ -439,6 +441,10 @@ or initialized by .Fn m_dup_pkthdr or .Fn m_move_pkthdr . +.It Fn m_align mbuf len +Services the same purpose as +.Fn M_ALIGN +but handles any type of mbuf. .It Fn M_LEADINGSPACE mbuf Returns the number of bytes available before the beginning of data in -- cgit v1.1