diff options
| author | joerg <joerg@NetBSD.org> | 2010-04-05 19:34:28 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2010-04-05 19:34:28 +0000 |
| commit | c028b86dc17f62bf8a326afb6ef01c8da104201f (patch) | |
| tree | 233fab88a92455909909362f3eef0a8b3a363304 | |
| parent | 9b58421eae3f1c3ce1e2a9f80c4ef75d7defdcde (diff) | |
\\ -> \e
| -rw-r--r-- | share/man/man9/ieee80211_radiotap.9 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9 index 2f075065476..360b0899c3e 100644 --- a/share/man/man9/ieee80211_radiotap.9 +++ b/share/man/man9/ieee80211_radiotap.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: ieee80211_radiotap.9,v 1.11 2007/03/26 04:32:14 dyoung Exp $ +.\" $NetBSD: ieee80211_radiotap.9,v 1.12 2010/04/05 19:34:28 joerg Exp $ .\" .\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>, .\" Darron Broad <darron@kewl.org>. @@ -243,11 +243,11 @@ struct an_rx_radiotap_header { .Pp Bitmap indicating which fields are present in the above structure: .Bd -literal -offset indent -#define AN_RX_RADIOTAP_PRESENT \\ - ((1 \*[Gt]\*[Gt] IEEE80211_RADIOTAP_FLAGS) | \\ - (1 \*[Gt]\*[Gt] IEEE80211_RADIOTAP_RATE) | \\ - (1 \*[Gt]\*[Gt] IEEE80211_RADIOTAP_CHANNEL) | \\ - (1 \*[Gt]\*[Gt] IEEE80211_RADIOTAP_DBM_ANTSIGNAL) | \\ +#define AN_RX_RADIOTAP_PRESENT \e + ((1 \*[Gt]\*[Gt] IEEE80211_RADIOTAP_FLAGS) | \e + (1 \*[Gt]\*[Gt] IEEE80211_RADIOTAP_RATE) | \e + (1 \*[Gt]\*[Gt] IEEE80211_RADIOTAP_CHANNEL) | \e + (1 \*[Gt]\*[Gt] IEEE80211_RADIOTAP_DBM_ANTSIGNAL) | \e (1 \*[Gt]\*[Gt] IEEE80211_RADIOTAP_DBM_ANTNOISE)) .Ed .Sh SEE ALSO |
