| Summary: | [patch] ieee80211_radiotap(9) mentions incorrect data link-layer type | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Sam Banks <samb> | ||||
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Sam Banks
2008-03-07 20:30:02 UTC
brueffer 2008-03-17 16:33:34 UTC
FreeBSD src repository
Modified files:
share/man/man9 ieee80211_radiotap.9
Log:
Correct bpf data-link type.
PR: 121477
Submitted by: Sam Banks
MFC after: 3 days
Revision Changes Path
1.4 +2 -2 src/share/man/man9/ieee80211_radiotap.9
_______________________________________________
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: open->patched Patched in HEAD, MFC pending. Thanks! Responsible Changed From-To: freebsd-doc->brueffer MFC reminder. brueffer 2008-03-17 16:37:35 UTC
FreeBSD src repository
Modified files:
share/man/man9 ieee80211_radiotap.9
Log:
Bah, missed one instance in the previous commit. Correct bpf
data-link type here as well.
PR: 121477
Revision Changes Path
1.5 +1 -1 src/share/man/man9/ieee80211_radiotap.9
_______________________________________________
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 MFCs done. Thanks! |