diff docs/nitros9guide/makdir.refentry @ 138:d9631713b7cd

Split up the commands into individual files.
author roug
date Sun, 07 Jul 2002 08:58:56 +0000
parents
children c565a4700689
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/nitros9guide/makdir.refentry	Sun Jul 07 08:58:56 2002 +0000
@@ -0,0 +1,45 @@
+<refentry id="makdir">
+<refnamediv>
+<refname>MAKDIR</refname>
+<refpurpose>Create directory file</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis>
+<command>MAKDIR</command>
+<arg choice="plain">
+  &replstart;path&replend;
+</arg>
+</cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+<para>
+Creates a new directory file acdording to the pathlist given. The
+pathlist must refer to a parent directory for which the user has
+write permission.
+</para>
+<para>
+The new directory is initialized and initially does not contain
+files except for the &quot;.&quot; and &quot;..&quot; pointers to its parent directory
+and itself, respectively (see 3.7.3). All access permissions are
+enabled (except sharable).
+</para>
+<para>
+It is customary (but not mandatory) to capitalize directory names.
+</para>
+<para>
+For more information see: 3.3, 3.4, 3.5,3.7.3, 3.9.5
+</para>
+</refsect1>
+<refsect1><title>Examples</title>
+<literallayout>
+makdir /d1/STEVE/PROJECT
+
+makdir DATAFILES
+
+makdir ../SAVEFILES
+</literallayout>
+</refsect1>
+</refentry>
+