svn commit: r47968 - head/en_US.ISO8859-1/htdocs/news/status
Benjamin Kaduk
bjk at FreeBSD.org
Sat Jan 9 18:35:13 UTC 2016
Author: bjk
Date: Sat Jan 9 18:35:11 2016
New Revision: 47968
URL: https://svnweb.freebsd.org/changeset/doc/47968
Log:
Some style fixes to the nascent 2015Q4 report
<sponsor> element bodies go on their own line.
Wrap man page references in <tt>.
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sat Jan 9 16:20:44 2016 (r47967)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sat Jan 9 18:35:11 2016 (r47968)
@@ -140,7 +140,7 @@
</contact>
<links>
- <url href="https://lists.FreeBSD.org/pipermail/svn-src-head/2015-December/079671.html">Bruce's email requesting bool be added to style(9)</url>
+ <url href="https://lists.FreeBSD.org/pipermail/svn-src-head/2015-December/079671.html">Bruce's email requesting bool be added to <tt>style(9)</tt></url>
<url href="https://reviews.FreeBSD.org/D4384">Differential Revision for the change</url>
</links>
@@ -150,11 +150,13 @@
like it's 1999!</p>
</body>
- <sponsor>EMC / Isilon Storage Division</sponsor>
+ <sponsor>
+ EMC / Isilon Storage Division
+ </sponsor>
<help>
<task>
- <p>Specify style(9)'s opinion on <tt>iso646.h.</tt></p>
+ <p>Specify <tt>style(9)</tt>'s opinion on <tt>iso646.h.</tt></p>
</task>
<task>
@@ -195,22 +197,24 @@
<links>
<url href="https://en.wikipedia.org/wiki/C_data_types#Fixed-width_integer_types">Wikipedia Entry on C99 Fixed-Width Integer Types</url>
- <url href="https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=203918">sysctl(8) -t Submission PR</url>
+ <url href="https://bugs.FreeBSD.org/bugzilla/show_bug.cgi?id=203918"><tt>sysctl(8)</tt> -t Submission PR</url>
</links>
<body>
<p> This quarter, support was added for fixed-width sysctls
- (signed and unsigned 8-bit, 16-bit, 32-bit, and 64-bit
- integers). The new KPIs are documented in the sysctl(9) manual
- page. The sysctl(8) command line tool supports all of the new
+ (signed and unsigned 8-bit, 16-bit, 32-bit, and 64-bit integers).
+ The new KPIs are documented in the <tt>sysctl(9)</tt> manual page.
+ The <tt>sysctl(8)</tt> command line tool supports all of the new
types.</p>
-
- <p>Sysctl(8) gained the '-t' flag, which prints sysctl type
+
+ <p><tt>sysctl(8)</tt> gained the '-t' flag, which prints sysctl type
information (the original patch was submitted by Yoshihiro Ota).
This support includes the newly added fixed-width types.</p>
</body>
- <sponsor>EMC / Isilon Storage Division</sponsor>
+ <sponsor>
+ EMC / Isilon Storage Division
+ </sponsor>
</project>
<project cat='kern'>
@@ -228,7 +232,7 @@
<links>
<url href="https://en.wikipedia.org/wiki/I/O_Acceleration_Technology">Wikipedia on I/OAT</url>
- <url href="https://www.FreeBSD.org/news/status/report-2015-07-2015-09.html#ioat%284%29-Driver-Import">Last quarter's ioat(4) report</url>
+ <url href="https://www.FreeBSD.org/news/status/report-2015-07-2015-09.html#ioat%284%29-Driver-Import">Last quarter's <tt>ioat(4)</tt> report</url>
</links>
<body>
@@ -245,7 +249,9 @@
various programming errors by resetting the hardware.</p>
</body>
- <sponsor>EMC / Isilon Storage Division</sponsor>
+ <sponsor>
+ EMC / Isilon Storage Division
+ </sponsor>
<help>
<task>
@@ -273,29 +279,31 @@
</links>
<body>
- <p>ntb_hw(4) is now up-to-date with the Linux NTB driver as
+ <p><tt>ntb_hw(4)</tt> is now up-to-date with the Linux NTB driver as
of the work-in-progress 4.4 kernel (and actually, contains some
fixes that haven't landed in the mainline Linux tree yet but will
land in 4.5). Only Back-to-back ("B2B") configurations
are supported at this time. Going forward, newer hardware may
only support the B2B configuration.</p>
- <p>if_ntb(4) is mostly up-to-date with the Linux NTB netdevice
+ <p><tt>if_ntb(4)</tt> is mostly up-to-date with the Linux NTB netdevice
driver. Notably absent is support for changing the MTU at
runtime.</p>
</body>
- <sponsor>EMC / Isilon Storage Division</sponsor>
+ <sponsor>
+ EMC / Isilon Storage Division
+ </sponsor>
<help>
<task>
- <p>Improving if_ntb(4) to avoid using the entire Base
+ <p>Improving <tt>if_ntb(4)</tt> to avoid using the entire Base
Address Register (BAR) when very large BAR sizes are configured
(e.g., 512 GB).</p>
</task>
<task>
- <p>Improving pmap_mapdev(9) to somehow allocate only
+ <p>Improving <tt>pmap_mapdev(9)</tt> to somehow allocate only
superpage mappings for large BARs, on platforms that support
superpages. (NTB BARs can be as large as 512 GB.)</p>
</task>
More information about the svn-doc-head
mailing list