]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/doc/en/truncate.html
Merge branch 'chan-fatfs' into fatfs-integration
[z180-stamp.git] / fatfs / doc / en / truncate.html
index 7dc980d409e9357986df518b141a413a6a11e652..d0079d70447b1f997ed00aeb06f049e7415c03f0 100644 (file)
@@ -36,7 +36,7 @@ FRESULT f_truncate (
 <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#nr">FR_NOT_READY</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
@@ -45,7 +45,7 @@ FRESULT f_truncate (
 \r
 <div class="para desc">\r
 <h4>Description</h4>\r
-<p>The <tt>f_truncate()</tt> function truncates the file size to the current file read/write pointer. This function has no effect if the file read/write pointer is already pointing end of the file.</p>\r
+<p>The <tt>f_truncate</tt> function truncates the file size to the current file read/write pointer. This function has no effect if the file read/write pointer is already pointing end of the file.</p>\r
 </div>\r
 \r
 \r