- Mark mailx(1) item as 'done'
- Mention PR with a patch adding '-p' arg for 'jobs' builtin - Add yet another fuser(1) PR Approved by: pav
This commit is contained in:
parent
c365751b9c
commit
fcb75556ce
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28708
1 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.105 2006/02/27 14:55:47 joel Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.106 2006/08/19 21:20:42 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD C99 and &posix; Conformance Project">
|
||||
<!ENTITY email 'standards'>
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
|
@ -1554,12 +1554,13 @@
|
|||
<td> Add missing options to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#mailx">mailx</a> utility. </td>
|
||||
<td> &a.mikeh; </td>
|
||||
<td> 22 December 2001 </td>
|
||||
<td> &status.wip; </td>
|
||||
<td> &status.blank; </td>
|
||||
<td> &status.done; </td>
|
||||
<td> &status.done; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Add missing components to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#jobs">jobs</a> utility. </td>
|
||||
<td> Add missing components to the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#jobs">jobs</a>
|
||||
utility (PR: <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=99926">99926</a>). </td>
|
||||
<td> &a.mkm; </td>
|
||||
<td> 5 March 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
|
@ -1705,7 +1706,8 @@
|
|||
|
||||
<tr>
|
||||
<td> Implement the <a href="http://people.FreeBSD.org/~schweikh/posix-utilities.html#fuser">fuser</a> utility (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36076">36076</a>,
|
||||
<a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=53682">53682</a>). </td>
|
||||
<a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=53682">53682</a>,
|
||||
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=100017">100017</a>). </td>
|
||||
<td> </td>
|
||||
<td> 4 February 2003 </td>
|
||||
<td> &status.new; </td>
|
||||
|
|
Loading…
Reference in a new issue