| Summary: | [patch] [ndis]: add info to man 4 ndis | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Julian.Stacey.jhs <jhs> | ||||
| Component: | Books & Articles | Assignee: | Gavin Atkinson <gavin> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | frankstaals | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Julian.Stacey.jhs
2007-07-01 10:20:03 UTC
Responsible Changed From-To: freebsd-i386->freebsd-doc Reassign to doc team State Changed From-To: open->patched .Xr changes committed to head. I've not added the URL as it no longer exists, and I can't see another page on that site that would be useful to link to. Responsible Changed From-To: freebsd-doc->gavin Mine Author: gavin Date: Sun Mar 14 15:49:04 2010 New Revision: 205155 URL: http://svn.freebsd.org/changeset/base/205155 Log: Add extra Xrefs PR: docs/114184 Submitted by: Julian Stacey <jhs berklix.org> MFC after: 1 week Modified: head/share/man/man4/ndis.4 Modified: head/share/man/man4/ndis.4 ============================================================================== --- head/share/man/man4/ndis.4 Sun Mar 14 14:24:35 2010 (r205154) +++ head/share/man/man4/ndis.4 Sun Mar 14 15:49:04 2010 (r205155) @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 8, 2010 +.Dd March 14, 2010 .Dt NDIS 4 .Os .Sh NAME @@ -133,8 +133,10 @@ before a timeout expired. .Xr netintro 4 , .Xr ng_ether 4 , .Xr ifconfig 8 , +.Xr ndis_events 8 , .Xr ndiscvt 8 , -.Xr ndisgen 8 +.Xr ndisgen 8 , +.Xr wpa_supplicant 8 .Rs .%T "NDIS 5.1 specification" .%U http://www.microsoft.com _______________________________________________ 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" State Changed From-To: patched->closed Fixed in head and stable/8. Thanks! Author: gavin Date: Wed May 5 12:38:22 2010 New Revision: 207656 URL: http://svn.freebsd.org/changeset/base/207656 Log: Merge r205155 from head: Add extra Xrefs PR: docs/114184 Submitted by: Julian Stacey <jhs berklix.org> Modified: stable/8/share/man/man4/ndis.4 Directory Properties: stable/8/share/man/man4/ (props changed) Modified: stable/8/share/man/man4/ndis.4 ============================================================================== --- stable/8/share/man/man4/ndis.4 Wed May 5 12:37:07 2010 (r207655) +++ stable/8/share/man/man4/ndis.4 Wed May 5 12:38:22 2010 (r207656) @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 8, 2010 +.Dd March 14, 2010 .Dt NDIS 4 .Os .Sh NAME @@ -133,8 +133,10 @@ before a timeout expired. .Xr netintro 4 , .Xr ng_ether 4 , .Xr ifconfig 8 , +.Xr ndis_events 8 , .Xr ndiscvt 8 , -.Xr ndisgen 8 +.Xr ndisgen 8 , +.Xr wpa_supplicant 8 .Rs .%T "NDIS 5.1 specification" .%O http://www.microsoft.com _______________________________________________ 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" |