Add a documentation task and assign it to

Hiten Pandya <hiten@unixdaemons.com> since he's working on it right now.
This commit is contained in:
Maxime Henrion 2003-01-15 17:30:23 +00:00
parent 1a4b4ef08e
commit e2dacda36b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15662

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/busdma/index.sgml,v 1.35 2003/01/15 16:59:02 mux Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/busdma/index.sgml,v 1.36 2003/01/15 17:29:19 tmm Exp $">
<!ENTITY title "FreeBSD busdma driver conversion project">
<!ENTITY email 'mux'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -29,6 +29,7 @@
<li><a href="#ifnet-status">Network Interface Driver Status</a></li>
<li><a href="#storage-status">Storage Device Driver Status</a></li>
<li><a href="#misc-status">Miscellaneous Device Driver Status</a></li>
<li><a href="#doc-status">Documentation Status</a></li>
</ul>
<a name="goal"></a>
@ -780,6 +781,27 @@
</table>
<a name="doc-status"></a>
<h2>Documentation Status</h2>
<table border=3>
<tr>
<th> Task </th>
<th> Responsible </th>
<th> Last updated </th>
<th> Status </th>
<th> Notes </th>
</tr>
<tr>
<td> manpages for the busdma API </td>
<td> Hiten Pandya &lt;hiten@unixdaemons.com&gt; </td>
<td> January 15, 2003 </td>
<td> &status.wip; </td>
<td> &nbsp; </td>
</tr>
</table>
&footer;
</body>
</html>