svn commit: r207320 - head/sbin/ifconfig
Rui Paulo
rpaulo at FreeBSD.org
Wed Apr 28 10:57:27 UTC 2010
Author: rpaulo
Date: Wed Apr 28 10:57:27 2010
New Revision: 207320
URL: http://svn.freebsd.org/changeset/base/207320
Log:
Fix typos.
Obtained from: DragonFlyBSD
Modified:
head/sbin/ifconfig/ifconfig.8
head/sbin/ifconfig/ifieee80211.c
Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8 Wed Apr 28 10:36:33 2010 (r207319)
+++ head/sbin/ifconfig/ifconfig.8 Wed Apr 28 10:57:27 2010 (r207320)
@@ -1163,9 +1163,9 @@ In particular the information elements i
for old devices are different.
When compatibility support is enabled both standard and compatible data
will be provided.
-Stations that associate using the compatiblity mechanisms are flagged
+Stations that associate using the compatibility mechanisms are flagged
in ``list sta''.
-To disable compatiblity support use
+To disable compatibility support use
.Fl htcompat .
.It Cm htprotmode Ar technique
For interfaces operating in 802.11n, use the specified
Modified: head/sbin/ifconfig/ifieee80211.c
==============================================================================
--- head/sbin/ifconfig/ifieee80211.c Wed Apr 28 10:36:33 2010 (r207319)
+++ head/sbin/ifconfig/ifieee80211.c Wed Apr 28 10:57:27 2010 (r207320)
@@ -5027,7 +5027,7 @@ DECL_CMD_FUNC(set80211clone_wlanaddr, ar
ea = ether_aton(arg);
if (ea == NULL)
- errx(1, "%s: cannot parse addres", arg);
+ errx(1, "%s: cannot parse address", arg);
memcpy(params.icp_macaddr, ea->octet, IEEE80211_ADDR_LEN);
params.icp_flags |= IEEE80211_CLONE_MACADDR;
}
More information about the svn-src-all
mailing list