Bug 118264

Summary: 7.0-BETA3 man nfe is wrong 7.0 not 6.0
Product: Documentation Reporter: jhs
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me CC: pyunyh
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description jhs 2007-11-26 18:40:00 UTC
	
	man nfe
	HISTORY
     The nfe device driver first appeared in OpenBSD 3.9, and then in
     FreeBSD 6.0.

	Wrong! Not in 6.2-RELEASE. I reckon they mean 7.0
	Ask author I think is Pyun YongHyeon <pyunyh@gmail.com> cc'd

	BTW I doubt its in 
	6.3BETA as I see no src/share/man/man4/nfe.4

Fix: 

s/6.0/70/ in src/share/man/man4/nfe.4
Comment 1 Pyun YongHyeon freebsd_committer freebsd_triage 2007-11-27 01:31:51 UTC
Responsible Changed
From-To: freebsd-i386->remko

Remko, would you have a look and fix it?
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-27 06:54:18 UTC
remko       2007-11-27 06:54:13 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       nfe.4 
  Log:
  The nfe driver will first appear in 7.0 and not in 6.x
  
  PR:             i386/118264
  Submitted by:   "Julian H. Stacey" <jhs at berklix dot org>
  Nod from:       yongari
  
  Revision  Changes    Path
  1.9       +2 -2      src/share/man/man4/nfe.4
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2007-11-27 06:54:19 UTC
State Changed
From-To: open->patched

Patched in -HEAD
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-12-02 08:46:01 UTC
remko       2007-12-02 08:45:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    share/man/man4       nfe.4 
  Log:
  MFC rev 1.9 nfe.4
  
    The nfe driver will first appear in 7.0 and not in 6.x
  
    PR:             i386/118264
    Submitted by:   "Julian H. Stacey" <jhs at berklix dot org>
    Nod from:       yongari
  
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.8.2.1   +2 -2      src/share/man/man4/nfe.4
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Remko Lodder freebsd_committer freebsd_triage 2007-12-02 08:51:57 UTC
State Changed
From-To: patched->closed

MFC'ed to relevant branch as well. Thanks for the submission Julian!