summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2015-12-15 10:24:48 +0000
committerbrueffer <brueffer@FreeBSD.org>2015-12-15 10:24:48 +0000
commit588ac0586539c8ba710118029f948002877ccf2b (patch)
tree12b576ba59c5f79c0a6dec721e50f0df5dfd394f /lib
parent1d233604a2775fb2e93402db871a8b7a28c3feca (diff)
downloadFreeBSD-src-588ac0586539c8ba710118029f948002877ccf2b.zip
FreeBSD-src-588ac0586539c8ba710118029f948002877ccf2b.tar.gz
Minor spelling, mdoc and style cleanup.
Diffstat (limited to 'lib')
-rw-r--r--lib/lib80211/lib80211.315
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/lib80211/lib80211.3 b/lib/lib80211/lib80211.3
index 46022b5..9986ce0 100644
--- a/lib/lib80211/lib80211.3
+++ b/lib/lib80211/lib80211.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 24, 2015
+.Dd December 15, 2015
.Dt 80211 3
.Os
.Sh NAME
@@ -87,14 +87,14 @@ The
.Fn lib80211_regdomain_findbysku
and
.Fn lib80211_regdomain_findbyname
-functions lookup a regulatory domain entry by SKU enum and SKU name
+functions look up a regulatory domain entry by SKU enum and SKU name
respectively.
.Pp
The
.Fn lib80211_country_findbycc
and
.Fn lib80211_country_findbyname
-functions lookup a country information entry by ISO country enum and
+functions look up a country information entry by ISO country enum and
ISO country code string respectively.
.Sh RETURN VALUES
The
@@ -104,11 +104,12 @@ The
.Fn lib80211_regdomain_findbyname ,
.Fn lib80211_country_findbycc ,
.Fn lib80211_country_findbyname
-return NULL upon error.
-
+return
+.Dv NULL
+upon error.
.Sh SEE ALSO
-.Xr ifconfig 8 ,
-.Xr net80211 4
+.Xr net80211 4 ,
+.Xr ifconfig 8
.Sh HISTORY
The
.Nm lib80211
OpenPOWER on IntegriCloud