Bug 97231

Summary: [patch] ndis(4) man page outdated
Product: Documentation Reporter: Gavin Atkinson <gavin>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ndisman.diff none

Description Gavin Atkinson 2006-05-13 23:20:18 UTC
	The ndis(4) man page is 12 months out of date - as the method
it describes to create the kernel module using ndiscvt(8) was obsoleted
12 months ago with the addition of ndisgen(8).

The related source changes are in HEAD and RELENG_6, and were MFC'd to
RELENG_5 about 12 months ago, just after the 5.4 fork.  Therefore it
would be good to get this change into FreeBSD 5.5 if it's not too late.

How-To-Repeat: 	N/A
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2006-10-13 12:30:35 UTC
State Changed
From-To: open->patched

Slightly different version of your patch applied as the 
ndiscvt(8) utility has not been obsoleted, ndisgen(8) is 
just an easier to use method of interacting with ndiscvt(8). 
Thanks for the submission! 


Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2006-10-13 12:30:35 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me, MFC reminder.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-10-13 12:30:36 UTC
trhodes     2006-10-13 11:30:07 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4/man4.i386 ndis.4 
  Log:
  Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
  former is easier to use.
  
  PR:             97231
  
  Revision  Changes    Path
  1.12      +5 -6      src/share/man/man4/man4.i386/ndis.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 4 dfilter service freebsd_committer freebsd_triage 2006-11-03 10:40:29 UTC
trhodes     2006-11-03 10:40:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    share/man/man4/man4.i386 ndis.4 
  Log:
  Sync up to CURRENT:
    Kill reference to ndisapi.9 here as well, it doesn't exist.
  
    PR:             82114
  
    Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
    former is easier to use.
  
    PR:             97231
  
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.9.2.1   +6 -8      src/share/man/man4/man4.i386/ndis.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 Tom Rhodes freebsd_committer freebsd_triage 2006-11-03 10:40:54 UTC
State Changed
From-To: patched->closed

This change has been merged into RELENG_6, thanks!