From owner-cvs-src@FreeBSD.ORG Sat May 31 07:38:46 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 9187D37B401; Sat, 31 May 2003 07:38:46 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A3E43F93; Sat, 31 May 2003 07:38:46 -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 h4VEcj0U093826; Sat, 31 May 2003 07:38:45 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4VEcjRx093825; Sat, 31 May 2003 07:38:45 -0700 (PDT) Message-Id: <200305311438.h4VEcjRx093825@repoman.freebsd.org> From: Hiten Pandya Date: Sat, 31 May 2003 07:38:45 -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 namei.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: Sat, 31 May 2003 14:38:47 -0000 hmp 2003/05/31 07:38:45 PDT FreeBSD src repository (doc committer) Modified files: share/man/man9 namei.9 Log: Mass cleanup of the namei(9) manual page. - Nuke markup indicators for editors. - Bump the date - Use mdoc(7) specifiers for marking up defines, etc. - Update the prototypes - Flash out the description - Cleanup english, spelling and grammar - Update .Xr's - Add following SEE ALSOs: uio(9), uma(9), vput(9), vref(9) - Reorder sections to be in agreement with mdoc(7) - Add FILES section - Update Copyright and AUTHORS section. Approved by: des (mentor) Revision Changes Path 1.24 +180 -91 src/share/man/man9/namei.9