svn commit: r188898 - stable/7/share/man/man4

Sam Leffler sam at FreeBSD.org
Sat Feb 21 11:19:13 PST 2009


Author: sam
Date: Sat Feb 21 19:19:11 2009
New Revision: 188898
URL: http://svn.freebsd.org/changeset/base/188898

Log:
  fix cross-refs to wlandebug
  
  PR:		docs/131927
  Submitted by:	David Horn <dhorn2000 at gmail.com>

Modified:
  stable/7/share/man/man4/wlan.4

Modified: stable/7/share/man/man4/wlan.4
==============================================================================
--- stable/7/share/man/man4/wlan.4	Sat Feb 21 16:39:26 2009	(r188897)
+++ stable/7/share/man/man4/wlan.4	Sat Feb 21 19:19:11 2009	(r188898)
@@ -101,7 +101,7 @@ For example,
 enables debugging messages related to scanning for an access point,
 adhoc neighbor, or an unoccupied channel when operation as an access point.
 The
-.Xr 80211debug
+.Xr wlandebug
 tool provides a more user-friendly mechanism for doing the same thing.
 .Pp
 Many drivers will also display the contents of each 802.11 frame
@@ -135,7 +135,8 @@ was used to be compatible with
 .Xr wlan_tkip 4 ,
 .Xr wlan_wep 4 ,
 .Xr wlan_xauth 4 ,
-.Xr zyd 4
+.Xr zyd 4 ,
+.Xr wlandebug 8
 .Sh STANDARDS
 More information can be found in the IEEE 802.11 Standard.
 .Sh HISTORY


More information about the svn-src-stable mailing list