From 6e485c0a7ac8d1f6433793bb607151d06c3bc047 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 27 Feb 2004 17:14:00 +0000 Subject: [PATCH] mtod() returns pointer to the specified type, not necessarily "void *". --- share/man/man9/mbuf.9 | 1 - 1 file changed, 1 deletion(-) diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index e84d423a00b..3bf02d7fa32 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -56,7 +56,6 @@ .Fn MFREE "struct mbuf *mbuf" "struct mbuf *successor" .\" .Ss Mbuf utility macros -.Ft void * .Fn mtod "struct mbuf *mbuf" "type" .Ft int .Fn MEXT_IS_REF "struct mbuf *mbuf" -- 2.45.2