Add a second nice(1) task, assigned to Tim J. Robbins.

This commit is contained in:
Mike Barcroft 2002-05-12 05:31:28 +00:00
parent 0df663f8f5
commit c5506043c4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13045

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.14 2002/05/06 16:19:02 mike Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.15 2002/05/10 01:07:19 mike Exp $">
<!ENTITY title "FreeBSD C99 and POSIX Conformance Project">
<!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -649,6 +649,14 @@
<td> &status.new; </td>
</tr>
<tr>
<td> Fix exit status of the nice(1) utility. </td>
<td> &a.tjr; </td>
<td> 12 May 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>