Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 01:09:47 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r42745 - head/en_US.ISO8859-1/htdocs/releases/9.2R
Message-ID:  <201309300109.r8U19lMV083208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Sep 30 01:09:46 2013
New Revision: 42745
URL: http://svnweb.freebsd.org/changeset/doc/42745

Log:
  Document r252748.
  Add man page references for:
   - rc.conf(5)
   - hostapd(8)
   - wlan(4)
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml	Mon Sep 30 01:03:28 2013	(r42744)
+++ head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml	Mon Sep 30 01:09:46 2013	(r42745)
@@ -7,6 +7,9 @@
 <!ENTITY manlink.begin "http://www.FreeBSD.org/cgi/man.cgi?manpath=&os;+&release.version;">;
 <!ENTITY man.firewire.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=firewire&amp;sektion=4'>firewire(4)</a>">
 <!ENTITY man.virtio.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=virtio&amp;sektion=4'>virtio(4)</a>">
+<!ENTITY man.wlan.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=wlan&amp;sektion=4'>wlan(4)</a>">
+<!ENTITY man.rc.conf.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=rc.conf&amp;sektion=5'>rc.conf(5)</a>">
+<!ENTITY man.hostapd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=hostapd&amp;sektion=8'>hostapd(8)</a>">
 <!--
      Sample manual page entity:
      <!ENTITY man.fstab.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=fstab&amp;sektion=5'>fstab(5)</a>">
@@ -78,6 +81,13 @@
       <li>
 	<p>The ZFS filesystem now supports lz4 compression.  [<a
 	    href="&svn.rev;247309">r247309</a>]</p></li>
+
+      <li>
+	<p>Implement new &man.rc.conf.5; syntax for &man.hostapd.8;.
+	  The new format is: <code>ifconfig_wlanX="HOSTAP"</code>,
+	  where <code>X</code> represents the &man.wlan.4; interface.
+	  [<a
+	    href="&svn.rev;252748">r252748</a>]</p></li>
     </ul>
 
   </body>



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