| Summary: | [patch] ndis(4) man page outdated | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Gavin Atkinson <gavin> | ||||
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Gavin Atkinson
2006-05-13 23:20:18 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! Responsible Changed From-To: freebsd-doc->trhodes Over to me, MFC reminder. 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"
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"
State Changed From-To: patched->closed This change has been merged into RELENG_6, thanks! |