From owner-cvs-src@FreeBSD.ORG Thu Nov 18 23:01:07 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 A6C1916A4CE; Thu, 18 Nov 2004 23:01:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8612843D53; Thu, 18 Nov 2004 23:01:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAIN17d1095146; Thu, 18 Nov 2004 23:01:07 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAIN17tu095145; Thu, 18 Nov 2004 23:01:07 GMT (envelope-from rwatson) Message-Id: <200411182301.iAIN17tu095145@repoman.freebsd.org> From: Robert Watson Date: Thu, 18 Nov 2004 23:01:07 +0000 (UTC) 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_tags.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: Thu, 18 Nov 2004 23:01:07 -0000 rwatson 2004-11-18 23:01:07 UTC FreeBSD src repository Modified files: share/man/man9 mbuf_tags.9 Log: Add a couple of summary paragraphs at the head of mbuf_tags(9) to indicate how m_tags might be used, and what their high level properties are. This may help developers using tags get a more clear picture before delving into the technical details of ABI cookies and API calls. Suggested by: Rene de Vries Revision Changes Path 1.4 +29 -2 src/share/man/man9/mbuf_tags.9