summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-08-08 00:50:25 +0000
committersam <sam@FreeBSD.org>2005-08-08 00:50:25 +0000
commit3060bdb6720112effa149af05f489daf4dc779ff (patch)
treee00d8286484438b8f155f2d2b5015ff188186cb4
parente07b7948802a3254b83b56c42ce366e49dba2890 (diff)
downloadFreeBSD-src-3060bdb6720112effa149af05f489daf4dc779ff.zip
FreeBSD-src-3060bdb6720112effa149af05f489daf4dc779ff.tar.gz
describe m_align
-rw-r--r--share/man/man9/mbuf.98
1 files changed, 7 insertions, 1 deletions
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
OpenPOWER on IntegriCloud