Update the printf(9) task description and mark as completed.

This commit is contained in:
Mike Barcroft 2002-06-03 16:30:34 +00:00
parent 867a6b025e
commit 91cf8e41e2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13299

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.26 2002/05/29 02:41:54 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.27 2002/06/02 05:38:46 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -194,6 +194,15 @@
<td> &status.n-a; </td>
</tr>
<tr>
<td> Implement new conversion specifiers (%j and %n) in
&man.printf.9;. </td>
<td> &a.dd;<br>&a.des; </td>
<td> 3 June 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
<td> Add __func__ reporting to &man.assert.3;. </td>
<td> &a.asmodai; </td>
@ -277,15 +286,6 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement new conversion specifiers (%j and %z) in
&man.printf.9;. </td>
<td> &a.dd;<br>&a.des; </td>
<td> 5 April 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement waitid(2). </td>
<td> &a.mike; </td>