Module Name: src
Committed By: joerg
Date: Mon Apr 5 19:34:28 UTC 2010
Modified Files:
src/share/man/man9: ieee80211_radiotap.9
Log Message:
\\ -> \e
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/ieee80211_radiotap.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/ieee80211_radiotap.9
diff -u src/share/man/man9/ieee80211_radiotap.9:1.11 src/share/man/man9/ieee80211_radiotap.9:1.12
--- src/share/man/man9/ieee80211_radiotap.9:1.11 Mon Mar 26 04:32:14 2007
+++ src/share/man/man9/ieee80211_radiotap.9 Mon Apr 5 19:34:28 2010
@@ -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 <[email protected]>,
.\" Darron Broad <[email protected]>.
@@ -243,11 +243,11 @@
.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