From 59a924bc28e1b37d0af4498c8c2b3457895e56f9 Mon Sep 17 00:00:00 2001 From: yar Date: Sun, 15 Jun 2003 14:47:12 +0000 Subject: Name a function argument "mbuf", not "buf", if it is a pointer to struct mbuf for clarity and consistency. --- share/man/man9/mbuf.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/man') diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 6533a9f..1bc4c28 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -658,7 +658,7 @@ end: zeroed .Vt mbufs will be allocated to fill the space. .\" -.It Fn m_length buf last +.It Fn m_length mbuf last Return the length of the .Vt mbuf chain , and optionally a pointer to the last @@ -705,7 +705,7 @@ will have the flag .Dv M_PKTHDR and the per-packet attributes cleared. .\" -.It Fn m_fixhdr buf +.It Fn m_fixhdr mbuf Set the packet-header length to the length of the .Vt mbuf chain . .\" -- cgit v1.1