diff options
author | yar <yar@FreeBSD.org> | 2003-06-15 14:47:12 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2003-06-15 14:47:12 +0000 |
commit | 59a924bc28e1b37d0af4498c8c2b3457895e56f9 (patch) | |
tree | ce49cb10cae251e9f79ece8b4560147c3edba29e /share | |
parent | 18c9b0b6c256f61578e9fae9419e28b71edc9835 (diff) | |
download | FreeBSD-src-59a924bc28e1b37d0af4498c8c2b3457895e56f9.zip FreeBSD-src-59a924bc28e1b37d0af4498c8c2b3457895e56f9.tar.gz |
Name a function argument "mbuf", not "buf", if it is
a pointer to struct mbuf for clarity and consistency.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf.9 | 4 |
1 files changed, 2 insertions, 2 deletions
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 . .\" |