o Mark the pr(1) utility task as having been MFC'd.

o Indicate that the at(1) task will not be MFC'd.
o Remove "Last updated" from the top, since "Last modified" is
  automatically generated on web documents.
This commit is contained in:
Mike Barcroft 2002-04-17 01:56:43 +00:00
parent b8e9ca9978
commit 1e3cb8ae47
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12815

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.2 2002/04/12 07:16:24 bmah Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.3 2002/04/13 16:10:18 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -43,9 +43,7 @@
<body bgcolor="#ffffff">
<img src="&imagebase;/c99.jpg" width="550" height="146" border="0"
alt="FreeBSD C99 & POSIX Conformance Project">
<p>Last updated: 13 April, 2002</p>
alt="FreeBSD C99 & POSIX Conformance Project"><br>
<img src="&imagebase;/project_goal.png" width="229" height="36"
alt="Project Goal">
@ -505,9 +503,17 @@
<tr>
<td> Add -r and -t options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#at">at</a> utility. </td>
<td> &a.joe.halpin; </td>
<td> 13 January 2002 </td>
<td> 16 April 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
<td> Add the -f and -p options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#pr">pr</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36243">36243</a>) </td>
<td> &a.tim; </td>
<td> 16 April 2002 </td>
<td> &status.done; </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
@ -534,14 +540,6 @@
<td> &status.new; </td>
</tr>
<tr>
<td> Add the -f and -p options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#pr">pr</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36243">36243</a>) </td>
<td> &a.tim; </td>
<td> 31 March 2002 </td>
<td> &status.done; </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Add -n option and resolve other issues in the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#renice">renice</a> utility. (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=36950">36950</a>) </td>
<td> &a.pavalos;,<br>&a.maxim; </td>