1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Fixed bitrot in synopsis. Const'ification of m_copydata() had not reached

here.
This commit is contained in:
Bruce Evans 2001-10-04 09:00:38 +00:00
parent e81abd74f9
commit 0d8e4c576d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84451

View File

@ -94,7 +94,7 @@
.Ft struct mbuf *
.Fn m_dup "struct mbuf *mbuf" "int how"
.Ft void
.Fn m_copydata "struct mbuf *mbuf" "int offset" "int len" "caddr_t buf"
.Fn m_copydata "const struct mbuf *mbuf" "int offset" "int len" "caddr_t buf"
.Ft void
.Fn m_copyback "struct mbuf *mbuf" "int offset" "int len" "caddr_t buf"
.Ft struct mbuf *