summaryrefslogtreecommitdiff
path: root/fatfs/documents/doc/unlink.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/documents/doc/unlink.html')
-rw-r--r--fatfs/documents/doc/unlink.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/documents/doc/unlink.html b/fatfs/documents/doc/unlink.html
index 26f3cb9..7809648 100644
--- a/fatfs/documents/doc/unlink.html
+++ b/fatfs/documents/doc/unlink.html
@@ -13,7 +13,7 @@
<div class="para func">
<h2>f_unlink</h2>
-<p>The f_unlink function removes a file or sub-directory.</p>
+<p>The f_unlink function removes a file or sub-directory from the volume.</p>
<pre>
FRESULT f_unlink (
const TCHAR* <span class="arg">path</span> <span class="c">/* [IN] Object name */</span>