1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

mdoc(7) police: catch up to the code changes.

Approved by:	re
This commit is contained in:
Ruslan Ermilov 2002-11-29 11:36:32 +00:00
parent bb16bd87d7
commit e60fa8374d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107382

View File

@ -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"