svn commit: r264315 - head/usr.sbin/wlandebug

Christian Brueffer brueffer at FreeBSD.org
Thu Apr 10 10:54:07 UTC 2014


Author: brueffer
Date: Thu Apr 10 10:54:06 2014
New Revision: 264315
URL: http://svnweb.freebsd.org/changeset/base/264315

Log:
  Fix Xref order in SEE ALSO.
  
  MFC after:	1 week

Modified:
  head/usr.sbin/wlandebug/wlandebug.8

Modified: head/usr.sbin/wlandebug/wlandebug.8
==============================================================================
--- head/usr.sbin/wlandebug/wlandebug.8	Thu Apr 10 10:18:30 2014	(r264314)
+++ head/usr.sbin/wlandebug/wlandebug.8	Thu Apr 10 10:54:06 2014	(r264315)
@@ -153,10 +153,10 @@ The following might be used to debug bas
 it enables debug messages while scanning, authenticating to
 an access point, and associating to an access point.
 .Sh SEE ALSO
-.Xr ifconfig 8 ,
-.Xr wlanstats 8 ,
 .Xr athdebug 8 ,
 .Xr athstats 8 .
+.Xr ifconfig 8 ,
+.Xr wlanstats 8
 .Sh NOTES
 Different wireless drivers support different debugging messages.
 Drivers such as


More information about the svn-src-head mailing list