| Summary: | [patch] mwlfw(4) manual references incorrect manual page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Glen Barber <glen.j.barber> | ||||
| Component: | Books & Articles | Assignee: | Benedict Reuschling <bcr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Glen Barber
2009-11-29 00:40:01 UTC
Responsible Changed From-To: freebsd-doc->bcr I will work on this one. Author: bcr (doc committer) Date: Sat Dec 19 16:36:57 2009 New Revision: 200731 URL: http://svn.freebsd.org/changeset/base/200731 Log: Reference the correct man page for firmware(9). PR: docs/140986 Submitted by: Glen Barber (glen dot j dot barber at gmail dot com) MFC after: 4 days Reviewed by: sam Approved by: sam, jkois (mentor) Modified: head/share/man/man4/mwlfw.4 Modified: head/share/man/man4/mwlfw.4 ============================================================================== --- head/share/man/man4/mwlfw.4 Sat Dec 19 13:39:07 2009 (r200730) +++ head/share/man/man4/mwlfw.4 Sat Dec 19 16:36:57 2009 (r200731) @@ -49,4 +49,4 @@ It may be statically linked into the kernel, or loaded as a module. .Sh SEE ALSO .Xr mwl 4 , -.Xr firmware 8 +.Xr firmware 9 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: open->patched Committed to head in r200731, MFC pending. Author: bcr (doc committer) Date: Wed Dec 23 16:30:39 2009 New Revision: 200903 URL: http://svn.freebsd.org/changeset/base/200903 Log: MFC r200731: Reference the correct man page for firmware(9). PR: docs/140986 Submitted by: Glen Barber (glen dot j dot barber at gmail dot com) Reviewed by: sam Approved by: sam, jkois (mentor) Modified: stable/8/share/man/man4/mwlfw.4 Modified: stable/8/share/man/man4/mwlfw.4 ============================================================================== --- stable/8/share/man/man4/mwlfw.4 Wed Dec 23 15:22:50 2009 (r200902) +++ stable/8/share/man/man4/mwlfw.4 Wed Dec 23 16:30:39 2009 (r200903) @@ -49,4 +49,4 @@ It may be statically linked into the kernel, or loaded as a module. .Sh SEE ALSO .Xr mwl 4 , -.Xr firmware 8 +.Xr firmware 9 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: patched->closed MFC done in rev. 200903, closed! Thanks for sending the PR. |