]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/doc/en/chdir.html
Import fatfs R0.12b
[z180-stamp.git] / fatfs / doc / en / chdir.html
index 063b8f561bb005aaf389b1e531606fd37ad3a58c..41935fc9632db0d5040c297037bed609db847b93 100644 (file)
@@ -25,7 +25,7 @@ FRESULT f_chdir (
 <h4>Parameters</h4>\r
 <dl class="par">\r
 <dt>path</dt>\r
-<dd>Pointer to the null-terminated string that specifies a <a href="filename.html">directory</a> to go.</dd>\r
+<dd>Pointer to the null-terminated string that specifies the <a href="filename.html">directory</a> to go.</dd>\r
 </dl>\r
 </div>\r
 \r
@@ -50,7 +50,7 @@ FRESULT f_chdir (
 \r
 <div class="para desc">\r
 <h4>Description</h4>\r
-<p>The <tt>f_chdir()</tt> function changes the current directory of the logical drive. The current directory of a drive is initialized to the root directory when the drive is auto-mounted. Note that the current directory is retained in the each file system object so that it also affects other tasks that using the volume.</p>\r
+<p>The <tt>f_chdir</tt> function changes the current directory of the logical drive. The current directory of a drive is set to the root directory when the drive is mounted. Note that the current directory is retained in the each file system object, so that it also affects other tasks that use the volume.</p>\r
 </div>\r
 \r
 \r
@@ -63,10 +63,10 @@ FRESULT f_chdir (
 <div class="para use">\r
 <h4>Example</h4>\r
 <pre>\r
-    <span class="c">/* Change current direcoty of the current drive (dir1 under root dir) */</span>\r
+    <span class="c">/* Change current direcoty of the current drive ('dir1' under root directory) */</span>\r
     f_chdir("/dir1");\r
 \r
-    <span class="c">/* Change current direcoty of drive 2 (parent dir) */</span>\r
+    <span class="c">/* Change current direcoty of drive 2 (parent directory) */</span>\r
     f_chdir("2:..");\r
 </pre>\r
 </div>\r