Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2014 10:41:26 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r264588 - stable/8/usr.sbin/wlandebug
Message-ID:  <201404171041.s3HAfQNq084187@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Thu Apr 17 10:41:26 2014
New Revision: 264588
URL: http://svnweb.freebsd.org/changeset/base/264588

Log:
  MFC: r264315, r264316
  
  Fix Xref order in SEE ALSO.

Modified:
  stable/8/usr.sbin/wlandebug/wlandebug.8
Directory Properties:
  stable/8/usr.sbin/wlandebug/   (props changed)

Modified: stable/8/usr.sbin/wlandebug/wlandebug.8
==============================================================================
--- stable/8/usr.sbin/wlandebug/wlandebug.8	Thu Apr 17 10:39:18 2014	(r264587)
+++ stable/8/usr.sbin/wlandebug/wlandebug.8	Thu Apr 17 10:41:26 2014	(r264588)
@@ -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 athstats 8 ,
+.Xr ifconfig 8 ,
+.Xr wlanstats 8
 .Sh NOTES
 Different wireless drivers support different debugging messages.
 Drivers such as



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404171041.s3HAfQNq084187>