From owner-cvs-src@FreeBSD.ORG Mon May 12 14:34:30 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 8729337B401; Mon, 12 May 2003 14:34:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 247CB43F75; Mon, 12 May 2003 14:34:30 -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 h4CLYT0U032251; Mon, 12 May 2003 14:34:29 -0700 (PDT) (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4CLYTIY032250; Mon, 12 May 2003 14:34:29 -0700 (PDT) Message-Id: <200305122134.h4CLYTIY032250@repoman.freebsd.org> From: Hiten Pandya Date: Mon, 12 May 2003 14:34:29 -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/man4 agp.4 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: Mon, 12 May 2003 21:34:31 -0000 hmp 2003/05/12 14:34:29 PDT FreeBSD src repository (doc committer) Modified files: share/man/man4 agp.4 Log: Document ioctl(2) operations of the agp(4) subsystem. The original patch was obtained from [1], with heavy editing, and ammending text for some of the ioctls. All ioctls (in sys/agpio.h) are now documented. PR: docs/50503 Original patch by: Alex Semenyaka [1] Content approved by: - Eric Anholt - Matthew N. Dodd (cursory review) Approved and Reviewed by: des (mentor), re (scottl) Revision Changes Path 1.4 +99 -0 src/share/man/man4/agp.4