From 4d770dcfd65a85f5af90ce55e198cbad8fb57fe5 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 27 Apr 2010 22:04:53 +0200 Subject: [PATCH] Yet another round of typo fixes in manpages and messages. --- sbin/ifconfig/ifconfig.8 | 4 ++-- sbin/ifconfig/ifieee80211.c | 2 +- share/man/man4/aac.4 | 2 +- sys/netproto/802_11/wlan/ieee80211_node.c | 2 +- usr.sbin/mptutil/mptutil.8 | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 5d2c733dd0..6096e4a3ff 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1074,9 +1074,9 @@ In particular the information elements included in management frames 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 diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c index 0027b59eb8..044253ab85 100644 --- a/sbin/ifconfig/ifieee80211.c +++ b/sbin/ifconfig/ifieee80211.c @@ -5027,7 +5027,7 @@ DECL_CMD_FUNC(set80211clone_wlanaddr, arg, d) 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; } diff --git a/share/man/man4/aac.4 b/share/man/man4/aac.4 index cf47e88d37..21f1e0eb66 100644 --- a/share/man/man4/aac.4 +++ b/share/man/man4/aac.4 @@ -60,7 +60,7 @@ Access to RAID containers is available via the device nodes. The .Nm aacp -device enables the SCSI pass-thru interface and allows devices connected +device enables the SCSI pass-through interface and allows devices connected to the card such as CD-ROMs to be available via the CAM .Xr scsi 4 subsystem. diff --git a/sys/netproto/802_11/wlan/ieee80211_node.c b/sys/netproto/802_11/wlan/ieee80211_node.c index 4e5f6c424a..93398bbdac 100644 --- a/sys/netproto/802_11/wlan/ieee80211_node.c +++ b/sys/netproto/802_11/wlan/ieee80211_node.c @@ -433,7 +433,7 @@ ieee80211_reset_bss(struct ieee80211vap *vap) ieee80211_reset_erp(ic); ni = ieee80211_alloc_node(&ic->ic_sta, vap, vap->iv_myaddr); - KASSERT(ni != NULL, ("unable to setup inital BSS node")); + KASSERT(ni != NULL, ("unable to setup initial BSS node")); obss = vap->iv_bss; vap->iv_bss = ieee80211_ref_node(ni); if (obss != NULL) { diff --git a/usr.sbin/mptutil/mptutil.8 b/usr.sbin/mptutil/mptutil.8 index 40cfa9c9de..56b2407a29 100644 --- a/usr.sbin/mptutil/mptutil.8 +++ b/usr.sbin/mptutil/mptutil.8 @@ -123,7 +123,7 @@ where is the bus ID and .Ar yy is the target ID. -If the bus ID is ommitted, +If the bus ID is omitted, the volume is assumed to be on bus 0. Second, on the volume may be specified by the corresponding -- 2.41.0