diff docs/nitros9guide/chd.refentry @ 134:52af9581ef1e

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/chd.refentry	Sun Jul 07 08:58:56 2002 +0000
@@ -0,0 +1,53 @@
+<refentry id="chd">
+<refnamediv>
+<refname>CHD/CHX</refname>
+<refpurpose>Change working data directory / Change working execution directory</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<cmdsynopsis>
+<command>chd</command>
+<arg choice="plain">
+  &replstart;pathlist&replend;
+</arg>
+</cmdsynopsis>
+<cmdsynopsis>
+<command>chx</command>
+<arg choice="plain">
+  &replstart;pathlist&replend;
+</arg>
+</cmdsynopsis>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+<para>
+These are shell &quot;built in&quot; commands used to change OS-9's working
+data directory or working execution directory. Many commands in OS-9
+work with user data such as text files, programs, etc. These
+commands assume that a file is located in the working data
+directory. Other OS-9 commands will assume that a file is in the
+working execution directory.
+</para>
+<para>
+NOTE: These commands do not appear in the CMDS directory as they
+are built-in to the SHELL.
+</para>
+<para>
+For more information see: 3.7, 3.7.2
+
+
+</para>
+</refsect1>
+<refsect1><title>Examples</title>
+<screen>
+chd /d1/PROGRAMS
+
+chx ..
+
+chx binary_files/test_programs
+
+chx /D0/CMDS; chd /D1
+</screen>
+</refsect1>
+</refentry>
+