view docs/ccguide/mknod.refentry @ 552:fcb97f0ba24b

All diagnostics added.
author roug
date Wed, 16 Oct 2002 20:02:31 +0000
parents 73319ee6a57e
children 253b6096ee01
line wrap: on
line source

<refentry id="mknod">
<refnamediv>
<refname>Mknod</refname>
<refpurpose>create a directory</refpurpose>
</refnamediv>

<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
#include &lt;modes.h&gt;
</funcsynopsisinfo>
<funcprototype>
  <funcdef><function>mknod</function></funcdef>
  <paramdef>type <parameter>arg1</parameter></paramdef>
</funcprototype>
</funcsynopsis>

</refsynopsisdiv>

<refsect1><title>Assembler Equivalent</title>
<para>
os9 I$MAKDIR
</para>
</refsect1>

<refsect1><title>Description</title>
<para>
Placeholder
</para>
</refsect1>
<refsect1><title>Diagnostics</title>
<para>
Zero is returned if the directory has been successfully made;
-1 if the file already exists.
</para>
</refsect1>

</refentry>