Module Name: src
Committed By: wiz
Date: Wed Mar 6 22:19:03 UTC 2013
Modified Files:
src/share/man/man9: ieee80211_radiotap.9
Log Message:
New sentence, new line.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/share/man/man9/ieee80211_radiotap.9:1.13
--- src/share/man/man9/ieee80211_radiotap.9:1.12 Mon Apr 5 19:34:28 2010
+++ src/share/man/man9/ieee80211_radiotap.9 Wed Mar 6 22:19:03 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: ieee80211_radiotap.9,v 1.12 2010/04/05 19:34:28 joerg Exp $
+.\" $NetBSD: ieee80211_radiotap.9,v 1.13 2013/03/06 22:19:03 wiz Exp $
.\"
.\" Copyright (c) 2004 Bruce M. Simpson <[email protected]>,
.\" Darron Broad <[email protected]>.
@@ -91,8 +91,8 @@ typically defines a structure embedding
.Vt "struct ieee80211_radiotap_header"
at the beginning,
with subsequent fields naturally aligned,
-and in the appropriate order. Also, a driver defines
-a macro to set the bits of the
+and in the appropriate order.
+Also, a driver defines a macro to set the bits of the
.Va it_present
bitmap to indicate which fields exist and are filled in by the driver.
.\"