From owner-cvs-all@FreeBSD.ORG Sun Aug 15 22:33:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D253616A4CE; Sun, 15 Aug 2004 22:33:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B313643D41; Sun, 15 Aug 2004 22:33:10 +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 i7FMXA7k019667; Sun, 15 Aug 2004 22:33:10 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7FMXAmw019666; Sun, 15 Aug 2004 22:33:10 GMT (envelope-from simon) Message-Id: <200408152233.i7FMXAmw019666@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 15 Aug 2004 22:33:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/misc man2hwnotes.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 22:33:11 -0000 simon 2004-08-15 22:33:10 UTC FreeBSD src repository (doc committer) Modified files: release/doc/share/misc man2hwnotes.pl Log: - Handle the '\&' mdoc(7) escape sequence. - Handle the .Sx macro and give a warning if it is used in the HARDWARE section, since that will probably produce odd text in the Hardware Notes. Revision Changes Path 1.4 +9 -1 src/release/doc/share/misc/man2hwnotes.pl