Mercurial > hg > Members > kono > nitros9-code
comparison docs/ccguide/setpr.refentry @ 575:10b50f909a23
All function prototypes are added.
author | roug |
---|---|
date | Fri, 01 Nov 2002 10:02:34 +0000 |
parents | fcb97f0ba24b |
children |
comparison
equal
deleted
inserted
replaced
574:c49be44efba2 | 575:10b50f909a23 |
---|---|
6 | 6 |
7 <refsynopsisdiv> | 7 <refsynopsisdiv> |
8 <funcsynopsis> | 8 <funcsynopsis> |
9 <funcprototype> | 9 <funcprototype> |
10 <funcdef><function>setpr</function></funcdef> | 10 <funcdef><function>setpr</function></funcdef> |
11 <paramdef>type <parameter>arg1</parameter></paramdef> | 11 <paramdef>int <parameter>pid</parameter></paramdef> |
12 <paramdef>int <parameter>priority</parameter></paramdef> | |
12 </funcprototype> | 13 </funcprototype> |
13 </funcsynopsis> | 14 </funcsynopsis> |
14 | 15 |
15 </refsynopsisdiv> | 16 </refsynopsisdiv> |
16 | 17 |
20 </para> | 21 </para> |
21 </refsect1> | 22 </refsect1> |
22 | 23 |
23 <refsect1><title>Description</title> | 24 <refsect1><title>Description</title> |
24 <para> | 25 <para> |
25 Placeholder | 26 SETPR sets the process identified by "pid" (process id) to have |
27 a priority of "priority". The lowest level is 0 and the | |
28 highest is 255. | |
26 </para> | 29 </para> |
27 </refsect1> | 30 </refsect1> |
28 | 31 |
29 <refsect1><title>Diagnostics</title> | 32 <refsect1><title>Diagnostics</title> |
30 <para> | 33 <para> |