From owner-cvs-src@FreeBSD.ORG Fri Dec 8 23:44:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F60216A412; Fri, 8 Dec 2006 23:44:34 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49FC943CB0; Fri, 8 Dec 2006 23:43:30 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB8NiU7L090884; Fri, 8 Dec 2006 23:44:30 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB8NiUZe090883; Fri, 8 Dec 2006 23:44:30 GMT (envelope-from julian) Message-Id: <200612082344.kB8NiUZe090883@repoman.freebsd.org> From: Julian Elischer Date: Fri, 8 Dec 2006 23:44:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 mbuf.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Dec 2006 23:44:34 -0000 julian 2006-12-08 23:44:30 UTC FreeBSD src repository Modified files: share/man/man9 mbuf.9 Log: Explicitly emphasize a facet of m_pullup() that some people seem to frequently forget. i.e. that you can not keep using pointers to within the old chain. Revision Changes Path 1.63 +4 -0 src/share/man/man9/mbuf.9