diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-04-12 14:52:14 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-04-12 14:52:14 +0000 |
commit | ecda264e7b562a980f7b5084cc5b2151c5f71071 (patch) | |
tree | da065ecf87ccd5a1a4af03317b66eff8163cdcf8 /share/man | |
parent | bd310ff40867bc1ea863eca5a55d0b4b34185140 (diff) |
m_prepend() should never be called directly. So tell people to use
M_PREPEND() instead. Whit help by jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/mbuf.9 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index d216d26290c..d59f62cf982 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.24 2007/04/03 06:37:37 jasper Exp $ +.\" $OpenBSD: mbuf.9,v 1.25 2007/04/12 14:52:13 claudio Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -427,6 +427,12 @@ See .Fn m_get for a description of .Fa how . +.Pp +.Fn m_prepend +should never be called directly. +Use +.Fn M_PREPEND +instead. .It Fn M_PREPEND "struct mbuf *m" "int plen" "int how" Prepend space of size .Fa plen |