From owner-cvs-src@FreeBSD.ORG Sun Jul 4 14:17:42 2004 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 27F7016A4CE; Sun, 4 Jul 2004 14:17:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229FD43D55; Sun, 4 Jul 2004 14:17:42 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i64EHgnE046083; Sun, 4 Jul 2004 14:17:42 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i64EHgk2046082; Sun, 4 Jul 2004 14:17:42 GMT (envelope-from simon) Message-Id: <200407041417.i64EHgk2046082@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 4 Jul 2004 14:17:42 +0000 (UTC) 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 aac.4 aha.4 ahb.4 ahc.4 ahd.4 bge.4 dpt.4 fxp.4 twe.4 txp.4 xe.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: Sun, 04 Jul 2004 14:17:42 -0000 simon 2004-07-04 14:17:42 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 aac.4 aha.4 ahb.4 ahc.4 ahd.4 bge.4 dpt.4 fxp.4 twe.4 txp.4 xe.4 Log: Add a HARDWARE section which lists supported devices. The actual device listings has been moved (and in some cases more or less rewritten) from the DESCRIPTION section. This will be used later for automatically generating device listings in the Hardware Notes, by parsing the manual pages. Reviewed in principle by: ru, hrs, trhodes No objections: -doc, re Section name inspired by: NetBSD Revision Changes Path 1.24 +34 -30 src/share/man/man4/aac.4 1.24 +23 -6 src/share/man/man4/aha.4 1.23 +17 -2 src/share/man/man4/ahb.4 1.37 +175 -55 src/share/man/man4/ahc.4 1.5 +33 -11 src/share/man/man4/ahd.4 1.13 +33 -28 src/share/man/man4/bge.4 1.17 +17 -13 src/share/man/man4/dpt.4 1.32 +30 -27 src/share/man/man4/fxp.4 1.10 +9 -5 src/share/man/man4/twe.4 1.5 +20 -17 src/share/man/man4/txp.4 1.6 +32 -28 src/share/man/man4/xe.4