Document r252789

Add man page references for:
- sysctl.conf(5)

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2013-09-30 03:59:41 +00:00
parent d6f5c80c75
commit 229d055e79
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42753

View file

@ -20,6 +20,7 @@
<!ENTITY man.vlan.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=vlan&amp;sektion=4'>vlan(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.sysctl.conf.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=sysctl.conf&amp;sektion=5'>sysctl.conf(5)</a>">
<!ENTITY man.bsdinstall.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=bsdinstall&amp;sektion=8'>bsdinstall(8)</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>">
<!ENTITY man.rarpd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=rarpd&amp;sektion=8'>rarpd(8)</a>">
@ -171,6 +172,16 @@
<p>Add support for the Chelsio 40G T5. [<a
href="&svn.rev;252495">r252495</a>]</p></li>
<li>
<p>Add a tunable to increase the initial TCP congestion
window from 4 segments to 10 segments. This tunable
can be enabled by adding
<code>net.inet.tcp.experimental.initcwnd10=1</code> to
&man.sysctl.conf.5;. This tunable is turned off by default
in &os;&nbsp;&release.version;.
[<a
href="&svn.rev;252789">r252789</a>]</p></li>
<li>
<p>Update the &man.ixgbe.4; driver. [<a
href="&svn.rev;252898">r252898</a>]</p></li>