From owner-cvs-src@FreeBSD.ORG Fri Feb 27 09:14:01 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C7816A4CE; Fri, 27 Feb 2004 09:14:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 088C143D1F; Fri, 27 Feb 2004 09:14:01 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1RHE0Ge008165; Fri, 27 Feb 2004 09:14:00 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1RHE0l3008164; Fri, 27 Feb 2004 09:14:00 -0800 (PST) (envelope-from ru) Message-Id: <200402271714.i1RHE0l3008164@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 27 Feb 2004 09:14:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 mbuf.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 17:14:01 -0000 ru 2004/02/27 09:14:00 PST FreeBSD src repository Modified files: share/man/man9 mbuf.9 Log: mtod() returns pointer to the specified type, not necessarily "void *". Revision Changes Path 1.42 +0 -1 src/share/man/man9/mbuf.9