From owner-cvs-src@FreeBSD.ORG Wed Oct 22 22:01:31 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 207FB16A4B3; Wed, 22 Oct 2003 22:01:31 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941A443FBD; Wed, 22 Oct 2003 22:01:30 -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 h9N51UXJ006290; Wed, 22 Oct 2003 22:01:30 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9N51Uth006289; Wed, 22 Oct 2003 22:01:30 -0700 (PDT) (envelope-from hmp) Message-Id: <200310230501.h9N51Uth006289@repoman.freebsd.org> From: Hiten Pandya Date: Wed, 22 Oct 2003 22:01:30 -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 accept_filter.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 05:01:31 -0000 hmp 2003/10/22 22:01:30 PDT FreeBSD src repository (doc committer) Modified files: share/man/man9 accept_filter.9 Log: Mdoc Janitor: * Add .Vt in the right places, transform some .Fa to .Vt, depending on discussion context. * When refering to the function malloc(), use .Fn, and not .Xr. * Add `The' to prefix a sentence when describing a function, so it results in ``The xxx() function..." * Use `system call' instead of `syscall'. * Improve the sentence which discusses accept_filt_generic_mod_event(); Talk about moduledata_t, and refer to the DECLARE_MODULE(9) manual page. * Properly markup .An (Author Name) throughout the AUTHORS section. Revision Changes Path 1.11 +38 -22 src/share/man/man9/accept_filter.9