From owner-svn-src-all@FreeBSD.ORG Fri Sep 14 19:52:33 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5400106566C; Fri, 14 Sep 2012 19:52:33 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D0E6C8FC1F; Fri, 14 Sep 2012 19:52:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EJqX9A096341; Fri, 14 Sep 2012 19:52:33 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EJqX8X096339; Fri, 14 Sep 2012 19:52:33 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201209141952.q8EJqX8X096339@svn.freebsd.org> From: Glen Barber Date: Fri, 14 Sep 2012 19:52:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240512 - head/release/doc/share/misc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 19:52:34 -0000 Author: gjb (doc,ports committer) Date: Fri Sep 14 19:52:33 2012 New Revision: 240512 URL: http://svn.freebsd.org/changeset/base/240512 Log: Fix man2hwnotes.pl script, which should fix the RELNOTES build. Modified: head/release/doc/share/misc/man2hwnotes.pl Modified: head/release/doc/share/misc/man2hwnotes.pl ============================================================================== --- head/release/doc/share/misc/man2hwnotes.pl Fri Sep 14 18:57:07 2012 (r240511) +++ head/release/doc/share/misc/man2hwnotes.pl Fri Sep 14 19:52:33 2012 (r240512) @@ -102,8 +102,8 @@ EOT if ($only_list_out) { # Print the default device preamble entities - print "\n"; - print "\n"; + print "The\n"; + print "driver supports:\n"; } foreach my $page (@ARGV) {