summaryrefslogtreecommitdiff
path: root/fatfs/doc/ja/opendir.html
diff options
context:
space:
mode:
authorLeo C2016-09-08 20:59:55 +0200
committerLeo C2016-09-08 20:59:55 +0200
commitb30c4e8f1aef96f6fdc93da9f125545f5f74d06e (patch)
treee1f9e4cfcc0c24cfb8f35825d83aa5f878c2717a /fatfs/doc/ja/opendir.html
parente1deb7c3bc0500aabf5d099adb231f6d1d27f01d (diff)
parent70702af1370e44e32fb2c3c507e4759a187b4fe5 (diff)
downloadz180-stamp-b30c4e8f1aef96f6fdc93da9f125545f5f74d06e.zip
Merge branch 'chan-fatfs' into fatfs-integration
# Conflicts: # .gitignore # fatfs/src/diskio.h # fatfs/src/option/ccsbcs.c # include/avr/ffconf.h # include/integer.h
Diffstat (limited to 'fatfs/doc/ja/opendir.html')
-rw-r--r--fatfs/doc/ja/opendir.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/fatfs/doc/ja/opendir.html b/fatfs/doc/ja/opendir.html
index ae40984..15009b9 100644
--- a/fatfs/doc/ja/opendir.html
+++ b/fatfs/doc/ja/opendir.html
@@ -28,7 +28,7 @@ FRESULT f_opendir (
<dt>dp</dt>
<dd>空のディレクトリ オブジェクト構造体へのポインタを指定します。</dd>
<dt>path</dt>
-<dd>オープンするディレクトリの<a href="filename.html">パス名</a>を示すヌル文字<tt>'\0'</tt>終端の文字列へのポインタを指定します。</dd>
+<dd>開くディレクトリの<a href="filename.html">パス名</a>を示すヌル文字<tt>'\0'</tt>終端の文字列へのポインタを指定します。</dd>
</dl>
</div>
@@ -50,13 +50,12 @@ FRESULT f_opendir (
<a href="rc.html#nc">FR_NOT_ENOUGH_CORE</a>,
<a href="rc.html#tf">FR_TOO_MANY_OPEN_FILES</a>
</p>
-
</div>
<div class="para desc">
<h4>解説</h4>
-<p>ディレクトリを開きます。正常終了したら、作成された<tt>DIR</tt>構造体を使ってこのディレクトリの項目を順次読み出せます。</p>
+<p>ディレクトリを開きます。正常終了したら、作成されたディレクトリ オブジェクト構造体を使ってこのディレクトリの項目を順次読み出せます。</p>
</div>