Document r252748.
Add man page references for: - rc.conf(5) - hostapd(8) - wlan(4) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4868db60d2
commit
1958d24663
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42745
1 changed files with 10 additions and 0 deletions
|
@ -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;&query=firewire&sektion=4'>firewire(4)</a>">
|
||||
<!ENTITY man.virtio.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=virtio&sektion=4'>virtio(4)</a>">
|
||||
<!ENTITY man.wlan.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=wlan&sektion=4'>wlan(4)</a>">
|
||||
<!ENTITY man.rc.conf.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=rc.conf&sektion=5'>rc.conf(5)</a>">
|
||||
<!ENTITY man.hostapd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=hostapd&sektion=8'>hostapd(8)</a>">
|
||||
<!--
|
||||
Sample manual page entity:
|
||||
<!ENTITY man.fstab.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=fstab&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>
|
||||
|
|
Loading…
Reference in a new issue