comparison docs/ccguide/setstat.refentry @ 606:dc24f1974396

All refentries finished.
author roug
date Fri, 15 Nov 2002 21:49:51 +0000
parents 73e2566fb640
children
comparison
equal deleted inserted replaced
605:96ad5be1860b 606:dc24f1974396
39 </para> 39 </para>
40 </refsect1> 40 </refsect1>
41 41
42 <refsect1><title>Description</title> 42 <refsect1><title>Description</title>
43 <para> 43 <para>
44 Placeholder 44 For a detailed explanation of this call, see the OS-9 System
45 Programmer's Manual.
46 </para>
47 <para>
48 "Filenum" must be the path number of a currently open file.
49 The only values for code at this time are 0 and 2. When "code"
50 is 0, "buffer" should be the address of a 32 byte structure
51 which is written to the option section of the path descriptor
52 of the file. The header file contains definitions of various
53 structures maintained by OS-9 for use by the programmer. When
54 code is 2, "size" should be a long integer specifying the new
55 file size.
45 </para> 56 </para>
46 </refsect1> 57 </refsect1>
47 </refentry> 58 </refentry>