annotate docs/nitros9guide/makdir.refentry @ 2772:0a3f4d8ea6d5

Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected. Moved the native 6309 code in dwread.asm and dwwrite.asm into the H6309 labeled area and changed IFEQ H6309 to IFNE H6309. Also moved the 57600bps 6809 code to the default location. This change had been done in the old dwread.asm and dwwrite.asm files to make it easier to follow. Though these two files were overwritten from the HDBDOS project dwread.asm and dwwrite.asm files. So this conversion needed to be done again so it made the source easier to follow.
author drencor-xeen
date Wed, 23 Jan 2013 12:36:55 -0600
parents 4dae346c4969
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="makdir">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>MAKDIR</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Create directory file</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
9 <command>makdir</command>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
975
c565a4700689 The entitity replstart was replaced with <replaceable>
roug
parents: 138
diff changeset
11 <replaceable>path</replaceable>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18 Creates a new directory file acdording to the pathlist given. The
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 pathlist must refer to a parent directory for which the user has
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 write permission.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 The new directory is initialized and initially does not contain
1053
b5ff125a1d60 Since this book was only typeset in fixed width, single-font, they used
roug
parents: 975
diff changeset
24 files except for the <filename class="directory">.</filename> and <filename class="directory">..</filename> pointers to its parent directory
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
25 and itself, respectively (see <xref linkend="sec3.7.3"/>). All access permissions are
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 enabled (except sharable).
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 It is customary (but not mandatory) to capitalize directory names.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 <para>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
32 For more information see: <xref linkend="sec3.3"/>, <xref linkend="sec3.4"/>,
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 1053
diff changeset
33 <xref linkend="sec3.5"/>, <xref linkend="sec3.7.3"/>, <xref linkend="sec3.9.5"/>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 <literallayout>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38 makdir /d1/STEVE/PROJECT
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40 makdir DATAFILES
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
41
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
42 makdir ../SAVEFILES
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
43 </literallayout>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
44 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
45 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
46