diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-29 11:36:32 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-29 11:36:32 +0000 |
| commit | e60fa8374dadf9642063d0dcc835adb90195893a (patch) | |
| tree | 7c4030e1cf4bbc51d78e49246ce0e4a8e4e58bd9 /share | |
| parent | bb16bd87d79fa9a9b627045dc6b24053b2f3b7b3 (diff) | |
Notes
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 0aa93aff4cb1..647228907fbd 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -113,9 +113,9 @@ .Fc .Ft void .Fn m_cat "struct mbuf *m" "struct mbuf *n" -.Ft unsigned +.Ft u_int .Fn m_fixhdr "struct mbuf *mbuf" -.Ft unsigned +.Ft u_int .Fn m_length "struct mbuf *mbuf" "struct mbuf **last" .Ft struct mbuf * .Fn m_split "struct mbuf *mbuf" "int len" "int how" |
