Bug 142281

Summary: firmware(9) references nonexistent sample file
Product: Documentation Reporter: Warren Block <wblock>
Component: Books & ArticlesAssignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Warren Block 2010-01-03 23:10:01 UTC
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/.

Fix: 

Either modify installworld to install the directory or change the man page to point to /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
Comment 1 John Baldwin freebsd_committer freebsd_triage 2010-01-04 15:02:23 UTC
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
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2010-01-04 19:58:10 UTC
State Changed
From-To: open->patched

Already fixed in head 


Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2010-01-04 19:58:10 UTC
Responsible Changed
From-To: freebsd-doc->antoine

Take
Comment 4 Antoine Brodin freebsd_committer freebsd_triage 2010-01-15 14:32:20 UTC
State Changed
From-To: patched->closed

Merged to stable/8 and stable/7.