Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2013 19:31:57 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258438 - head/usr.sbin/wpa/ndis_events
Message-ID:  <201311211931.rALJVv6b026691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Thu Nov 21 19:31:57 2013
New Revision: 258438
URL: http://svnweb.freebsd.org/changeset/base/258438

Log:
  Fix reference to ioctl(2).

Modified:
  head/usr.sbin/wpa/ndis_events/ndis_events.8

Modified: head/usr.sbin/wpa/ndis_events/ndis_events.8
==============================================================================
--- head/usr.sbin/wpa/ndis_events/ndis_events.8	Thu Nov 21 19:29:41 2013	(r258437)
+++ head/usr.sbin/wpa/ndis_events/ndis_events.8	Thu Nov 21 19:31:57 2013	(r258438)
@@ -81,7 +81,7 @@ The
 version performs the same functions as the
 .Tn Windows\[rg]
 one, except that it uses an
-.Xr ioctl 4
+.Xr ioctl 2
 and routing socket interface instead of WMI.
 .Pp
 Note that a single instance of



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