From owner-cvs-src@FreeBSD.ORG Wed Oct 22 23:06:34 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 B2AB716A4BF; Wed, 22 Oct 2003 23:06:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3113743FBF; Wed, 22 Oct 2003 23:06:34 -0700 (PDT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9N66YXJ012157; Wed, 22 Oct 2003 23:06:34 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9N66XcZ012156; Wed, 22 Oct 2003 23:06:33 -0700 (PDT) (envelope-from hmp) Message-Id: <200310230606.h9N66XcZ012156@repoman.freebsd.org> From: Hiten Pandya Date: Wed, 22 Oct 2003 23:06:33 -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 vm_map.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, 23 Oct 2003 06:06:34 -0000 hmp 2003/10/22 23:06:33 PDT FreeBSD src repository (doc committer) Modified files: share/man/man9 vm_map.9 Log: Mdoc Janitor: * Uppercase the .Dt command contents. * Remove incorrect usage of .Fa. * Use .Va for struct members, and .Vt for structs (correct replacement for .Fa) * Markup VM_* and MAP_* macros with .Dv command. * Replace 'man' with 'manual' for consistency. Revision Changes Path 1.2 +71 -71 src/share/man/man9/vm_map.9