From 421c7dbbf7f820a4aa1752932ca2b05e18338be4 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 25 Feb 2007 01:09:09 +0000 Subject: [PATCH] Fix references. --- share/man/man9/ieee80211_radiotap.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9 index 997b8c1e06..38902a39f3 100644 --- a/share/man/man9/ieee80211_radiotap.9 +++ b/share/man/man9/ieee80211_radiotap.9 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD: src/share/man/man9/ieee80211_radiotap.9,v 1.3 2004/07/07 12:59:39 ru Exp $ .\" $NetBSD: ieee80211_radiotap.9,v 1.9 2006/03/12 03:22:02 dyoung Exp $ -.\" $DragonFly: src/share/man/man9/ieee80211_radiotap.9,v 1.5 2006/12/25 14:45:33 sephe Exp $ +.\" $DragonFly: src/share/man/man9/ieee80211_radiotap.9,v 1.6 2007/02/25 01:09:09 swildner Exp $ .\" .Dd December 25, 2006 .Dt IEEE80211_RADIOTAP 9 @@ -68,7 +68,7 @@ in the same order as the bits indicating their presence. This typically includes information such as signal quality and timestamps. This information may be used by a variety of user agents, including -.Xr tcpdump 8 . +.Xr tcpdump 1 . It is requested by using the .Xr bpf 4 data-link type @@ -109,7 +109,7 @@ capture fields. radiotap-compliant drivers must insert padding before a capture field to ensure its natural alignment. radiotap-compliant packet dissectors, such as -.Xr tcpdump 8 , +.Xr tcpdump 1 , expect the padding. .Pp Developers beware: all compilers may not pack structs alike. -- 2.41.0