From owner-freebsd-doc@FreeBSD.ORG Mon Jan 4 19:53:10 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F4E1106566B; Mon, 4 Jan 2010 19:53:10 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3060E8FC17; Mon, 4 Jan 2010 19:53:10 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id A204346B39; Mon, 4 Jan 2010 14:53:09 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 1D8528A01F; Mon, 4 Jan 2010 14:52:57 -0500 (EST) From: John Baldwin To: freebsd-doc@freebsd.org Date: Mon, 4 Jan 2010 10:02:23 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091103; KDE/4.3.1; amd64; ; ) References: <201001032301.o03N1HAU076836@www.freebsd.org> In-Reply-To: <201001032301.o03N1HAU076836@www.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201001041002.23356.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 04 Jan 2010 14:52:57 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00, DATE_IN_PAST_03_06,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: antoine@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: docs/142281: firmware(9) references nonexistent sample file X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2010 19:53:10 -0000 On Sunday 03 January 2010 6:01:17 pm Warren Block wrote: > > >Number: 142281 > >Category: docs > >Synopsis: firmware(9) references nonexistent sample file > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-doc > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: doc-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Jan 03 23:10:01 UTC 2010 > >Closed-Date: > >Last-Modified: > >Originator: Warren Block > >Release: 8-STABLE > >Organization: > >Environment: > FreeBSD lightning 8.0-STABLE FreeBSD 8.0-STABLE #0: Tue Dec 29 21:00:58 MST 2009 root@lightning:/usr/obj/usr/src/sys/LIGHTNING i386 > >Description: > man 9 firmware: > > .. > > SEE ALSO > module(9), kld(4) > > /usr/share/examples/kld/firmware > > /usr/share/examples/kld/firmware does not exist, although it is present under /usr/src/. > > >How-To-Repeat: > man 9 firmware > % ls /usr/share/examples/kld/firmware > ls: /usr/share/examples/kld/firmware: No such file or directory > >Fix: > Either modify installworld to install the directory or change the man page to point to /usr/src. This is already fixed in HEAD to install the example, the fix just needs to be MFC'd. The MFC is currently scheduled for January 12th. -- John Baldwin