diff options
Diffstat (limited to 'share/man/man9/mbuf.9')
-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 |