| Summary: | [PATCH] remove nonexistent man page reference | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | David Rhodus <drhodus> |
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
David Rhodus
2006-05-17 01:00:35 UTC
On 2006-05-16 23:50, David Rhodus <drhodus@machdep.com> wrote: > Index: ndiscvt.8 > =================================================================== > RCS file: /home/ncvs/src/usr.sbin/ndiscvt/ndiscvt.8,v > retrieving revision 1.7.2.1 > diff -u -r1.7.2.1 ndiscvt.8 > --- ndiscvt.8 18 Aug 2005 15:01:26 -0000 1.7.2.1 > +++ ndiscvt.8 16 May 2006 23:47:46 -0000 > @@ -262,8 +262,7 @@ > .Xr ld 1 , > .Xr objcopy 1 , > .Xr ndis 4 , > -.Xr kldload 8 , > -.Xr ndisapi 9 > +.Xr kldload 8 > .Sh HISTORY > The > .Nm Perhaps Bill Paul intented to write an ndisapi(9) manpage? Instead of removing this we should probably ask his opinion, and see if we should keep this reference for a while. - Giorgos State Changed From-To: open->patched I've removed the noted Xref, thanks! Responsible Changed From-To: freebsd-doc->trhodes Over to me, MFC reminder. trhodes 2006-10-10 07:19:30 UTC
FreeBSD src repository
Modified files:
usr.sbin/ndiscvt ndiscvt.8
Log:
Remove ndisapi.9 Xref.
PR: 97375
Revision Changes Path
1.9 +1 -2 src/usr.sbin/ndiscvt/ndiscvt.8
_______________________________________________
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 09:18:41 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.sbin/ndiscvt ndiscvt.8
Log:
MFC:
Remove ndisapi.9 Xref.
PR: 97375
Approved by: re (hrs)
Revision Changes Path
1.7.2.2 +1 -2 src/usr.sbin/ndiscvt/ndiscvt.8
_______________________________________________
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 Changes merged into RELENG_6, thanks! |