Bug 131898

Summary: [PATCH] removal of nonexistent manpage in SEE ALSO section of iwn(4)
Product: Documentation Reporter: Niclas Zeising <niclas.zeising>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Niclas Zeising 2009-02-20 09:30:01 UTC
In the see also section  of iwn(4) there is a reference to a nonexistent manpage iwnfw(4). The attached patch removes that reference.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-05-09 19:09:42 UTC
Author: roberto
Date: Sat May  9 18:09:18 2009
New Revision: 191941
URL: http://svn.freebsd.org/changeset/base/191941

Log:
  Remove reference to nonexistant manpage.
  
  PR:		    ports/131898
  Submitted by:	    Niclas Zeising <niclas.zeising@gmail.com>
  Prodded by:         sbruno

Modified:
  head/share/man/man4/iwn.4

Modified: head/share/man/man4/iwn.4
==============================================================================
--- head/share/man/man4/iwn.4	Sat May  9 18:09:17 2009	(r191940)
+++ head/share/man/man4/iwn.4	Sat May  9 18:09:18 2009	(r191941)
@@ -146,7 +146,6 @@ failed.
 This should not happen.
 .El
 .Sh SEE ALSO
-.Xr iwnfw 4 ,
 .Xr pci 4 ,
 .Xr wlan 4 ,
 .Xr wlan_ccmp 4 ,
_______________________________________________
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"
Comment 2 Ollivier Robert freebsd_committer freebsd_triage 2009-05-09 19:10:17 UTC
State Changed
From-To: open->closed

Patch applied, thanks!