changeset 575:10b50f909a23

All function prototypes are added.
author roug
date Fri, 01 Nov 2002 10:02:34 +0000
parents c49be44efba2
children 73e2566fb640
files docs/ccguide/setime.refentry docs/ccguide/setpr.refentry
diffstat 2 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docs/ccguide/setime.refentry	Fri Nov 01 10:02:34 2002 +0000
+++ b/docs/ccguide/setime.refentry	Fri Nov 01 10:02:34 2002 +0000
@@ -12,7 +12,12 @@
 </funcsynopsisinfo>
 <funcprototype>
   <funcdef><function>setime</function></funcdef>
-  <paramdef>type <parameter>arg1</parameter></paramdef>
+  <paramdef>struct sgtbuf *<parameter>buffer</parameter></paramdef>
+</funcprototype>
+
+<funcprototype>
+  <funcdef><function>getime</function></funcdef>
+  <paramdef>struct sgtbuf *<parameter>buffer</parameter></paramdef>
 </funcprototype>
 </funcsynopsis>
 
@@ -29,7 +34,8 @@
 
 <refsect1><title>Description</title>
 <para>
-Placeholder
+GETIME returns system time in buffer.
+SETIME sets system time from buffer.
 </para>
 </refsect1>
 </refentry>
--- a/docs/ccguide/setpr.refentry	Fri Nov 01 10:02:34 2002 +0000
+++ b/docs/ccguide/setpr.refentry	Fri Nov 01 10:02:34 2002 +0000
@@ -8,7 +8,8 @@
 <funcsynopsis>
 <funcprototype>
   <funcdef><function>setpr</function></funcdef>
-  <paramdef>type <parameter>arg1</parameter></paramdef>
+  <paramdef>int <parameter>pid</parameter></paramdef>
+  <paramdef>int <parameter>priority</parameter></paramdef>
 </funcprototype>
 </funcsynopsis>
 
@@ -22,7 +23,9 @@
 
 <refsect1><title>Description</title>
 <para>
-Placeholder
+SETPR sets the process identified by "pid" (process id) to have
+a priority of "priority". The lowest level is 0 and the
+highest is 255.
 </para>
 </refsect1>