svn commit: r42746 - head/en_US.ISO8859-1/htdocs/releases/9.2R
Glen Barber
gjb at FreeBSD.org
Mon Sep 30 01:20:10 UTC 2013
Author: gjb
Date: Mon Sep 30 01:20:09 2013
New Revision: 42746
URL: http://svnweb.freebsd.org/changeset/doc/42746
Log:
Document r245076, r245128
Add man page references for:
- vlan(4)
- rarpd(8)
- xz(1)
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:09:46 2013 (r42745)
+++ head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml Mon Sep 30 01:20:09 2013 (r42746)
@@ -5,11 +5,14 @@
<!ENTITY title "&os; &release.version; Release Notes">
<!ENTITY svn.rev "http://svn.FreeBSD.org/viewvc/base?view=revision&revision=">
<!ENTITY manlink.begin "http://www.FreeBSD.org/cgi/man.cgi?manpath=&os;+&release.version;">
+<!ENTITY man.xz.1 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=xz&sektion=1'>xz(1)</a>">
<!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.vlan.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=vlan&sektion=4'>vlan(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>">
+<!ENTITY man.rarpd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=rarpd&sektion=8'>rarpd(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>">
@@ -44,6 +47,14 @@
<ul>
<li>
+ <p>Support for &man.rarpd.8; added to &man.vlan.4;.
+ [<a href="&svn.rev;245076">r245076</a>]</p></li>
+
+ <li>
+ <p>&man.xz.1; updated to version 5.0.4.
+ [<a href="&svn.rev;245128">r245128</a>]</p></li>
+
+ <li>
<p>The ZFS filesystem now supports TRIM when used on solid
state drives. ZFS TRIM support is enabled by default. [<a
href="&svn.rev;251419">r251419</a>] The following
More information about the svn-doc-head
mailing list