]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/doc/read.html
Merge branch 'chan-fatfs' into fatfs-integration
[z180-stamp.git] / fatfs / documents / doc / read.html
similarity index 89%
rename from fatfs/doc/en/read.html
rename to fatfs/documents/doc/read.html
index 80811c96da3feff45495009397d2ac6bac4442d1..3f0d23bf95114e1b7d7a4eb8d02a8f8f9af8a312 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
 <html lang="en">\r
 <head>\r
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
 <meta http-equiv="Content-Style-Type" content="text/css">\r
 <link rel="up" title="FatFs" href="../00index_e.html">\r
 <link rel="alternate" hreflang="ja" title="Japanese" href="../ja/read.html">\r
@@ -34,7 +34,7 @@ FRESULT f_read (
 <dt>btr</dt>\r
 <dd>Number of bytes to read in range of <tt>UINT</tt> type.</dd>\r
 <dt>br</dt>\r
-<dd>Pointer to the <tt>UINT</tt> variable to return number of bytes read. The value is always valid after the function call regardless of the result code.</dd>\r
+<dd>Pointer to the <tt>UINT</tt> variable to return number of bytes read. This value is always valid after the function call regardless of the function return code.</dd>\r
 </dl>\r
 </div>\r
 \r
@@ -45,6 +45,7 @@ FRESULT f_read (
 <a href="rc.html#ok">FR_OK</a>,\r
 <a href="rc.html#de">FR_DISK_ERR</a>,\r
 <a href="rc.html#ie">FR_INT_ERR</a>,\r
+<a href="rc.html#dn">FR_DENIED</a>,\r
 <a href="rc.html#io">FR_INVALID_OBJECT</a>,\r
 <a href="rc.html#tm">FR_TIMEOUT</a>\r
 </p>\r