From owner-cvs-all@FreeBSD.ORG Sun Feb 13 15:07:52 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A544616A4CE; Sun, 13 Feb 2005 15:07:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C69743D4C; Sun, 13 Feb 2005 15:07:52 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1DF7qs5003699; Sun, 13 Feb 2005 15:07:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1DF7qpR003698; Sun, 13 Feb 2005 15:07:52 GMT (envelope-from rwatson) Message-Id: <200502131507.j1DF7qpR003698@repoman.freebsd.org> From: Robert Watson Date: Sun, 13 Feb 2005 15:07:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man9 mbuf_tags.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 15:07:52 -0000 rwatson 2005-02-13 15:07:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man9 mbuf_tags.9 Log: Merge mbuf_tags.9:1.2-1.6 from HEAD to RELENG_5 (1.2 and 1.3 cancel each other out due to a back-out): date: 2004/11/18 23:01:07; author: rwatson; state: Exp; lines: +29 -2 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 date: 2004/11/21 00:24:21; author: rwatson; state: Exp; lines: +6 -3 Word choice fix; use .Fn for non-.Xr functions. Submitted by: ru date: 2005/01/12 21:48:25; author: ru; state: Exp; lines: +5 -3 Scheduled mdoc(7) sweep. Revision Changes Path 1.1.2.1 +37 -5 src/share/man/man9/mbuf_tags.9