Mark the mesg(1) task as completed.

This commit is contained in:
Mike Barcroft 2002-05-06 16:19:02 +00:00
parent 3a22554510
commit a6978b5ece
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12986

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.12 2002/05/02 17:12:47 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.13 2002/05/05 20:43:31 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -577,6 +577,14 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Correct output stream and exit status of the mesg(1) utility. </td>
<td> &a.tjr; </td>
<td> 6 May 2002 </td>
<td> &status.done; </td>
<td> &status.n-a; </td>
</tr>
<tr>
<td> Add -L option to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#pwd">pwd</a> utility. </td>
<td> &a.tjr; </td>
@ -745,14 +753,6 @@
<td> &status.blank; </td>
</tr>
<tr>
<td> Correct output stream and exit status of the mesg(1) utility. </td>
<td> &a.tjr; </td>
<td> 5 May 2002 </td>
<td> &status.wip; </td>
<td> &status.blank; </td>
</tr>
<tr>
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#locale">locale</a> and
<a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#localedef">localedef</a> utilities. </td>