diff options
author | ru <ru@FreeBSD.org> | 2002-11-29 11:36:32 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-29 11:36:32 +0000 |
commit | da32bc58a0c07d9ab5fab6a3dc0c10e746ac2dbd (patch) | |
tree | 7c4030e1cf4bbc51d78e49246ce0e4a8e4e58bd9 /share/man | |
parent | c88eb4583ea118f08c3bd5ca7b197674c80f0120 (diff) | |
download | FreeBSD-src-da32bc58a0c07d9ab5fab6a3dc0c10e746ac2dbd.zip FreeBSD-src-da32bc58a0c07d9ab5fab6a3dc0c10e746ac2dbd.tar.gz |
mdoc(7) police: catch up to the code changes.
Approved by: re
Diffstat (limited to 'share/man')
-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 0aa93af..6472289 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" |