| Summary: | firmware(9) references nonexistent sample file | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> |
| Component: | Books & Articles | Assignee: | Antoine Brodin <antoine> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
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 State Changed From-To: open->patched Already fixed in head Responsible Changed From-To: freebsd-doc->antoine Take State Changed From-To: patched->closed Merged to stable/8 and stable/7. |
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