466
|
1 <refentry id="mknod">
|
|
2 <refnamediv>
|
468
|
3 <refname>Mknod</refname>
|
|
4 <refpurpose>create a directory</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
468
|
9 <funcsynopsisinfo>
|
|
10 #include <modes.h>
|
|
11 </funcsynopsisinfo>
|
466
|
12 <funcprototype>
|
|
13 <funcdef><function>mknod</function></funcdef>
|
570
|
14 <paramdef>char *<parameter>fname</parameter></paramdef>
|
|
15 <paramdef>int <parameter>desc</parameter></paramdef>
|
466
|
16 </funcprototype>
|
|
17 </funcsynopsis>
|
|
18
|
|
19 </refsynopsisdiv>
|
|
20
|
542
|
21 <refsect1><title>Assembler Equivalent</title>
|
|
22 <para>
|
|
23 os9 I$MAKDIR
|
|
24 </para>
|
|
25 </refsect1>
|
|
26
|
466
|
27 <refsect1><title>Description</title>
|
|
28 <para>
|
|
29 Placeholder
|
|
30 </para>
|
|
31 </refsect1>
|
552
|
32 <refsect1><title>Diagnostics</title>
|
|
33 <para>
|
|
34 Zero is returned if the directory has been successfully made;
|
|
35 -1 if the file already exists.
|
|
36 </para>
|
|
37 </refsect1>
|
|
38
|
466
|
39 </refentry>
|