From owner-svn-src-all@FreeBSD.ORG Fri Sep 14 20:51:36 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 0139D106564A; Fri, 14 Sep 2012 20:51:36 +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 E17738FC08; Fri, 14 Sep 2012 20:51:35 +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 q8EKpZJg005987; Fri, 14 Sep 2012 20:51:35 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EKpZHm005983; Fri, 14 Sep 2012 20:51:35 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201209142051.q8EKpZHm005983@svn.freebsd.org> From: Glen Barber Date: Fri, 14 Sep 2012 20:51:35 +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: r240515 - 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 20:51:36 -0000 Author: gjb (doc,ports committer) Date: Fri Sep 14 20:51:35 2012 New Revision: 240515 URL: http://svn.freebsd.org/changeset/base/240515 Log: Revert previous commit... Pointyhat to: gjb (myself) 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 20:05:38 2012 (r240514) +++ head/release/doc/share/misc/man2hwnotes.pl Fri Sep 14 20:51:35 2012 (r240515) @@ -102,8 +102,8 @@ EOT if ($only_list_out) { # Print the default device preamble entities - print "The\n"; - print "driver supports:\n"; + print "\n"; + print "\n"; } foreach my $page (@ARGV) {