From owner-cvs-src@FreeBSD.ORG Fri May 16 08:24:08 2003 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 4F2EE37B401; Fri, 16 May 2003 08:24:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA7443F75; Fri, 16 May 2003 08:24:07 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4GFO70U054658; Fri, 16 May 2003 08:24:07 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4GFO7dj054657; Fri, 16 May 2003 08:24:07 -0700 (PDT) Message-Id: <200305161524.h4GFO7dj054657@repoman.freebsd.org> From: Hiten Pandya Date: Fri, 16 May 2003 08:24:07 -0700 (PDT) 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 CTASSERT.9 Makefile 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, 16 May 2003 15:24:08 -0000 hmp 2003/05/16 08:24:07 PDT FreeBSD src repository (doc committer) Modified files: share/man/man9 Makefile Added files: share/man/man9 CTASSERT.9 Log: Add a manual page for the CTASSERT(9) macro. Approved by: des (mentor), re (scottl) Revision Changes Path 1.1 +64 -0 src/share/man/man9/CTASSERT.9 (new) 1.189 +1 -1 src/share/man/man9/Makefile